[cvsnt] Re: Client connection failing to cvsnt on a HP-UX UNIX box using pserver

Tony Hoyle tmh at nodomain.org
Mon Mar 8 18:06:14 GMT 2004


On Mon, 08 Mar 2004 10:37:20 -0700, "Haitham  Hamad"
<Hhamad at LeprinoFoods.com> wrote:

>Thanks again
> 
>cvs -t -d :pserver:localhost version
>  -> Tracelevel set to 1.  PID is 27190
>  -> Session ID is 6a36404cb18e2095
>  -> Loading protocol 12813{exec_prefix}/lib/cvsnt/pserver_protocol
>cvs [version aborted]: the :pserver: access method is not installed on
>this system
> 
> 
>How do I get and install this protocol in UNIX?
> 
Ahh you have the broken autoconf problem.

Edit the config.h, and change the line

#define CVS_LIBRARY_DIR "12813{exec_prefix}/lib/cvsnt"

to

#define CVS_LIBRARY_DIR "/usr/local/lib/cvsnt"

Then recompile, etc.  This should help.

I really should put something about it in the Unix installation
guide..  never found out what causes it though, and 'autoconf is
broke' sounds a bit lame.

Tony




More information about the cvsnt mailing list