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 -> 816 won't install on Solaris (clntsh)

816 won't install on Solaris (clntsh)

From: Mike Warne <mwarne_at_pixc.com>
Date: Mon, 2 Oct 2000 07:30:34 -1000
Message-ID: <39d8c550$0$143$736b3e2@news2.twtelecom.net>

Hi,
I have been trying to get 8i (816) to install on Solaris. It always fails near the end during the linking processes.

The error I receive in the make log is:
ld: fatal: library -lclntsh: not found

Below is an exerpt from the make.log file. It claims that the library clntsh is not found. Is the linker looking for the shared library file libclntsh.so? That file does exist in the library path
/u01/app/oracle/product/816/lib/.

I can't figure out why it is failing.
Any help would be greatly appreciated.
Thanks.

Mike Warne.

--snip--
/usr/ccs/bin/make -f ins_sqlplus.mk install
ORACLE_HOME=/u01/app/oracle/product/816
rm -f sqlplus
Linking sqlplus
rm -f sqlplus
ld -o

sqlplus -L/u01/app/oracle/product/816/sqlplus/lib/ -L/u01/app/oracle/product

/816/lib/ -dy /u01/app/oracle/product/816/lib/SC4.2/crti.o
/u01/app/oracle/product/816/lib/SC4.2/crt1.o
/u01/app/oracle/product/816/lib/SC4.2/crtn.o
/u01/app/oracle/product/816/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh `cat
/u01/app/oracle/product/816/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnr
o8 `cat
/u01/app/oracle/product/816/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lcl
ient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat
/u01/app/oracle/product/816/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnr
o8 `cat
/u01/app/oracle/product/816/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lcl
ient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 - lcore8 -lnls8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lnls8 -lcore 8 -lnls8 -lcore8 -lnls8 `cat
/u01/app/oracle/product/816/lib/sysliblist` -R
/opt/SUNWcluster/lib:/u01/app/oracle/product/816/lib -Y
P,:/opt/SUNWcluster/lib:/usr/ccs/lib:/usr/lib  -Qy -lc -laio   -lm
ld: fatal: library -lclntsh: not found
ld: fatal: File processing errors. No output written to sqlplus
*** Error code 1
make: Fatal error: Command failed for target `sqlplus' $
--snip-- Received on Mon Oct 02 2000 - 12:30:34 CDT

Original text of this message

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