Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 816 won't install on Solaris (clntsh)
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/productient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 - lcore8 -lnls8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lnls8 -lcore 8 -lnls8 -lcore8 -lnls8 `cat
/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
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
![]() |
![]() |