Obrazy 18, 19 oraz mifi nie działają u mnie w tym sensie, że nie można się połączyć z routerem (błąd konfiguracji IP) dlatego powróciłem do fabrycznego OpenWrt a w nim mam problem z instalacją wget
root@GL-MIFI:~# which wget
/bin/wget
root@GL-MIFI:~# opkg install -force-overwrite wget
Installing wget (1.19.5-6) to root...
Downloading http://downloads.openwrt.org/releases/1 … s_24kc.ipk
Multiple packages (librt and librt) providing same name marked HOLD or PREFER. Using latest.
Configuring wget.
root@GL-MIFI:~# opkg list-installed | grep wget
wget - 1.19.5-6
root@GL-MIFI:~# which wget
/usr/bin/wget
Niestety nie działa, wyskakuje cały ekran tego typu błędów:
root@GL-MIFI:~# wget
Error loading shared library libssl.so.1.0.0: No such file or directory (needed by /usr/bin/wget)
Error loading shared library libcrypto.so.1.0.0: No such file or directory (needed by /usr/bin/wget)
Error relocating /usr/bin/wget: X509_NAME_get_text_by_NID: symbol not found
itd...
root@GL-MIFI:~# ls /bin | grep busybox
busybox
root@GL-MIFI:~# rm /usr/bin/wget
root@GL-MIFI:~# ln -s /bin/busybox /usr/bin/wget
root@GL-MIFI:~# which wget
/usr/bin/wget
root@GL-MIFI:~# wget
wget: applet not found
root@GL-MIFI:~# /usr/bin/wget
wget: applet not found
Za to /bin/wget działa, ale wersja podstawowa