Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Building DBD::Oracle on Solaris and 9i 64-bit

Building DBD::Oracle on Solaris and 9i 64-bit

From: Big Chuck <ccarson_at_echeeba.com>
Date: Wed, 11 Jun 2003 10:57:55 -0700
Message-ID: <3EE76DA3.7070609@echeeba.com>

I cannot get DBD::Oracle to build on Solaris 8 64-bit using Oracle 9.2.0.3 64-bit.

I know to change all the $ORACLE_HOME/lib to $ORACLE_HOME/lib32 and $ORACLE_HOME/rdbms/lib to $ORACLE_HOME/rdbms/lib32. Id id that and now I get this error when building:

LD_RUN_PATH="/u01/app/oracle/product/9.2.0.1/lib32:/u01/app/oracle/product/9.2.0.1//rdbms/lib32"

gcc -B/usr/ccs/bin/  -G -L/usr/local/lib Oracle.o dbdimp.o oci7.o oci8.o 

-L/opt/SUNWcluster/lib -R/opt/SUNWcluster/lib -o build
-L/u01/app/oracle/product/9.2.0.1//rdbms/lib32/
-L/u01/app/oracle/product/9.2.0.1/lib32/ -lclntsh -lnbeq9 -lnhost9
-lnus9 -lnldap9 -lldapclnt9 -lnsslb9 -lnnis9 -lnoname9 -lntcp9 -lntcps9
-lnsslb9 -lntcp9 -lntns9 -lnsl -lsocket -lgen -ldl
-R/u01/app/oracle/product/9.2.0.1/lib32 -laio -lposix4 -lkstat -lm
-lthread -o blib/arch/auto/DBD/Oracle/Oracle.so
ld: warning: option -o appears more than once, first setting taken chmod 755 blib/arch/auto/DBD/Oracle/Oracle.so chmod: WARNING: can't access blib/arch/auto/DBD/Oracle/Oracle.so make: *** [blib/arch/auto/DBD/Oracle/Oracle.so] Error 1

Any ideas?

Thx,
Chuck Received on Wed Jun 11 2003 - 12:57:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US