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]>
