> I am getting the following error from apache server when > trying to issue > Oraperl: > > install_driver(Oracle) failed: Can't load > '/usr/local/perl/lib/site_perl/5.6.1/PA-RISC2.0/auto/DBD/Oracl > e/Oracle.sl' > for module DBD::Oracle: No such file > or directory at > /usr/local/perl/lib/5.6.1/PA-RISC2.0/DynaLoader.pm line 206. > at (eval 2) line 3
Is 'Oracle.sl' available at that path? If so, try 'ldd /usr/local/perl/lib/site_perl/5.6.1/PA-RISC2.0/auto/DBD/Oracle/Oracle.sl' to check if there are any dependencies which can't be loaded. > Is there some linking issue with apache? It might be something with missing paths to the user apache is run under. On my system Oracle.sl couldn't be loaded because a permission was missing to a lib located in Oralce/libs. 'ldd' helped me out to find the missing one. > All tests pass from DBD-oracle. > I can run Oraperl from command line just fine. Is it the same user your are running your tests with as apache? Kind regards, Markus
