Quote:
Originally Posted by NiLuJe
strace it.
It appears to be using libltdl to wrap dlopen(), so it's probably passing a stupid hardcoded path or something inane like that. libtool is the worst.
EDIT: https://www.gnu.org/software/libtool...interface.html
Seems to hint that it only relies on the environment when *NOT* fed a canonical path.
|
I located the hard coded string in libsox.so.2 and since I already needed to patch this to deal with wget I patched that as well to be /mnt/us/extensions/sox/library and confirmed that it worked. Should now have a clean install.
Dave