Re: [Ssh-sftp-perl-users] smallllllllll question plzzz
Brought to you by:
dbrobins
From: Merijn B. <me...@il...> - 2008-05-14 14:13:21
|
Quoting Ibrahim Salloum (sal...@gm...): > i just wanted to export export LD_LIBRARY_PATH=/usr/local/lib within my > perl script. > You cannot do that. The loader does not take hints from LD_LIBRARY_PATH or LD_PRELOAD in the same process. You can make a springboard shell script, set the variable in there, then call your perl script. Or recompile, as said before. Cheers, -- Merijn Broeren | We take risks, we know we take them. Therefore, when things | come out against us, we have no cause for complaint. | - Scott, last journal entry, march 1912 |