[Cvs-nserver-users] Problems building: undefined reference to 'switch_to_user'
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2002-05-07 21:30:19
|
>>>>> "JL" == John Lewis <jl...@en...> writes: JL> I'm sure this is some kind of dumb newbie mistake, but I am JL> having trouble building cvs-nserver for the first time. After JL> performing simply a './configure' and a 'make', I am getting the JL> following error: JL> server.o: In function `gserver_authenticate_connection': JL> /opt/cvs-nserver-1.11.1.4/src/server.c:5443: undefined reference JL> to `switch_to_user' JL> Sure enough, the routine 'switch_to_user' is missing from the JL> server.c file even though it is present in the main version of JL> CVS. Any ideas what I am doing wrong here? ./configure --without-gssapi that's a known issue. --alexm |