here is the error I am getting when trying to install
DBD-Oracle-1.06 . I installed DBI-1.15 just fine .
Here is what I got when I ran perl Makefile.PL:
Using DBI 1.15 installed in
/usr/local/lib/perl5/site_perl/5.005/aix/auto/DBI
Configuring DBD::Oracle ...
>>> Remember to actually *READ* the README file!
Especially if you have any problems.
Using Oracle in /opt/app/oracle/product/8.1.6
Found /opt/app/oracle/product/8.1.6/rdbms/demo/demo_rdbms.mk
Found /opt/app/oracle/product/8.1.6/otrace/demo/atmoci.mk
Using /opt/app/oracle/product/8.1.6/rdbms/demo/demo_rdbms.mk
Reading /opt/app/oracle/product/8.1.6/rdbms/demo/demo_rdbms.mk.
Reading /opt/app/oracle/product/8.1.6/rdbms/lib/env_rdbms.mk.
Deleting ORA_NLS = $(ORACLE_HOME)/ocommon/nls/admin/data/
because it is not already set in the environment
and it can cause ORA-01019 errors.
Deleting ORA_NLS33 = $(ORACLE_HOME)/ocommon/nls/admin/data/
because it is not already set in the environment
and it can cause ORA-01019 errors.
Discovering Oracle OCI build rules...
Oracle oci build command:
true /opt/app/oracle/product/8.1.6/bin/oraxlc
-L/opt/app/oracle/product/8.1.6/lib/ -L/opt/app/oracl
e/product/8.1.6/rdbms/lib -o DBD_ORA_EXE DBD_ORA_OBJ.o
-lclntsh -lpthreads
Found header files in rdbms/demo.
System: perl5.00502 aix sp0603 2 4 000008874c00
Compiler: xlc_r -O -D_ALL_SOURCE -D_ANSI_C_SOURCE
-D_POSIX_SOURCE
-qmaxmem=8192
Linker: /usr/bin/ld
Oracle makefiles would have used these definitions but we
override them:
CC: $(ORACLE_HOME)/bin/oraxlc $(ORAXLCFLAGS)
CFLAGS: $(GFLAG) $(OPTIMIZE) $(CDEBUG) $(CCFLAGS)
$(QACCFLAGS)
$(PFLAGS)\
$(SHARED_CFLAG) $(USRFLAGS)
[$(GFLAG) -O $(CDEBUG) $(QACCFLAGS)
-I/opt/app/oracle/product/8.1.6/rdbms/demo
-I/opt/app/oracle/product/
8.1.6/rdbms/public -I/opt/app/oracle/product/8.1.6/plsql/public
-I/opt/app/oracle/product/8.1.6/network/public $(SPF
LAGS) $(LPFLAGS) $(USRFLAGS)]
LDFLAGS: -L$(LIBHOME) -L$(ORACLE_HOME)/rdbms/lib
[-L$(LIBHOME) -L/opt/app/oracle/product/8.1.6/rdbms/lib]
Linking with OTHERLDFLAGS = -L/opt/app/oracle/product/8.1.6/lib/
-L/opt/app/oracle/product/8.1.6/rdbms/lib -lclnts
h -lpthreads [from 'build' rule]
Checking if your kit is complete...
Looks good
Warning: By default new modules are installed into your
'site_lib'
directories. Since site_lib directories come after the
normal library
directories you must delete any old DBD::Oracle files and
directories from
your 'privlib' and 'archlib' directories and their auto
subdirectories.
Using DBD::Oracle 1.06.
Using DBI 1.15 installed in
/usr/local/lib/perl5/site_perl/5.005/aix/auto/DBI
Writing Makefile for DBD::Oracle
*** If you have problems, read the README and README.help
files ***
(Of course, you have read README by now anyway, haven't
you?)
Here is what I get when I ran the make:
/usr/local/lib/perl5/DBD-Oracle-1.06# make
"Makefile", line 2319: make: 1254-055 Dependency line needs
colon or double
colon operator.
make: 1254-058 Fatal errors encountered -- cannot continue.