RE: Oracle.so

2007-06-14 Thread Kong, Alan
Did you set SHLIB_PATH, LD_LIBRARY_PATH, and LD_RUN_PATH? -Original Message- From: Loo, Peter # PHX [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 1:53 PM To: dbi-users@perl.org Subject: Oracle.so Hi, The same program that ran successfully yesterday is failing with the

Re: Oracle.so

2007-06-14 Thread Mike Nhan
Hi, Did you compile/installed with the 32bit libclntsh and now you are pointing it at the 64bit version of the library so you are getting a 64bit library warning? o.10.1: wrong ELF class: ELFCLASS64 at Did your library path or oracle_home changed? Michael On Thu, 14 Jun 2007, Loo, Peter

Re: Oracle.so

2007-06-14 Thread John Scoles
You most likly are not pointing to the correct Oracle path. You are pointing to most-likely the 64 bit so lisb file rather than the 32 bit so libs that DBD::Oracle requires. here are some links to similar problems http://www.issociate.de/board/goto/790359/Can't_load_Oarcle.so.html

RE: Oracle.so

2007-06-14 Thread Loo, Peter # PHX
To: Loo, Peter # PHX; dbi-users@perl.org Subject: Re: Oracle.so You most likly are not pointing to the correct Oracle path. You are pointing to most-likely the 64 bit so lisb file rather than the 32 bit so libs that DBD::Oracle requires. here are some links to similar problems http://www.issociate.de