[postgis-users] error in installation

Frank Koormann frank.koormann at intevation.de
Wed Aug 17 04:06:28 PDT 2005


* orkun <temiz at deprem.gov.tr> [050817 12:56]:
> hello
> 
> When I tried to install postgis. I encountered this error:
> 
> # ./configure --enable-autoconf
> Using autoconf
> checking for proj... /usr/bin/proj
> configure: error:  Can't find (configured) PGSQL sources.
> 
> 
> I had installed postgresql as debian package.

You need the configured sources of postgresql:

$ apt-get source postgresql
$ apt-get build-dep postgresql

-> cd to the extracted sources

$ debian/rules config

-> extract the postgis sources into build-tree/postgresql-7.4.7/contrib

Proceed as described by the postgis installation guide.

HTH,

        Frank

-- 
Frank Koormann                             <frank.koormann at intevation.de>
 Professional Service around Free Software       (http://intevation.net/)
 FreeGIS Project                                 (http://freegis.org/)



More information about the postgis-users mailing list