X-Git-Url: http://www.andromeda.nl/gitweb/?p=gnucomo.git;a=blobdiff_plain;f=TUTORIAL;h=5eb651e81eaf7de613248d660b5ac6d0a948ce41;hp=a31d1c65a59da78975826aca6907105c0330ec22;hb=ee198da02877cf3afeec618db265a132e97d0439;hpb=455963a278a742aa1dfe41e86824bdf3eb087ac3 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