Re: Problem with loading dynamic libraries

2007-08-15 Thread Artem Harutyunyan
Hi Michael, Thank you very much for the exhaustive answer. Artem. On 8/15/07, Michael Peters <[EMAIL PROTECTED]> wrote: > > Artem Harutyunyan wrote: > > However, > > when I run the script under apache (with mod_perl) I see that > > LD_LIBRARY_PATH is ignored (I mean it seems to load the librarie

Re: Problem with loading dynamic libraries

2007-08-15 Thread Michael Peters
Artem Harutyunyan wrote: > However, > when I run the script under apache (with mod_perl) I see that > LD_LIBRARY_PATH is ignored (I mean it seems to load the libraries from > another location). How can I fix the problem ? What OS are you running? I know at least for linux LD_LIBRARY_PATH is specia

Problem with loading dynamic libraries

2007-08-15 Thread Artem Harutyunyan
Hi, I have 2 questions: 1) There is a script which uses Authen::SASL::Cyrus module. During the work the module needs to load some external dynamic libraries (.so files). To have correct libraries loaded I set LD_LIBRARY_PATH, this works when running my script with usual (command line) perl. Howev