butterfly06
Programmer
Hi,
I can run a perl program on linux that needs a DBI connection using command line.
when I run the same program using webserver apche, I got the following error message:
install_driver(Oracle) failed: Can't load '/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/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/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm
Could someone please help me with that.
Thanks
I can run a perl program on linux that needs a DBI connection using command line.
when I run the same program using webserver apche, I got the following error message:
install_driver(Oracle) failed: Can't load '/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/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/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm
Could someone please help me with that.
Thanks