View Single Post
Old 04-24-2020, 06:24 PM   #84
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 912
Karma: 3000002
Join Date: Jun 2010
Device: K3W, PW4
Quote:
Originally Posted by NiLuJe View Post
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
dhdurgee is offline   Reply With Quote