Operating System - HP-UX
1836611 Members
1969 Online
110102 Solutions
New Discussion

Re: pre-compiled version of cvs daemon for HP-UX 11.11?

 
abc_18
Regular Advisor

pre-compiled version of cvs daemon for HP-UX 11.11?

Our cvs daemon started failing with an
obscure error, so we're trying to install
a fresher one.

Unfortunately the one at the http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/cvs-1.12.11/
fails to install, as it's trying to reference some hairball shared libs which don't exist on our HP-UX 11.11 system:

dynamic /usr/lib/libkrb5.sl
dynamic /usr/lib/libk5crypto.sl
dynamic /usr/lib/libcom_err.sl

I'd rather avoid trying to compile cvs from scratch, since it appears to require installing gcc and all that nonsense.

Q: any idea where I can download a WORKING cvs that's already compiled?

Thanks in advance.

2 REPLIES 2
Steve Steel
Honored Contributor

Re: pre-compiled version of cvs daemon for HP-UX 11.11?

Hi


These are kerberos libraries


see

KRB5-Client.KRB5-SHLIB,fr=B.11.23,fa=HP-UX_B.11.23_IA,v=HP:
/usr/lib/gss/libgssapi_krb5.sl
/usr/lib/libcom_err.sl
/usr/lib/libk5crypto.sl
/usr/lib/libkrb5.sl



hp26:/etc# ldd /usr/lib/security/pam_krb5.sl =

/usr/lib/libpam.1 =3D> /usr/lib/libpam.1
/usr/lib/libcom_err.sl =3D> /usr/lib/libcom_err.sl
/usr/lib/libk5crypto.sl =3D> /usr/lib/libk5crypto.sl
/usr/lib/libkrb5.sl =3D> /usr/lib/libkrb5.sl
../../lib/libcom_err.sl =3D> /usr/lib/libcom_err.sl
../../lib/libk5crypto.sl =3D> /usr/lib/libk5crypto.sl


You need kerberos to run this


Steve Steel

If you want truly to understand something, try to change it. (Kurt Lewin)
abc_18
Regular Advisor

Re: pre-compiled version of cvs daemon for HP-UX 11.11?

So, where can I get these Kerberos libs?
Or better yet, is there a cvs daemon (HP-UX 11.11 flavor) which comes-with those libs already?