in reply to Dynamic dependencies

I think (tye)Re: programatically setting the LD_LIBRARY_PATH might be useful here. I think LIBPATH might be the old name for LD_LIBRARY_PATH, so you could also search for other mentions here, LD_LIBRARY_PATH site:www.perlmonks.org or LIBPATH site:www.perlmonks.org.

- tye        

Replies are listed 'Best First'.
Re^2: Dynamic dependencies (LD_)
by Bruni007 (Initiate) on Nov 07, 2008 at 20:08 UTC
    LD_LIBRARY_PATH is the variable being used for Solaris by example, but for AIX it is still the LIBPATH variable.

    I've applied the solution written in the old thread that you mentionned and it is working pretty well. Then, I will avoid using a script in the middle just to set the LIBPATH variable

    Thank you so much!