- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/lib/dld.sl: Unresolved symbol
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
10-16-2008 05:41 AM
10-16-2008 05:41 AM
/usr/lib/dld.sl: Unresolved symbol
From last few day whenever we are starting the webserver in our HP UX server getting the error message as fllow:
root@butldr [/webserver/https-butldr.example.com] > ./start
iPlanet-WebServer-Enterprise/6.0SP5 B10/31/2002 17:01
/usr/lib/dld.sl: Unresolved symbol: parse__9SAXParserFPCcb (code) from /webserver/bin/https/lib/libns-httpd40.sl
Syslog error : Oct 16 09:11:59 butldr uxwdog[2508]: server initialization failed (Interrupted system call)
Server info:
Model: N4000
OS : HP UX 11.1
Please help me in solving this problem. Its very urgent.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 05:50 AM
10-16-2008 05:50 AM
Re: /usr/lib/dld.sl: Unresolved symbol
Begin by asking yourself "what has recently changed?". The error suggests that '/webserver/bin/https/lib/libns-httpd40.sl' may have changed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 05:56 AM
10-16-2008 05:56 AM
Re: /usr/lib/dld.sl: Unresolved symbol
No changes were done on the system...And after all it is a library file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 05:59 AM
10-16-2008 05:59 AM
Re: /usr/lib/dld.sl: Unresolved symbol
> No changes were done on the system...And after all it is a library file.
And my point is that do you *know* that the version of the library hasn't changed?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 06:07 AM
10-16-2008 06:07 AM
Re: /usr/lib/dld.sl: Unresolved symbol
I am not sure, please guide how to check for it and do the needful for it to work.
Thanks for being promp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 06:39 PM
10-16-2008 06:39 PM
Re: /usr/lib/dld.sl: Unresolved symbol
SAXParser::parse(char const *, bool)
Do you know which shlib has the definition?
Did SHLIB_PATH change?
>No changes were done on the system.
If nothing really changed, it is possible to get unsats because of different execution paths in the application. The default is -B deferred. By using "chatr -B immediate executable" it is possible to see if there are are even more of them.
>please guide how to check for it
Well, the simplest would be to do "ll" on all shlibs in the application.
$ ll -L $(ldd executable | awk '{print $NF}')