Operating System - HP-UX
1838078 Members
4097 Online
110124 Solutions
New Discussion

Unsatisfied symbol on CVS install

 
Youlette Etienne_2
Regular Advisor

Unsatisfied symbol on CVS install

Hello everyone,

I am getting the following error message when run "make" to install CVS:

/usr/ccs/bin/ld: Unsatisfied symbols:
GSS_C_NT_HOSTBASED_SERVICE (first referenced in server.o) (data)
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.

I have ansi C version B.11.11.02 installed.
I am still checking the forums but have not come up with a solution yet.
If at first you don't succeed, change the rules!
2 REPLIES 2
Cheryl Griffin
Honored Contributor

Re: Unsatisfied symbol on CVS install

Lots of hits using google:
http://www.google.com/search?hl=en&lr=&ie=UTF-8&as_qdr=all&q=GSS_C_NT_HOSTBASED_SERVICE

Update krb5 (kerb5)?
"Downtime is a Crime."
Ermin Borovac
Honored Contributor

Re: Unsatisfied symbol on CVS install

If you don't need Kerberos support you can compile cvs with

$ ./configure --without-krb4 --without-gssapi