[postgis-users] Re: PostGIS setup - Ubuntu Breezy + PostgreSQL-8.1
strk at refractions.net
strk at refractions.net
Thu Apr 27 09:40:30 PDT 2006
On Thu, Apr 27, 2006 at 09:32:24AM -0700, Randy Burkhardt wrote:
> pg_config --includedir-server returns
> /usr/include/postgrsql/8.1/server
>
> however I find 'postgres.h' these 3 places
>
> usr/local/pgsql/include/server/
>
> usr/include/postgresql/
>
> home/randy/postgresql-8.1.3/src/include/
Your installation is pretty screwed up Randy.
You probably have more then one pg_config, at
least one for each postgres.h you found.
If you handle to find it pass it to PostGIS (not GEOS)
configure script:
For example:
./configure --with-pgsql=/usr/local/pgsql/bin/pg_config
--strk;
More information about the postgis-users
mailing list