Hi all

I am attempting to install DBD-Oracle against Oracle 8.1.7 on Redhat 6.2. 
My perl details are

Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:
  Platform:
    osname=linux, osvers=2.2.5-22smp, archname=i386-linux
    uname='linux porky.devel.redhat.com 2.2.5-22smp #1 smp wed jun 2 
09:11:51 edt 1999 i686 unknown '
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useperlio=undef d_sfio=undef

When I attempt to issue the "make" after perl Makefile.PL, the process 
exists with errors (I don't even get as far as "make test").

Any advice would be appreciated

Thanks

Dan Horne

Details.

The end of the make is:

cc -c /u01/app/oracle/product/8.1.7/rdbms/demo 
/u01/app/oracle/product/8.1.7/rdbms/public 
/u01/app/oracle/product/8.1.7/plsql/public 
/u01/app/oracle/product/8.1.7/network/public 
-I/u01/app/oracle/product/8.1.7/rdbms/demo 
-I/u01/app/oracle/product/8.1.7/rdbms/demo 
-I/usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBI -Dbool=char -DHAS_BOOL 
-I/usr/local/include -O2 -m486 -fno-strength-reduce    -DVERSION=\"1.09\" 
-DXS_VERSION=\"1.09\" -fpic -I/usr/lib/perl5/5.00503/i386-linux/CORE 
 Oracle.c
cc: /u01/app/oracle/product/8.1.7/plsql/public: No such file or directory
cc: /u01/app/oracle/product/8.1.7/network/public: No such file or directory
In file included from dbdimp.h:52,
                 from Oracle.h:20,
                 from Oracle.xs:1:
/u01/app/oracle/product/8.1.7/rdbms/demo/oci.h:1668: ociextp.h: No such 
file or directory
In file included from /u01/app/oracle/product/8.1.7/rdbms/demo/oci.h:1673,
                 from dbdimp.h:52,
                 from Oracle.h:20,
                 from Oracle.xs:1:
/u01/app/oracle/product/8.1.7/rdbms/demo/ociap.h:168: nzt.h: No such file 
or directory
In file included from dbdimp.h:52,
                 from Oracle.h:20,
                 from Oracle.xs:1:
/u01/app/oracle/product/8.1.7/rdbms/demo/oci.h:1684: ociextp.h: No such 
file or directory
make: *** [Oracle.o] Error 1

Directories like plsql/public and network/public don't exist - but I'm not 
really a Perl or UNIX compiler expert, so maybe I'm missing something 
obvious

I have log files fror "perl Makefile.PL" and "make", but if I were to 
inlucde them in this email it would bounce due to size limits

Reply via email to