Operating System - HP-UX
1833832 Members
2168 Online
110063 Solutions
New Discussion

Re: /usr/lib/dld.sl: error

 
SOLVED
Go to solution
dictum9
Super Advisor

/usr/lib/dld.sl: error


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).
5 REPLIES 5
Robert-Jan Goossens
Honored Contributor
Solution

Re: /usr/lib/dld.sl: error

Hi,

Have 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
Pratyush Paul_1
Valued Contributor

Re: /usr/lib/dld.sl: error

Hi -

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
Die Hard
Calandrello
Trusted Contributor

Re: /usr/lib/dld.sl: error

as the Robert said this problem occurs for one link infinite. this that to say, one link that it finishes pointing with respect to he himself.
dictum9
Super Advisor

Re: /usr/lib/dld.sl: error

My link correctly points to the hpux11 binary:


#:/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:
Pratyush Paul_1
Valued Contributor

Re: /usr/lib/dld.sl: error

Hi -

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
Die Hard