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: 125984
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'
On Wed Aug 01 22:50:35 2018, kannygoud@gmail.com wrote: Show quoted text
> 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
^^^ You have no C compiler OR it is not on your path. You need to have access to the same C compiler that was used to compile Perl on your machine. If you are using a Perl that came with Solaris that will be the Sparc compiler. Show quoted text
> *** Error code 1 > make: Fatal error: Command failed for target `Oracle.o'
-- Martin J. Evans Wetherby, UK
On Thu Aug 02 05:26:56 2018, MJEVANS wrote: Show quoted text
> On Wed Aug 01 22:50:35 2018, kannygoud@gmail.com wrote:
> > 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
> > ^^^ You have no C compiler OR it is not on your path. You need to have > access to the same C compiler that was used to compile Perl on your > machine. If you are using a Perl that came with Solaris that will be > the Sparc compiler. >
> > *** Error code 1 > > make: Fatal error: Command failed for target `Oracle.o'
On Fri Aug 03 00:19:30 2018, kannygoud@gmail.com wrote: Show quoted text
> On Thu Aug 02 05:26:56 2018, MJEVANS wrote:
> > On Wed Aug 01 22:50:35 2018, kannygoud@gmail.com wrote:
> > > 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
> > > > ^^^ You have no C compiler OR it is not on your path. You need to have > > access to the same C compiler that was used to compile Perl on your > > machine. If you are using a Perl that came with Solaris that will be > > the Sparc compiler. > >
> > > *** Error code 1 > > > make: Fatal error: Command failed for target `Oracle.o'
> >
Please help me to install C compiler on solris5.10 OS