- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /usr/lib/dld.sl : Can't find path for shared libra...
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
05-28-2005 11:08 PM
05-28-2005 11:08 PM
/usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl
I get this error while starting a tuxedo server.
"/usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl"
I have my SHLIB_PATH set as shown below, I noticed this on the /usr/lib/dld.sl file of two machines:
WORKING MACHINE
=================
WORKING:what dld.sl
dld.sl:
SMART_BIND
92453-07 dld dld dld.sl B.11.38 031218
WORKING: ll dld.sl
-r-xr-xr-x 1 bin bin 241664 Jul 1 2004 dld.sl
export SHLIB_PATH=$TUXDIR/lib:/opt/lib/cobol/lib
PROBLEM MACHINE
===============
PROBLEM: what dld.sl
dld.sl:
SMART_BIND
92453-07 dld dld dld.sl B.11.18 000922
PROBLEM: ll dld.sl
-r-xr-xr-x 1 bin bin 155648 Nov 14 2000 dld.sl
export SHLIB_PATH=/usr/lib:/usr/conf/h:$ORACLE_HOME/lib:$TUXDIR/lib
Can anyone help with some suggestions........... why i have this problem......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 02:21 AM
05-29-2005 02:21 AM
Re: /usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl
Make sure the shell is right and not a shell that one allow for one line export, or change the SHLIB command to a two line statement, set then export
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
05-29-2005 04:04 PM
05-29-2005 04:04 PM
Re: /usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl
also might try getting the latest "link loader" patch for you problem system. thinking that dld.sh might be 3 years older than your working system dynamic link-loader version.
also, run the "chatr" command on your executable and see what shared libs show from the CHATR report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 04:53 PM
05-29-2005 04:53 PM
Re: /usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl
DO you have "libsafestrings.sl" file in your PROBLEM MACHINE? If yes, check whether the path to this file is specified in the " LD_LIBRARY_PATH" variable.
Also, check the thread http://forums1.itrc.hp.com/service/ forums/questionanswer.do?threadId=821909
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 04:59 PM
05-29-2005 04:59 PM
Re: /usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl
-- HP-UX 11.11
PHSS_24638:
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/11.X/PHSS_24638
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/11.X/PHSS_24638.txt
-- HP-UX 11.00 or 11.10
PHSS_24627:
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/11.X/PHSS_24627
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/11.X/PHSS_24627.txt
-- HP-UX 10.20
PHSS_22354:
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/10.X/PHSS_22354
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/10.X/PHSS_22354.txt
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 07:28 PM
05-29-2005 07:28 PM
Re: /usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl
$ chatr
You should see a line
SHLIB_PATH enabled second
If it says "disabled", then SHLIB_PATH will be disregarded.
SHLIB_PATH disabled second
The following will enable use of SHLIB_PATH
$ chatr +s enable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 01:36 AM
05-30-2005 01:36 AM
Re: /usr/lib/dld.sl : Can't find path for shared library: libsafestrings.sl
Thanks all for the response, starting from the most recent:
Ermin, thanks, SHLIB_PATH is enabled already
Suraj, actually am missing some patches u listed, we are up for patch in 2 weeks and that should cover them, also the link on the LD_LIBRARY_PATH" seems not to work.
Tom, thanks, yes its a concern about the age difference on the dynamic link loader.
SEP, yes files referred to in SHLIB_PATH are in the /usr/lib directory.
Having said all this, the developer of the app we tried to run believes the problem is that he had been dynamically linking to the library which is a no no.....(?) will let you know how this goes when I exhaust all the options, THANKS!