From: arjen Date: Sun, 17 Aug 2003 11:40:52 +0000 (+0000) Subject: Changed the gnucomo_database class to the new PostgreSQL X-Git-Tag: V0_0_8~20 X-Git-Url: http://www.andromeda.nl/gitweb/?p=gnucomo.git;a=commitdiff_plain;h=daeeeca8801c4a78205cd6642d56414844468161 Changed the gnucomo_database class to the new PostgreSQL library, libpqxx. Added libpqxx to the list of required software. --- diff --git a/TUTORIAL b/TUTORIAL index a31d1c6..5eb651e 100644 --- a/TUTORIAL +++ b/TUTORIAL @@ -1,4 +1,4 @@ -$Id: TUTORIAL,v 1.2 2003-02-05 11:01:17 arjen Exp $ +$Id: TUTORIAL,v 1.3 2003-08-17 11:40:52 arjen Exp $ Tutorial for GnuCoMo @@ -81,6 +81,17 @@ PostgreSQL PostgreSQL 7.2 client versions for now; at least until we've solved the problems with the libpq++ libraries and PostgreSQL 7.3. +libpqxx + The C++ client interface for the PostgreSQL database server + is a separate project, not distributed with PostgreSQL. + This library replaces the old libpq++ library. + The place to find libpqxx is + http://gborg.postgresql.org/project/libpqxx/projdisplay.php + Make sure you install libpqxx in a default library path or + set your LB_LIBRARY_PATH environment variable to include + the directory in which libpqxx is installed. The default + for libpqxx is /usr/local/libpqxx/lib. + PHP PHP is used as programming language for gcm_deamon. If you have packages you would want to install at least the php and