Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: client/server authentication (PR#1767)
Home

[Freeciv-Dev] Re: client/server authentication (PR#1767)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] Re: client/server authentication (PR#1767)
From: "Mike Kaufman" <kaufman@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 8 May 2003 16:05:38 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Thu, May 08, 2003 at 01:19:36PM -0700, Raimar Falke wrote:
> 
> If you don't want different names how will Paul implement the mysql
> version of the userdb for pubserver? It looks like he first have to
> remove the code for the registry version?!

easily:

% cd /home/pubserver/src/mysqldb   # for example
% make
% ls
Makefile        user_db.c       user_db.h       
user.h          libdb.a
% cd /home/pubserver/src/freeciv
% ./autogen.sh --enable-auth=/home/pubserver/src/mysqldb/libdb.a

this makes freeciv link the external lib instead of the default one.

-mike



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