info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems running cvs pserver


From: Sven Dowideit
Subject: Re: Problems running cvs pserver
Date: Wed, 9 May 2001 10:45:41 +1000

mmm I also get this problem, and i am trying to build cvs without kerberos
support.
the problem is that server.c wants to include krb5.h and the Makefile always
seems to want to link in the kerberos libraries - that i don;t have
installed, and i don't want to install.

i run
./configure --disable-encryption --prefix=/opt/cvs --with-gssapi=no
and then server.c failes to build because it tries to include krb5.h

I comment out the
#define HAVE_GSSAPI 1
because that stops krb5.h form being included

it compiles fine,
and failes to build because Makefile wants to link with
-lgssapi_krb5
-lkrb5
-lcrypto
-lcom_err

all of which do not exist on my machine :)

this results in an exe that both supports and doesn't support pserver ;)

so, um, what am i doing wrong ?

sven


----
address@hidden writes:
>
> I get the same response if I telnet to the port i.e.  The connection
> terminates immediately with the
>
> Connected to localhost.
> Escape character is '^]'.
> cvs pserver: No CVSROOT specified!  Please use the `-d' option
> cvs [pserver aborted]: or set the CVSROOT environment variable.
> Connection closed by foreign host.

That indicates that the CVS you're trying to use as a server was
compiled without pserver support; check your configure output.

-Larry Jones





reply via email to

[Prev in Thread] Current Thread [Next in Thread]