Operating System - HP-UX
1836165 Members
1952 Online
110096 Solutions
New Discussion

Secure Shell install can't find libgssapi_krb5.so

 
Bill Sadvary
Frequent Advisor

Secure Shell install can't find libgssapi_krb5.so

On 11i v1.6, the install of Secure Shell A.03.71.000 failed with the following error...

* Beginning the configure execution phase
/usr/lib/hpux32/dld.so: unable to find library 'libgssapi_krb5.so'

We have the following, so why is it complaining?

/usr/lib/hpux32/gss/libgssapi_krb5.so
/usr/lib/hpux64/gss/libgssapi_krb5.so

When I run the startup, it dies with the same error. Same with running the 'ssh' command.

-Bill Sadvary
sadvary@dickinson.edu

1 REPLY 1
Bill Sadvary
Frequent Advisor

Re: Secure Shell install can't find libgssapi_krb5.so

Well, I used "chatr sshd" and figured out that it's using the ELF-32 files and so I copied the hpux32/gss/libgssapi_krb5.so up a level, re-installed, and all appears to be fine.

-Bill