- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unresolved symbol errors
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
12-05-2001 06:36 AM
12-05-2001 06:36 AM
Unresolved symbol errors
/usr/lib/dld.sl: Unresolved symbol: acl (code) from backup
any idea what this means. i do have the patch PHKL_18543 installed (part of a bundle). Should i re-install this patch? Any ideas what this error message means?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:38 AM
12-05-2001 06:38 AM
Re: Unresolved symbol errors
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:41 AM
12-05-2001 06:41 AM
Re: Unresolved symbol errors
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=5e5439cf18f070010e/screen=ckiDisplayDocument?docId=200000049596272
You may want to contact Legato to see if they recommend a some patches.
Good Luck,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:44 AM
12-05-2001 06:44 AM
Re: Unresolved symbol errors
Was this working prior to today or is this a new install? If this was working before, then what changes have been made to the system recently?
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:46 AM
12-05-2001 06:46 AM
Re: Unresolved symbol errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 06:51 AM
12-05-2001 06:51 AM
Re: Unresolved symbol errors
I would go with Santosh on this one and say that it probably stems from SHLIB_PATH being set. I would try unsetting it and see what happens:
unset SHLIB_PATH
Then try re-starting networker:
/sbin/init.d/networker stop
/sbin/init.d/networker start
Did you installed Networker 6.0.2 over your old 5.5? I would say call Legato support, but if you've ever called before you know you'd be wasting your time :) Hope that helps.
-Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 07:42 AM
12-05-2001 07:42 AM
Re: Unresolved symbol errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2001 08:34 AM
12-05-2001 08:34 AM
Re: Unresolved symbol errors
2. Run the command:
#chatr /[Networker_base_dir]/nsr* | grep embedded
and make sure you see proper libraries like this:
embedded path enabled second /usr/lib:/lib:/opt/networker/lib:/usr/lib/nsr
3. Run the command:
#chatr /[Networker_base_dir]/nsr* | grep SHLIB_PATH
and make sure you see "enabled" in the string output for each binary indicating that the binary can read non-standard library types.
4. Make sure you have this link in place:
/usr/lib/libvgalaxy.sl -> /opt/networker/lib/libvgalaxy.sl
Tony