I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2010-07-06 15:06:24.400699-07 by kwangsoon
I received following error on the apache error log using DBD-Oracle
install_driver(Oracle) failed: Can't load '/usr/lib/perl5/site_perl/5.8.8/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.8/i386-linux-thread-multi/DynaLoader.pm line 230, <DATA> line 522. Can someone help me find what the root cause of this issue. I have set ORACLE_HOME and LD_LIBRARY_PATH correctly. All the files exist.. Thanks in advance.
Direct Responses: 12814 | Write a response
Posted on 2010-07-07 04:12:59.918565-07 by byterock in response to 12813
Re: I received following error on the apache error log using DBD-Oracle
You would be much better off posting this at http://www.nntp.perl.org/group/perl.dbi.users/ Nobody reads this forum but me I think. In this case doubble check your ORACLE_HOME and LD_LIBRARY_PATH or the permission on the libclntsh.so file if you have libclntsh.so.10.1 or alike you might have to ln -s it to libclntsh.so to get it to work
Direct Responses: Write a response