I am trying to install DBD-Oracle in my SGI computer.
The follwoing the the log I got when I do "perl Makefile.PL". Do you know
what it is wrong? Does that mean I need to install more Oracle stuff. It
seems it could not find OCI-related files. Any suggestions?
Many Thanks
Zhanyang
perl Makefile.PL
Using DBI 1.20 installed in /usr/share/lib/perl5/site_perl/irix-n32/auto/DBI
Configuring DBD::Oracle ...
>>> Remember to actually *READ* the README file!
Especially if you have any problems.
Using Oracle in /raid0/app/oracle/product/8.1.6
Found header files in rdbms/demo.
Found /raid0/app/oracle/product/8.1.6/precomp/demo/proc/demo_proc.mk
Using /raid0/app/oracle/product/8.1.6/precomp/demo/proc/demo_proc.mk
Reading /raid0/app/oracle/product/8.1.6/precomp/demo/proc/demo_proc.mk.
Reading /raid0/app/oracle/product/8.1.6/precomp/lib/env_precomp.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.
Attempting to discover Oracle OCI build rules...
cc -n32 -mips3 -c -I.
-I/raid0/app/oracle/product/8.1.6/precomp/public
-I/raid0/app/oracle/product/8.1.6/rdbms/public
-I/raid0/app/oracle/product/8.1.6/rdbms/demo
-I/raid0/app/oracle/product/8.1.6/plsql/public
-I/raid0/app/oracle/product/8.1.6/net
Oracle oci build command:
echo -o DBD_ORA_EXE DBD_ORA_OBJ.o
-L/raid0/app/oracle/product/8.1.6/lib/ -lclntsh `cat
/raid0/app/oracle/product/8.1.6/lib/sysliblist`
-o DBD_ORA_EXE DBD_ORA_OBJ.o -L/raid0/app/oracle/product/8.1.6/lib/
-lclntsh -lgen -lexc -lm -lpthread
Unable to interpret Oracle oci build commands. Using fallback approach.
.....