in reply to LD_LIBRARY_PATH setting

LD_LIBRARY_PATH is for when you want to run a program and change which .so gets loaded, its like $PATH or %PATH%,

Its not for compiling stuff like LIBS argument to Makefile.PL

Replies are listed 'Best First'.
Re^2: LD_LIBRARY_PATH setting
by Anonymous Monk on Aug 05, 2016 at 19:26 UTC
Re^2: LD_LIBRARY_PATH setting
by Anonymous Monk on Aug 05, 2016 at 19:20 UTC

    Oh, sorry , I got confused, I am wrong, you're trying the right direction