- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/lib/dld.sl: error
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-04-2006 03:18 AM
10-04-2006 03:18 AM
This is what happens when I try to create a make_net_recovery:
ERROR: /usr/lib/dld.sl: Unresolved symbol: getaddrinfo (code) from
/usr/lib/X11R6/libX11.3
ARIES32: Core file for PA32 application saved to /core.mnr_ui
NOTE: run_cmd: Process: 13582 (/opt/ignite/lbin/mnr_ui): killed by
signal: 6
(core dumped).
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2006 03:25 AM
10-04-2006 03:25 AM
SolutionHave a look at this doc.
Title: Interactive make_net_recovery fails with unresolved symbol
Document ID: UIUXKBRC00016796
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000081814468
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 12:56 AM
10-05-2006 12:56 AM
Re: /usr/lib/dld.sl: error
you do not have the correct library in there, hence you are having this error. If you could do this
#ldd /opt/ignite/bin/make_net_recovery
And see if you could see some error, now create a link for this library file dldsl.sl and it should work.
Please let me know if this works.
Thanks
Pratyush
PS: if you send me the output of ldd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 01:12 AM
10-06-2006 01:12 AM
Re: /usr/lib/dld.sl: error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 08:00 AM
10-06-2006 08:00 AM
Re: /usr/lib/dld.sl: error
#:/opt/ignite/lbin#:ll /opt/ignite/lbinpa | grep ui
lrwxr-xr-x 1 root sys 28 Oct 4 20:51 mnr_ui -> /opt/ignite/lbinpa/mnr_ui.11
-r-xr-xr-x 1 bin bin 438272 May 5 17:09 mnr_ui.10
-r-xr-xr-x 1 bin bin 94208 May 5 17:17 mnr_ui.11
Here is the output of ldd:
#:/opt/ignite/lbin#:ldd /opt/ignite/bin/make_net_recovery
libdl.so.1 => /usr/lib/hpux32/libdl.so.1
/opt/ignite/lib/libcfg.so.1 => /opt/ignite/lib/libcfg.so.1
libstd_v2.so.1 => /usr/lib/hpux32/libstd_v2.so.1
libCsup.so.1 => /usr/lib/hpux32/libCsup.so.1
libm.so.1 => /usr/lib/hpux32/libm.so.1
libunwind.so.1 => /usr/lib/hpux32/libunwind.so.1
libc.so.1 => /usr/lib/hpux32/libc.so.1
libuca.so.1 => /usr/lib/hpux32/libuca.so.1
libdl.so.1 => /usr/lib/hpux32/libdl.so.1
In short, the problem remains:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2006 08:05 AM
10-06-2006 08:05 AM
Re: /usr/lib/dld.sl: error
looks like this is not a library issue. Did you open up a case with hp I beleive that you do not have the right patches in your system. Please try to get a patch analysis done on the system. Ignite-UX is picky on patches, you need to get some of the patches in there, before you could learn an ignite utility.
thanks
Pratyush