Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DBD-Oracle CPAN distribution.

Report information
The Basics
Id: 4409
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: Jeeson.Augustine [...] lon.ipalliance.net
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.14
Fixed in: (no value)



Subject: DBD::Oracle Installation giving error!!
Show quoted text
>make install
Skip blib/lib/Oraperl.pm (unchanged) Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged) Skip blib/lib/DBD/Oracle.pm (unchanged) cp mk.pm blib/arch/auto/DBD/Oracle/mk.pm Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged) Skip blib/lib/oraperl.ph (unchanged) Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged) Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged) gcc -c -I/opt/oracle/product/8.1.7/rdbms/demo -I/opt/oracle/product/8.1.7/rdbms/public -I/opt/oracle/product/8.1.7/plsql/public -I/opt/oracle/product/8.1.7/network/public -I/opt/oracle/product/8.1.7/rdbms/demo -I/opt/oracle/product/8.1.7/rdbms/demo -I/opt/oracle/product/8.1.7/rdbms/public -I/usr/perl5/site_perl/5.005/sun4-solaris/auto/DBI -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -I/usr/perl5/5.00503/sun4-solaris/CORE Oracle.c gcc -c -I/opt/oracle/product/8.1.7/rdbms/demo -I/opt/oracle/product/8.1.7/rdbms/public -I/opt/oracle/product/8.1.7/plsql/public -I/opt/oracle/product/8.1.7/network/public -I/opt/oracle/product/8.1.7/rdbms/demo -I/opt/oracle/product/8.1.7/rdbms/demo -I/opt/oracle/product/8.1.7/rdbms/public -I/usr/perl5/site_perl/5.005/sun4-solaris/auto/DBI -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\" -I/usr/perl5/5.00503/sun4-solaris/CORE dbdimp.c dbdimp.c: In function `ora_db_destroy': dbdimp.c:602: error: `dTHX' undeclared (first use in this function) dbdimp.c:602: error: (Each undeclared identifier is reported only once dbdimp.c:602: error: for each function it appears in.) dbdimp.c: In function `ora_st_destroy': dbdimp.c:1902: error: `dTHX' undeclared (first use in this function) *** Error code 1 make: Fatal error: Command failed for target `dbdimp.o' Any help?? thanks in advance Jeeson Augustine admin@jeeson.com
You haven't given the info requestion in the README file (such as the full Makefile.PL log and perl -V output). Also the README says to report errors to the dbi-users mailing list. Recent version of the DBI no longer support perl 5.005. That may be an issue here, I can't tell without the extra info. Tim.
Please retry with DBD::Oracle 1.15 and if you have any problems report them to dbi-users@perl.org Thanks.