[EMAIL PROTECTED] wrote:
> the error
> install_driver(Oracle) failed: Can't load
> '/usr/local/lib/perl5/site_perl/5.8.8/
> i686-linux/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:
> libclntsh.so.10.1:
>  cannot open shared object file: No such file or directory at
> /usr/local/lib/per
> l5/5.8.8/i686-linux/DynaLoader.pm line 230.
>  at (eval 8) line 3
> Compilation failed in require at (eval 8) line 3.
> Perhaps a required shared library or dll isn't installed where
>  expected at /usr/local/reg-e/bin/export.pl line 510

You may have already tried this, but LD_DEBUG might help:

  # verbose library searching
  LD_DEBUG=libs /usr/local/reg-e/bin/export.pl

  # list other LD_DEBUG options
  LD_DEBUG=help /bin/true

Philip

Reply via email to