Installed the factory package on the E5600 and got as far as the ssh (nothing at port 80/443). After bringing up the network through uci I tried to get Luci. So I did opkg update and then opkg install luci.
No web page.
So opkg install luci-ssl and then /etc/init.d/uhttpd restart
Which outputted:
4+0 records in
4+0 records out
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __gettimeofday_time64: symbol not found
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __time64: symbol not found
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __stat_time64: symbol not found
Error relocating /usr/lib/libwolfssl.so.4.8.1.ba20a816: __gmtime64_r: symbol not found
Error relocating /usr/sbin/px5g: __gmtime64: symbol not found
Error relocating /usr/sbin/px5g: __time64: symbol not found
mv: can't rename '/etc/uhttpd.key.new': No such file or directory
mv: can't rename '/etc/uhttpd.crt.new': No such file or directory
What is the best way to start again (or get this to work)?
Somehow I have these 2 files:
/usr/lib/libwolfssl.so.4.8.1.ba20a816 (missing symbols) and:
/usr/lib/libwolfssl.so.4.8.1.39c36f2f (but this one isn't used).
How can I get rid of the former and get the system to use the latter?