Quoting Tim Bunce: > Please let me know if the attached Makefile.PL helps either or both of > you.
DBD::Oracle does not build cleanly for me with the supplied Makefile.PL. I get a: ld: fatal: file /app/oracle/product/9.0.1/lib//libclntsh.so: wrong ELF class: ELFCLASS64 message. Looking at some of the preceeding lines, I can see that lib32 is included where it previously was not but it appears that not all lib's have been changed to lib32's. The actual line that fails is: LD_RUN_PATH="/app/oracle/product/9.0.1/lib32:/app/oracle/product/9.0.1/rdbms /lib32" gcc -B/usr/ccs/bin/ -G -L/usr/local/lib Oracle.o dbdimp.o oci7.o oci8.o -L/opt/SUNWcluster/lib -R/opt/SUNWcluster/lib - L/app/oracle/product/9.0.1/rdbms/lib/ -L/app/oracle/product/9.0.1/lib/ - lclntsh -ln9 -lncrypt9 -lnbeq9 -lntcp9 -lntcps9 -lnsslb9 -lnus9 -lnnis9 - lnldap9 -lldapclnt9 -lnsslb9 -lnhost9 -lntns9 -lnoname9 -lnsl -lsocket - lgen -ldl -R/app/oracle/product/9.0.1/lib -laio -lposix4 -lkstat -lm - lthread -o blib/arch/auto/DBD/Oracle/Oracle.so My environment is: Solaris 8 02/02 for SPARC GCC 2.95.3 Perl 5.8.0 DBI 1.39 Thanks, -- Sean Kelly <[EMAIL PROTECTED]>
