OpenWrt Forum Archive

Topic: uClibc's standard lib paths ?

The content of this topic has been archived on 11 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi,

I've mounted a samba-share to /mnt/ and installed ncurses and joe to this mountpoint using ipkg's -d option. Problem of course is, that joe doesn't find the libs which were installed to /mnt/lib. I could create symlinks from /lib/ to /mnt/lib/ (eg. /lib/libncurses.so.5.2 -> /mnt/lib/libncurses.so.5.2) but I hope the is a more practicable way to do that, like eg. ld.so.conf. So is there a way to put /mnt/lib to uClibc's standard lib paths ?

Cheers,
M.

Have you checked the LD_LIBRARY_PATH enviroment variable?

The discussion might have continued from here.