Hmmm... Might have something to do with compiling DBD::Oracle as 32 bit, gcc 3.2 has an -m64 option. I don't know if DBD::Oracle will work with 32 bit perl if compiled that way though.
Also, CC on solaris is capable of compiling 64 bit. > -----Original Message----- > From: Kwabbi, Seth [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 11:23 AM > To: '[EMAIL PROTECTED]' > Subject: Wrong ELF Class when running make for DBD-Oracle-1.12 module > > > When running make for the DBD-Oracle-1.12 module, I encounter > this error: > > ld: fatal: file > /u01/app/oracle/product/9.0.1/lib//libclntsh.so: wrong ELF > class: ELFCLASS64 > > My environment Solaris 2.8 ( 64 Bit ) and using gcc compiler > version 2.95.3 > 20010315 ( release). Also know if I set LD_LIBRARY_PATH to > point to the > Oracle lib32 libraries it will work, howver I prefer "make" > to use the 64 > Bit version. > > Does anyone know what causes this problem ? > > Cheers. > > Seth Kwabbi > > ACS - DSS > Atlanta, Ga >
