- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't find path for shared library: libwtc8.sl
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:08 AM
03-05-2003 06:08 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:12 AM
03-05-2003 06:12 AM
SolutionIt 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:14 AM
03-05-2003 06:14 AM
Re: Can't find path for shared library: libwtc8.sl
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 06:26 AM
03-05-2003 06:26 AM
Re: Can't find path for shared library: libwtc8.sl
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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2003 01:53 AM
03-07-2003 01:53 AM
Re: Can't find path for shared library: libwtc8.sl
============================================
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.