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

Re: 816 won't install on Solaris (clntsh)

From: Quinn Zou <z.zou_at_paradise.net.nz>
Date: Tue, 3 Oct 2000 19:39:22 +1300
Message-ID: <970555403.766843@shelley.paradise.net.nz>

Mike,

check the file size:
/u01/app/oracle/product/816/lib/libclntsh.so or if that file is link to another file say libclntsh.so.xx check that file size.
If the file size is 0 than that means you need to increase your swap. you can manually re-generate that file by: $ORACLE_HOME/bin/genclntsh.
try to generate the libclntsh. manually and see what happened.

good luck
Quinn

Mike Warne <mwarne_at_pixc.com> wrote in message news:39d8c550$0$143$736b3e2_at_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 -
>

 core8 -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 Tue Oct 03 2000 - 01:39:22 CDT

Original text of this message

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