Solved the problem. When compiling, programs were trying to link to the various 'lib' directories under ORACLE_HOME and getting ELFCLASS64 errors from ld (this was a 64-bit installation of Oracle 9i 9.2.0). I forced it to use the included 32-bit libraries instead by running 'perl Makefile.PL' and then editing the Makefile by hand, replacing all instances of 'lib' under the ORACLE_HOME with 'lib32'. Compiles and passes the tests.
-----Original Message----- From: Tobias, Robert Sent: Tuesday, September 03, 2002 6:21 PM To: '[EMAIL PROTECTED]' Subject: trouble compiling DBD::Oracle on Solaris 7 with Oracle 9i (9.2.0) I am having quite a bit of difficultly compiling DBD::Oracle on a Solaris 7 box running Oracle 9i version 9.2.0. Perl is version 5.6.0 and DBI is up to date at 1.30. As per the instructions in the README (yes, I did read the README and all other applicable files), I am sending my platform details in hope of some assistance.