From: Benedikt S. <s_b...@ir...> - 2003-02-02 00:00:42
|
Hi! There were some small problems building Database.PostgreSQL on my FreeBSD box. 1. ZPBITOID has been renamed to BITOID in newer versions of PostgreSQL (looking at the cvs logs, it has been changed in the middle of 2001) 2. There is a problem with the dependencies, Database/PostgreSQL/ is built before Graphics/Data/ but needs Geometry.hi. 3. postgres.h is installed in /usr/local/include/postgresql/server/, but pg_config --includedir returns /usr/local, pg_config --includedir-server returns the right directory. (the same on debian with /usr/include/postgresql and /usr/include/postgresql/server with the postgres.h header) Regards, Benedikt |