in reply to Re: DynaLoader can't resolve multiple Linux shared objects
in thread DynaLoader can't resolve multiple Linux shared objects

Thanks ikegami! I figured that was the case with the LD_LIBRARY_PATH. Thankfully, the previous answer by anonymous monk suggesting I add the -rpath $ORIGIN in my linker command provided the solution I so desperately needed.

  • Comment on Re^2: DynaLoader can't resolve multiple Linux shared objects