I am trying to install the DBD::Oracle-1.14 module. I'm stuck. Specifics:
- DBD::Oracle-1.14 - perl, version 5.005_03 built for sun4-solaris - Oracle software: Oracle8i Enterprise Edition, Release 8.1.5.0.0 for Sun SPARC Solaris 8. I've installed the "Client" and "Programmer Toools," specifically including the SQL*NET and C tools on the latter (however they are spelled). The Problem: Part of my research involved tracking down this message from Google (sorry, don't have a date or list): ------------------------------ From: Jon Meek <[EMAIL PROTECTED]> For my compilation of DBD-Oracle/Solaris2.5/Oracle7.2.x(x=2, I think), I just pulled the required files in the rdbms directory from the Oracle CD. The files I needed were: $ ls -lR drwxr-xr-x 2 oracle apbr 512 May 15 17:43 demo/ drwxr-xr-x 2 oracle apbr 512 May 15 16:20 lib/ drwxr-xr-x 2 oracle apbr 512 May 15 16:18 mesg/ drwxr-xr-x 2 oracle apbr 512 May 15 17:38 public/ ./demo: -r--r--r-- 1 oracle apbr 4509 Jun 29 1995 ociapr.h -r--r--r-- 1 oracle apbr 5187 Jun 29 1995 ocidfn.h -rw-rw-r-- 1 oracle apbr 6659 Jun 29 1995 oratypes.h ./lib: -rw-r--r-- 1 oracle apbr 1132 Jul 6 1995 clntsh.mk -rwxr-xr-x 1 oracle apbr 5623 Jul 17 1995 genclntsh.sh* -rw-r--r-- 1 oracle apbr 15211 Jul 5 1995 oracle.mk -rw-r--r-- 2 oracle apbr 3137 May 15 16:20 osntab.s -rw-r--r-- 2 oracle apbr 3137 May 15 16:20 osntabst.s -rw-r--r-- 1 oracle apbr 9 May 15 16:19 psoliblist -rw-r--r-- 1 oracle apbr 39 May 15 16:21 sysliblist ./mesg: -r--r--r-- 1 oracle apbr 183296 Jul 11 1995 oraus.msb -r--r--r-- 1 oracle apbr 878114 Jul 11 1995 oraus.msg ./public: -r--r--r-- 1 oracle apbr 5187 Jun 29 1995 ocidfn.h ------------------------------ This looks like a reasonable list and seems to roughly correspond to what the DBD::Oracle make process is looking for. However, after installing the Oracle stuff, I have this list of .h files: .............................. -rw-r--r-- 1 finseth staff 15821 Jan 26 1999 nzerror.h -rw-r--r-- 1 finseth staff 74938 Jan 26 1999 nzt.h -rw-r--r-- 1 finseth staff 8297 Jan 26 1999 tnsapi.h -rw-r--r-- 1 finseth staff 30350 Sep 8 1998 epc.h -rw-r--r-- 1 finseth staff 8744 Jan 20 1999 ociextp.h -rw-r--r-- 1 finseth staff 1207 Feb 15 1999 empclass.h -rw-r--r-- 1 finseth staff 1253 Feb 15 1999 lobdemo1.h lrwxrwxrwx 1 finseth staff 7 Aug 4 09:58 ORACA.H -> oraca.h -rw-r--r-- 1 finseth staff 5846 Jan 2 1999 oraca.h -rw-r--r-- 1 finseth staff 4985 Jan 2 1999 sql2oci.h -rw-r--r-- 1 finseth staff 5807 Jan 2 1999 sqlapr.h lrwxrwxrwx 1 finseth staff 7 Aug 4 09:58 SQLCA.H -> sqlca.h -rw-r--r-- 1 finseth staff 3273 Jan 2 1999 sqlca.h -rw-r--r-- 1 finseth staff 5259 Jan 2 1999 sqlcpr.h lrwxrwxrwx 1 finseth staff 7 Aug 4 09:58 SQLDA.H -> sqlda.h -rw-r--r-- 1 finseth staff 2856 Jan 2 1999 sqlda.h -rw-r--r-- 1 finseth staff 5864 Jan 2 1999 sqlkpr.h -rw-r--r-- 1 finseth staff 964 Jan 2 1999 sqlucs2.h .............................. Note that none of the above mentioned .h files are included. For that matter, no rdbms/demo directory was installed at all. Can anyone clue me in to what I am doing wrong? Craig
