Operating System - HP-UX
1833347 Members
3075 Online
110051 Solutions
New Discussion

libclntsh.sl.8.0 not found in the library

 
Engo Armand-Blaise
Frequent Advisor

Re: libclntsh.sl.8.0 not found in the library

New info : First phase of Installation successfull. When running "root.sh",
this is what I copied and pasted :
Chmod can't change libnof.* : No such file or Directory.
I'm still continue the next step....
Find the attached file make.log

First result of file make.log:

5 errors found :
/usr/ccs/bin/ld: Write failed in bulkmodify
*** Error exit code 1
Linking profor
/usr/ccs/bin/ld: Can't find library: "clntsh"
*** Error exit code 1
Stop.
/usr/ccs/bin/make -f ins_precomp.mk relink
ORACLE_HOME=/cyborg/app/oracle/produc
t/817 EXENAME=profor
Linking profor
/usr/ccs/bin/ld: Can't find library: "clntsh"
*** Error exit code 1
Stop.
/usr/ccs/bin/make -f ins_precomp.mk relink
ORACLE_HOME=/cyborg/app/oracle/produc
t/817 EXENAME=procob18
Linking procob18
/usr/ccs/bin/ld: Can't find library: "clntsh"
*** Error exit code 1
Stop.
/usr/ccs/bin/make -f ins_precomp.mk relink
ORACLE_HOME=/cyborg/app/oracle/produc
t/817 EXENAME=proc
Linking proc
/usr/ccs/bin/ld: Can't find library: "clntsh"
cat: Cannot open /tmp/clntst8.12051/*.nm: No such file or directory
Extracting from ...
sort: Cannot open /tmp/clntst8.12051/*.objs
usage: ar [-][mrxtdpq][ACTabcFfilsuvzS] [posname] archive files ...
ar: creating /cyborg/app/oracle/product/817/lib/libclntst8.a
Created /cyborg/app/oracle/product/817/lib/libclntst8.a
/cyborg/app/oracle/product/817/bin/genagtsh
/cyborg/app/oracle/product/8
17/lib/libagtsh.sl 1.0
Make: Cannot load /cyborg/app/oracle/product/817/bin/genagtsh. Stop.
*** Error exit code 1
Stop.
Make: Cannot read or get /precomp/lib/env_precomp.mk. Stop.
/usr/ccs/bin/make -f ins_rdbms.mk ioracle
ORACLE_HOME=/cyborg/app/oracle/product
/817
Make: Cannot read or get /cyborg/app/oracle/product/817/rdbms/lib/env_rdbms.mk.
Stop.
/usr/ccs/bin/make -f ins_net_server.mk install
ORACLE_HOME=/cyborg/app/oracle/pr
oduct/817
Make: Cannot read or get
/cyborg/app/oracle/product/817/network/lib/env_network.
mk. Stop.
Make: Cannot read or get /cyborg/app/oracle/product/817/rdbms/lib/env_rdbms.mk.
Stop.
=============================================================================
I'm going now to install the precompilers before the crutial test of make file.

After installing the Precompiler, as oracle user, I processed :
cd /cyborg/app/oracle/product/817/precomp/demo/procob
make -f demo_procob18.mk build EXE=sample2 COBS=sample2.cob > link.lib
Message contained in to the link.lib file :
`/cyborg/app/oracle/product/817/lib/libclntsh.sl' is up to date.
===============================================
So, How can I do to update libclntsh.sl?
Engo Armand-Blaise
Frequent Advisor

Re: libclntsh.sl.8.0 not found in the library

After all, I've found the solution of my original problem :
cd /cyborg/app/oracle/product/817/precomp/demo/procob
make -f demo_procob18.mk sample2 > link.lib

The link.lib file contains:

/usr/ccs/bin/make -f /cyborg/app/oracle/product/817/precomp/demo/procob/
demo_procob18.mk build COBS=sample2.cob EXE=sample2
procob18 iname=sample2.pco

Pro*COBOL: Release 1.8.52.0.0 - Production on Wed Mar 12 08:40:37 2003

(c) Copyright 2000 Oracle Corporation. All rights reserved.

System default option values taken from: /cyborg/app/oracle/product/817/precomp/
admin/pcccob.cfg

Precompiling sample2.pco
cob -C IBMCOMP -C NESTCALL -t -x -o sample2 sample2.cob -L/cyborg/app/or
acle/product/817/lib/ /cyborg/app/oracle/product/817/precomp/lib/cobsqlintf.o -l
clntsh `cat /cyborg/app/oracle/product/817/lib/sysliblist` -lm -lpthread -lp
thread
==============================================

That's all.

Thank you for your assistance. I appreciated it.

Best regards,

Engo.