Tried this before I sent my email to the users list this morning. However to make sure I did it correctly, I did a make realclean then followed the instructions of Sean Kelly. Still receiving the ld: fatal: file /appora/oracle/product/9.2/lib32: unknown file type ld: fatal: File processing errors. No output written to blib/arch/auto/DBD/Orace/Oracle.so *** Error code 1 make: Fatal error: Command failed for target `blib/arch/auto/DBD/Oracle/Oracle.so
________________________________ From: Sean Kelly [mailto:[EMAIL PROTECTED] Sent: Sun 12/28/2003 3:04 PM To: [EMAIL PROTECTED] Subject: re: Solaris 9/Oracle 9.2.0.4/perl 5.6.1 and DBD 1.14 Hi, When I built DBD::Oracle 1.14 under Solaris 8 (64bit), Oracle 9i and GCC 2.95 I had to hack the DBD::Oracle Makefile after "perl Makefile.pl" but before "make". I changed all references to Oracle lib directories to lib32 and I also had to remove lots of "-o build" statements from the GCC lines as they conflicted with the correct "-o <target>" bits. Once this was done, DBD::Oracle compiled and installed fine, and I am now using it to connect to Oracle 9i. I also mentioned this at http://cpanratings.perl.org/d/DBD-Oracle -- Sean Kelly <[EMAIL PROTECTED]>
