In message <5302803c.4080...@triad.rr.com>, Richie writes:
>Is LD_LIBRARY_PATH exported?  It's hard to see whats going on without a 
>full test case.

The OP shouldn't need to set a LD_LIBRARY_PATH so long as
he built DBD::Oracle with the correct runtime link path, but
a simple shell script to see which libraries aren't resolving
would be a useful test:
#!/bin/ksh
/bin/env - /usr/bin/ldd /usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so

John
groenv...@acm.org

Reply via email to