- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LDAP-UX Admin Server Daemon Fails to Start - /usr/...
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-03-2005 06:48 AM
08-03-2005 06:48 AM
/usr/lib/dld.sl: Unresolved symbol: typeid__XT17SAXParseException_ (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: typeid__XT12XMLException_ (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: typeid__XT13XMLEntityDecl_ (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: fgArrayIndexOutOfBoundsException_Name__6XMLUni (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: fgIllegalArgumentException_Name__6XMLUni (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: fgNoSuchElementException_Name__6XMLUni (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: fgRuntimeException_Name__6XMLUni (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: fgXMLPlatformUtilsException_Name__6XMLUni (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
/usr/lib/dld.sl: Unresolved symbol: fgEmptyStackException_Name__6XMLUni (data) from /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
Here is what we currently have in $SHLIB:
/sybase/ASE-12_5/lib:/sybase/FTS-12_5/lib:/sybase/OCS-12_5/lib:/usr/lib:/lib:/usr/lib/Motif1.2:/sybase/SQLRemote/lib::/usr/lib:/etc/opt/resmon/lib:/opt/gnome/lib:/var/opt/netscape/servers/lib:/var/opt/netscape/servers/bin/slapd/lib:/var/opt/netscape/servers/bin/https/lib:
Any help greatly appreciated and will be awared points.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:19 PM
08-03-2005 03:19 PM
Re: LDAP-UX Admin Server Daemon Fails to Start - /usr/lib/dld.sl Unresolved symbols
Is that a typo? Correct environment variable to use is SHLIB_PATH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:42 AM
08-04-2005 02:42 AM
Re: LDAP-UX Admin Server Daemon Fails to Start - /usr/lib/dld.sl Unresolved symbols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 02:54 AM
08-04-2005 02:54 AM
Re: LDAP-UX Admin Server Daemon Fails to Start - /usr/lib/dld.sl Unresolved symbols
The other question of course is to check to make sure that the library in question has the correct permissions and exists at the specified path.
Best regards,
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 03:05 AM
08-04-2005 03:05 AM
Re: LDAP-UX Admin Server Daemon Fails to Start - /usr/lib/dld.sl Unresolved symbols
-rwxr-xr-x 1 root sys 1789952 Jun 13 2002 /var/opt/netscape/servers/bin/https/lib/libns-httpd40.sl
Everything was installed using the HP supplied depot. I assume it should not need to be recompiled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 01:25 PM
08-04-2005 01:25 PM
SolutionI think these symbols are in libxerces-c.sl which is found in /var/opt/netscape/server/bin/https/lib directory. However, in your SHLIB_PATH /usr/lib comes before that directory, so /usr/lib/libxerces-c.sl is loaded instead.
/usr/lib/libxerces-c.sl is different version of the library (doesn't contain required symbols). It is installed as a part of internet express bundle.
hpuxiexpress1.Xerces-C A.03.00-2.5.0.001 Xerces-C C++ Parser
So I suggest that you try placing /var/opt/netscape directories in your SHLIB_PATH before any other directories and see if it makes any difference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 01:45 AM
08-05-2005 01:45 AM
Re: LDAP-UX Admin Server Daemon Fails to Start - /usr/lib/dld.sl Unresolved symbols
Adjusting the order of the netscape directories in SHLIB_PATH did the trick. Thanks for your valuable input. This is what my SHLIB_PATH looks like now:
echo $SHLIB_PATH
/var/opt/netscape/servers/lib:/var/opt/netscape/servers/bin/slapd/lib:/var/opt/netscape/servers/bin/https/lib:/usr/lib:/etc/opt/resmon/lib:/opt/gnome/lib:/lib:/usr/lib/Motif1.2:
Oz,
Thanks for your efforts as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 01:47 AM
08-05-2005 01:47 AM
Re: LDAP-UX Admin Server Daemon Fails to Start - /usr/lib/dld.sl Unresolved symbols
echo $SHLIB_PATH
/var/opt/netscape/servers/lib:/var/opt/netscape/servers/bin/slapd/lib:/var/opt/netsca
pe/servers/bin/https/lib:/usr/lib:/etc/opt/resmon/lib:/opt/gnome/lib:/lib:/usr/lib/Motif1
.2:
This was what my path looked like prior to change:
/sybase/ASE-12_5/lib:/sybase/FTS-12_5/lib:/sybase/OCS-12_5/lib:/usr/lib:/lib:/us
r/lib/Motif1.2:/sybase/SQLRemote/lib::/usr/lib:/etc/opt/resmon/lib:/opt/gnome/lib:/va
r/opt/netscape/servers/lib:/var/opt/netscape/servers/bin/slapd/lib:/var/opt/netscap
e/servers/bin/https/lib: