cvs-nserver-users Mailing List for CVS with rewritten network layer (Page 8)
Brought to you by:
tyranny
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(2) |
Oct
(7) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(2) |
Feb
(4) |
Mar
(2) |
Apr
(7) |
May
(7) |
Jun
(73) |
Jul
(79) |
Aug
(48) |
Sep
(12) |
Oct
|
Nov
|
Dec
|
From: Alexey M. <al...@hs...> - 2002-05-22 21:28:42
|
>>>>> "JT" == Jump Tech <Phee> writes: JT> When I try to compile nserver I keep getting this. JT> switch_to_user not found. JT> Looks like the linking stage, but I can't find where JT> switch_to_user is defined. What do I need to install? ./configure --without-gssapi JT> Also, is there an archive for this list? Yes, but there was not many messages here. --alexm |
From: Phee, M. J (J. Tech) <Mar...@bp...> - 2002-05-22 15:28:58
|
When I try to compile nserver I keep getting this. switch_to_user not found. Looks like the linking stage, but I can't find where switch_to_user is defined. What do I need to install? Also, is there an archive for this list? thanks, Marty |
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 |
From: John L. <jl...@en...> - 2002-05-07 21:17:01
|
I'm sure this is some kind of dumb newbie mistake, but I am having trouble building cvs-nserver for the first time. After performing simply a './configure' and a 'make', I am getting the following error: server.o: In function `gserver_authenticate_connection': /opt/cvs-nserver-1.11.1.4/src/server.c:5443: undefined reference to `switch_to_user' Sure enough, the routine 'switch_to_user' is missing from the server.c file even though it is present in the main version of CVS. Any ideas what I am doing wrong here? John Lewis jl...@en... |