#ldd cant find dependency in same folder

1 messages · Page 1 of 1 (latest)

carmine dove
#

I don't think ldd uses path for finding libraries, you could try with LD_PRELOAD variable instead, probably

#

Or LD_LIBRARY_PATH I suppose

amber pike
#

Thank you