after installing linknx_0.0.1.26-2_mipsel.ipk on WRT-54 with White Russian (0.9) I get the error "can't load library 'liblua.so'" after starting linknx. Package Liblua is installed. Any idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you checked that liblua.so is present in /usr/lib/ ?
If it's the case, you can try command:
export LD_LIBRARY_PATH=/usr/lib
just before starting linknx. (in the same shell)
Regards,
Jean-François
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
after installing linknx_0.0.1.26-2_mipsel.ipk on WRT-54 with White Russian (0.9) I get the error "can't load library 'liblua.so'" after starting linknx. Package Liblua is installed. Any idea?
Hi,
Have you checked that liblua.so is present in /usr/lib/ ?
If it's the case, you can try command:
export LD_LIBRARY_PATH=/usr/lib
just before starting linknx. (in the same shell)
Regards,
Jean-François