http://www.perlmonks.org?node_id=1003000


in reply to Re^4: DBI, DBD::Oracle and LD_LIBRARY_PATH
in thread DBI, DBD::Oracle and LD_LIBRARY_PATH

Yes, it's an old thread, but the problem still occurs.

Under Solaris 10, one can add the default search-path using crle:

root> crle -u -l /youroracledir/lib/instantclient_11_2
There are a lot of options available (32/64bit, etc.), so it's worth to study the docs before copy/pasting any example given here ;-)