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: 125982
Status: rejected
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: kannygoud [...] gmail.com
Cc:
AdminCc:

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



Subject: make: Fatal error: Command failed for target `Oracle.o'
From: kannygoud [...] gmail.com
When we try to install DBD:Oracle perl module on solaries server after perl Makefile.PL command we executed the make and getting below error. bash-3.00# make Skip blib/lib/DBD/Oracle/Troubleshooting/Cygwin.pod (unchanged) Skip blib/lib/DBD/Oracle.pm (unchanged) Skip blib/arch/auto/DBD/Oracle/Oracle.h (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Hpux.pod (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Vms.pod (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Linux.pod (unchanged) Skip blib/lib/DBD/Oracle/GetInfo.pm (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting.pod (unchanged) Skip blib/arch/auto/DBD/Oracle/dbdimp.h (unchanged) Skip blib/arch/auto/DBD/Oracle/ocitrace.h (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Sun.pod (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Macos.pod (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Aix.pod (unchanged) Skip blib/lib/DBD/Oracle/Object.pm (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Win64.pod (unchanged) Skip blib/lib/DBD/Oracle/Troubleshooting/Win32.pod (unchanged) Skip blib/arch/auto/DBD/Oracle/mk.pm (unchanged) cc -c -I/opt/oracle/product/10.2.0/db_ulsd/rdbms/public -I/opt/oracle/product/10.2.0/db_ulsd/rdbms/demo -I/opt/oracle/product/10.2.0/db_ulsd/rdbms/public -I/opt/oracle/product/10.2.0/db_ulsd/plsql/public -I/opt/oracle/product/10.2.0/db_ulsd/network/public -I/usr/perl5/vendor_perl/5.8.4/i86pc-solaris-64int/auto/DBI -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.74\" -DXS_VERSION=\"1.74\" -KPIC "-I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE" -DUTF8_SUPPORT -DORA_OCI_VERSION=\"10.2.0.4\" -DORA_OCI_102 Oracle.c sh: cc: not found *** Error code 1 make: Fatal error: Command failed for target `Oracle.o'
Looks like you dont have a c compiler installed?