in reply to Re^2: DBD::Oracle install fail
in thread DBD::Oracle install fail

LD_LIBRARY_PATH is a path. It can contain multiple things, separated by colons.

That said, /opt/oracle/product/10g/rdbms/lib/ doesn't look like it contains any .so files. So my "educated guess" seems to be incorrect.

Replies are listed 'Best First'.
Re^4: DBD::Oracle install fail
by expresspotato (Beadle) on Jan 18, 2011 at 20:08 UTC
    Hmm, thats why it points to /opt/oracle/product/10g/lib/ and not /opt/oracle/product/10g/rdbms/lib/
Re^4: DBD::Oracle install fail
by expresspotato (Beadle) on Jan 18, 2011 at 20:16 UTC
    Also changing the LD_LIBRARY_PATH to /opt/oracle/product/10g/rdbms/lib/ did not help. Is there a way to find out why the linking was not a success?