- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem about dld.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
08-06-2003 07:55 PM
08-06-2003 07:55 PM
error after run it in hp-ux11
/usr/lib/dld.sl: Unresolved symbol: xdr_char (plabel) from /opt/tuxedo/lib/libwsc.sl
/usr/lib/dld.sl: Unresolved module for symbol: _tux__tm_itypes_init (code) from /opt/tuxedo/lib/libwsc.sl
please help me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 08:17 PM
08-06-2003 08:17 PM
Re: Problem about dld.sl
Looks like you are missing some library files as per the above error messages.
Try to run following command and take a look at the output file:
# nm /usr/lib/lib* > /var/tmp/symlist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 08:27 PM
08-06-2003 08:27 PM
SolutionYou are missing the implementation of xdr_char() which would be in some library. Install that library if its not there, otherwise check SHLIB_PATH for 32 bit or LD_LIBRARY_PATH for 64 bit. This should contain the path to the missing library.
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 08:49 PM
08-06-2003 08:49 PM
Re: Problem about dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 09:00 PM
08-06-2003 09:00 PM
Re: Problem about dld.sl
The xdr_* libraries are for the external data representation. They will be available in libc_r.sl or libnsl.sl. Double check these libraries. They should be automatically resolved by dld.sl.
Check your current patch level and the patch for dld.sl
HTH,
Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 10:32 PM
08-07-2003 10:32 PM
Re: Problem about dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:44 PM
08-07-2003 11:44 PM
Re: Problem about dld.sl
To explain, I visited this link purely because there was no bunny yet, and I *might* have been helpful. Now if the issue is resolved, a bunny should appear with the message, and I would know not to read it.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 12:04 AM
08-08-2003 12:04 AM
Re: Problem about dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 07:23 AM
03-24-2004 07:23 AM
Re: Problem about dld.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 05:26 PM
06-20-2006 05:26 PM