Re: Problem with mod_perl and DBI/DBD::Oracle LD_LIBRARY_PATH is not being recognized?

John D Groenveld <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
In message <[email protected]>, Bruce J
ohnson writes:
>Nope, that looks right:
>
># ldd /usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so
>	linux-vdso.so.1 =>  (0x00007fffc8980000)
>	libocci.so.11.1 => /usr/lib/oracle/11.2/client64/lib/libocci.so.11.1 (0
>x00007fb39a816000)
>	libclntsh.so.11.1 => /usr/lib/oracle/11.2/client64/lib/libclntsh.so.11.
>1 (0x00007fb397f84000)
>	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb397d5d000)
>	libc.so.6 => /lib64/libc.so.6 (0x00007fb3979ca000)
>	libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007fb3976c3000)
>	libm.so.6 => /lib64/libm.so.6 (0x00007fb39743f000)
>	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fb397229000)
>	libnnz11.so => /usr/lib/oracle/11.2/client64/lib/libnnz11.so (0x00007fb
>396e5c000)
>	libdl.so.2 => /lib64/libdl.so.2 (0x00007fb396c58000)
>	libnsl.so.1 => /lib64/libnsl.so.1 (0x00007fb396a3f000)
>	libaio.so.1 => /lib64/libaio.so.1 (0x00007fb39683d000)
>	/lib64/ld-linux-x86-64.so.2 (0x00007fb39acae000)
>
>
>Also, if the linking was wrong here, it wouldn't work on the command line or a
>s a CGI script, either, I'd think.

As the webserver user? 
# su - apache
$ /bin/printenv
$ /bin/env -i /bin/ldd /usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so

John
[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.