Thread

Posted on Fri Jul 13 05:27:43 2007 by jackie
DBD-Oracle-1.19 with instant client 10.2.0.3
I've completed the install of DBD-Oracle-1.19 with Oracle instant client 10.2.0.3. Test program can be run correctly by root but got errors for other users. The ORACLE_HOME and LD_LIBRARY_PATH are correctly set for all users. The following error messages: install_driver(Oracle) failed: Can't load '/usr/lib64/perl5/site_perl/5.8.0/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/lib64/perl5/5.8.0/x86_64-linux-thread-multi/DynaLoader.pm line 229. at (eval 1) line 3 Compilation failed in require at (eval 1) line 3. Perhaps a required shared library or dll isn't installed where expected at mes_auo_85120_mpa_cf.pl line 9 Can somebody help...Thanks..
Direct Responses: 5695 | Write a response
Posted on Fri Jul 13 13:49:14 2007 by byterock in response to 5690
Re: DBD-Oracle-1.19 with instant client 10.2.0.3
You would be much better off posting your question to dbi-users@perl.org (you don't need to subscribe in order to post) and you won't be automatically subscribed either. Very few people actully use or view this form for dbi or driver support. dbi-users is where you'll get the best support

Looks like you have compiled against 64bit binarys. DBI and DBD need to point at the 32 bit binarys. find where the lib32 is on you system and point your LD_LIBRARY_PATH to that dir.

Direct Responses: 5712 | Write a response
Posted on Fri Jul 13 18:24:48 2007 by jackie in response to 5695
Re: DBD-Oracle-1.19 with instant client 10.2.0.3
thanks man. By the way, I did try to install instant client 10.1.0.5(32bit) and got the same result. If not to trouble, could you possibly tell me how to solve this problem. I've been stucked on this issue for weeks.
Write a response