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 -> Re: Linking Errors on Install

Re: Linking Errors on Install

From: jason <jason_at_seahorseNOSPAM.demon.co.uk>
Date: Thu, 02 Dec 1999 10:05:17 +0000
Message-ID: <WENGOBWEyGdi0Iaa1vZz3Xyy0WnV@4ax.com>


On Tue, 30 Nov 1999 15:46:02 -0800, Kristopher Keller <kris_at_netsis.com> wrote:

>Hardware: Sun Ultra 1
>Platform: Solaris 2.6 with most current patches
>Oracle Version: 8.0.5 Enterprise
>
>I'm attempting to install Oracle on our Sun box and its getting me all
>angry. I've done Oracle installations in the past with no problems.
>However, this version isn't going to well. Upon install, everything it
>tries to link has failed (make with the makefiles). I installed and
>made sure the compilers worked, but maybe Oracle doesnt like them.
>hmmm, At first I tried the ones that came with Solaris. Since I pretty
>much dont like them anyway, I downloaded GCC & Libraries. Then I
>downloaded another version of Make. I've also added these paths into
>the PATH variable. I've updated everything in the /etc/system file and
>tried abou 3.7 billion other things. urghh.. Its been too many hours.
>
>Anyway, here is a cut from a portion of the log file that Oracle
>generates, it cant find some sorta libraries:
>******************************************************************************************
>OS Shell:
>$ make -f ins_plsql.mk install
>chmod 755 /u01/app/oracle/product/8.0.5/bin
> - Linking wrap
>ld -dy /u01/app/oracle/product/8.0.5/lib/SC4.2/crti.o
>/u01/app/oracle/product/8.0.5/lib/SC4.2/crt1.o /u01
>/app/oracle/product/8.0.5/lib/SC4.2/crtn.o -L/opt/SUNWcluster/lib
>-R/opt/SUNWcluster/lib -L/u01/app/oracl
>e/product/8.0.5/lib/ -o wrap
>/u01/app/oracle/product/8.0.5/plsql/lib/s0plsw.o -lpsa -lplsf -lplsb
>-lpsd \
>-lextp -lclntsh /u01/app/oracle/product/8.0.5/lib/nautab.o
>/u01/app/oracle/product/8.0.5/lib/naeet.o /u01
>/app/oracle/product/8.0.5/lib/naect.o
>/u01/app/oracle/product/8.0.5/lib/naedhs.o `cat /u01/app/oracle/pro
>duct/8.0.5/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr -lnetv2
>-lnttcp -lnetwork -lclient -lvsn -lcomm
>on -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2
>-lnttcp -lnetwork -lncr -lnetv2
>-lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3
>-lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3
> -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4
>-lnlsrtl3 `cat /u01/app/oracle/
>product/8.0.5/lib/sysliblist` -R
>/opt/SUNWcluster/lib:/u01/app/oracle/product/8.0.5/lib -Y P,/u01/app/or
>acle/product/8.0.5/lib:/usr/openwin/lib:/u01/app/oracle/product/8.0.5/jdbc/lib:/u01/app/oracle/product/8.
>0.5/lib:/opt/SUNWcluster/lib:/usr/ccs/lib:/usr/lib -Qy -lc -laio -lm
>-lncr -lclient -lncr \
>-lclient /u01/app/oracle/product/8.0.5/rdbms/lib/kpudfo.o -lmm -lepc \
>-lplsf -lplsb -lgeneric -lcommon -lslax \
> -lcore4 -lpsa -lcore4 \
>-lnlsrtl3 -lcore4 -licd /u01/app/oracle/product/8.0.5/lib//libdbicx.a \
> `cat /u01/app/oracle/product/8.0.5/lib/sysliblist` -R
>/opt/SUNWcluster/lib:/u01/app/oracle/product/8.0.
>5/lib -Y
>P,/u01/app/oracle/product/8.0.5/lib:/usr/openwin/lib:/u01/app/oracle/product/8.0.5/jdbc/lib:/u0
>1/app/oracle/product/8.0.5/lib:/opt/SUNWcluster/lib:/usr/ccs/lib:/usr/lib
>-Qy -lc -laio -lm
>ld: warning: option -YP appears more than once, first setting taken
>ld: warning: option -Q appears more than once, first setting taken
>ld: fatal: library -lclntsh: not found
>ld: fatal: library -lgen: not found
>ld: fatal: library -lgen: not found
>ld: fatal: File processing errors. No output written to wrap
>*** Error code 1
>make: Fatal error: Command failed for target `wrap'
>*********************************************************************************
>
>Thanks,
>-kris
>kris_at_netsis.com
>Net Information Systems, Inc.

Kris,

What's in your LD_LIBRARY_PATH?
What's in /usr/lib and $ORACLE_HOME/lib? What does 'type make' and 'type cc' come back with?

Jason. Received on Thu Dec 02 1999 - 04:05:17 CST

Original text of this message

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