Operating System - HP-UX
1843946 Members
2282 Online
110226 Solutions
New Discussion

openssh - /usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh

 
SOLVED
Go to solution
KiddA
Advisor

openssh - /usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh

Hi people,
I'm getting this error trying to ssh to other server.

server1 /root > ssh server2
/usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh
Abort(coredump)
server1 /root >

---
server1:
hb1pmk2 /root > uname -a
HP-UX hb1pmk2 B.11.00 U 9000/800 76251 unlimited-user license

openssh version:
server1 /root > ssh -v
OpenSSH_4.6p1, OpenSSL 0.9.8g 19 Oct 2007

Question 1:
Does this version of openssh runs ok in 11.00?
Dunno if it was downloaded and compiled from source or if they downloaded a depot from hp and installed without knowing that was supported by 11.00

Question 2:
Should i move back to openssh version OpenSSH_4.3p2-hpn?

Thanks a million,
Fernan.
4 REPLIES 4
Steven E. Protter
Exalted Contributor
Solution

Re: openssh - /usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh

Shalom,

My suggestion is to get a version of openssh/secure shell that originated at HP and is ported to depot format, the newest available.

HP-UX 11.00 has no support so my advice is to roll back to the latest stable version of openssh you had installed.

I'd also plan the transition to a supported version of HP-UX

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
skt_skt
Honored Contributor

Re: openssh - /usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh





Secure_Shell A.04.30.014 HP-UX Secure Shell

is the latest supported version for 11.00
Dennis Handly
Acclaimed Contributor

Re: openssh - /usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh

>/usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh

You may have to install a newer version of libc. This entry is there on 11.11.
Hmm. You are out of luck, this entry isn't in the last 11.00 libc patch PHCO_33609.
OldSchool
Honored Contributor

Re: openssh - /usr/lib/dld.sl: Unresolved symbol: getnameinfo (code) from ssh

I'm currently running 4.3p2, but,

did you build this yourself and if so, did you run "configure" prior to the build?

It should have tested for "getnameinfo" and if it wasn't found, built with out it