Hello, I just installed Apache 1.3.12 (Oracle 9iAS) and Perl version 5.005_03. This is a brand new Sun E250 Server running Solaris 8. The server has got gcc version 2.95 and GNU make version 3.79.1. I am trying to install DBI 1.15. Here is the error when I run 'make' (after perl Makefile.PL) bash-2.03# make mkdir blib mkdir blib/lib .. After some blah blah... .. gcc -c -I/usr/local/include -O3 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -I/u01/app/oracle/product/9iAS/Apache/perl/lib/5.00503/sun4-solaris/CORE -Wall -Wno-comment -DDBI_NO_THREADS Perl.c Perl.xsi: In function `XS_DBD__Perl__dr_discon_all_': Perl.xsi:38: `sv_yes' undeclared (first use in this function) Perl.xsi:38: (Each undeclared identifier is reported only once Perl.xsi:38: for each function it appears in.) Perl.xsi:38: `sv_no' undeclared (first use in this function) Perl.xsi: In function `XS_DBD__Perl__db__login': .. Lots of similar blah blah errors .. Perl.xsi:388: `sv_undef' undeclared (first use in this function) Perl.xsi: In function `XS_DBD__Perl__st_STORE': Perl.xsi:401: `sv_yes' undeclared (first use in this function) Perl.xsi:404: `sv_no' undeclared (first use in this function) Perl.xsi: In function `XS_DBD__Perl__st_DESTROY': Perl.xsi:429: `sv_yes' undeclared (first use in this function) make: *** [Perl.o] Error 1 Please note that I cant upgrade the Perl version as Oracle 9iAS comes with this version and cant be upgraded. Let me know if any of you saw similar problems and found resolution. Or at least let me know what kind of error this is and what might be the cause. Any Help Is Greatly APPRECIATED. Best Regards, Chandra.
