[postgis-users] Error [liblwgeom] Error 2

strk at refractions.net strk at refractions.net
Thu Jan 19 11:29:30 PST 2006


On Wed, Jan 18, 2006 at 05:38:30PM -0500, Jairo Sánchez wrote:
> Hello to all,
> This is me frist time in the list, I hope you can help .
> 
> I'm trying to install PostGIS but I get the following error:
> 
> # make
> make -C lwgeom
> make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado
> make[1]: Entering directory `/home/sistemas2/postgresql-8.1.2
> /contrib/postgis-1.1.0/lwgeom'
> make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado
> make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado
> make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado
> make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado
> make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado

The build process is trying to execute /usr/local/pgsql/bin
which is what you provided to ./configure --with-pgsql=<>

Full path to pg_config is required there, so should be:

	--with-pgsql=/usr/local/pgsql/bin/pg_config

Since this is not the first case, is there any postgis
documentation making people belive a directory is expected ?

--strk;



More information about the postgis-users mailing list