w3m on ls-wvl

1.install w3m

ipkg install w3m

2. fix some error

  • w3m: error while loading shared libraries: libssl.so.0.9.7: cannot open shared object file: No such file or directory
  • w3m: error while loading shared libraries: libcrypto.so.0.9.7: cannot open shared object file: No such file or directory
root@LS-WVL9BE:/opt/lib# ln -s libssl.so.0.9.8 libssl.so.0.9.7
root@LS-WVL9BE:/opt/lib# ln -s libcrypto.so.0.9.8 libcrypto.so.0.9.7
  • Can’t find termcap entry xterm
root@LS-WVL9BE:/opt/lib# ipkg install termcap

留下评论