Operating System - HP-UX
1832978 Members
2976 Online
110048 Solutions
New Discussion

Can't find path for shared library: libwtc8.sl

 
SOLVED
Go to solution
Engo Armand-Blaise
Frequent Advisor

Can't find path for shared library: libwtc8.sl

Does anyone can assist me in order to escalate this compiling process. I'm running HP-UNIX B.11 with 32 bits and I've already installed the Oracle 8i. What I'm currently doing is to convert an indexed system to a relational one. Please assist me :
JCMPRDB


SCRIPT TO COMPILE rdbpgm0
*************************

jcmprdb 0 PROCESSING ...

procob18 ireclen=132 oreclen=132 select_error=no litdelim=quote mode=ans
i iname=rdbpgm0.pco oname=rdbpgm0.cbl
/usr/lib/dld.sl: Can't find path for shared library: libwtc8.sl
/usr/lib/dld.sl: No such file or directory
sh: 10772 Abort(coredump)
*** Error exit code 134

Stop.

jcmprdb 0 COMPLETED

Press to continue . . .

4 REPLIES 4
Steve Steel
Honored Contributor
Solution

Re: Can't find path for shared library: libwtc8.sl

Hi

It isnt in your SHLIB_PATH

find it on the system

export SHLIB_PATH=${ORA_HOME}/lib:


where newpath is the directory where the file is.

Try again.

Will need changing in the script


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Steven E. Protter
Exalted Contributor

Re: Can't find path for shared library: libwtc8.sl

SHLIB_PATH

Is it correct? Check with the compiler vendor on that.

You might want to analyze the core dump. The attached doc might help, I use it on crash dumps.

HP support or someone else can surely help with the core dump.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Engo Armand-Blaise
Frequent Advisor

Re: Can't find path for shared library: libwtc8.sl

Thank for your help. The path was changed but I have another problem related to "libclntsh.sl.8.0"

procob18 ireclen=132 oreclen=132 select_error=no litdelim=quote mode=ans
i iname=rdbpgm0.pco oname=rdbpgm0.cbl
/usr/lib/dld.sl: Can't find path for shared library: libclntsh.sl.8.0
/usr/lib/dld.sl: No such file or directory
sh: 10915 Abort(coredump)
*** Error exit code 134

Stop.
==============================================

What can I do if this file is not found?

I have only "libclntsh.sl".

Engo Armand-Blaise
Frequent Advisor

Re: Can't find path for shared library: libwtc8.sl

Still not solving the problem. As user Oracle, I connected to $ORACLE_HOME/in and ran the following : chatr oracle

============================================
oracle:
shared executable
shared library dynamic path search:
SHLIB_PATH enabled first
embedded path disabled second Not Defined
shared library list:
dynamic /cyborg/app/oracle/product/817/lib/libjox8.sl
dynamic /cyborg/app/oracle/product/817/lib/libobk.sl
dynamic /usr/lib/librt.2
dynamic /usr/lib/libpthread.1
dynamic /usr/lib/libnss_dns.1
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libm.2
dynamic /usr/lib/libc.2
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
global hash array nbuckets:3
shared vtable support disabled
static branch prediction enabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
data page size: D (default)
instruction page size: D (default)


============================================

Would you please assist me in this matter.

Thanks.

engo.