Hello to all,<br>
This is me frist time in the list, I hope you can help .<br>
<br>
I'm trying to install PostGIS but I get the following error:<br>
<br>
# make<br>
make -C lwgeom<br>
make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado<br>
make[1]: Entering directory `/home/sistemas2/postgresql-8.1.2/contrib/postgis-1.1.0/lwgeom'<br>
make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado<br>
make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado<br>
make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado<br>
make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado<br>
make[1]: execvp: /usr/local/pgsql/bin: Permiso denegado<br>
gcc -Wall -g -O2 -fPIC -fexceptions -DUSE_GEOS
-I/usr/local/share/contrib//include     -c -o
liblwgeom.o liblwgeom.c<br>
In file included from liblwgeom.c:26:<br>
lwgeom_pg.h:4:22: postgres.h: No existe el fichero o el directorio<br>
lwgeom_pg.h:5:29: utils/geo_decls.h: No existe el fichero o el directorio<br>
lwgeom_pg.h:6:18: fmgr.h: No existe el fichero o el directorio<br>
In file included from liblwgeom.c:26:<br>
lwgeom_pg.h:28: error: syntax error before "getGeometryOID"<br>
lwgeom_pg.h:28: warning: type defaults to `int' in declaration of `getGeometryOID'<br>
.<br>
.<br>
.<br>
liblwgeom.c: In function `trim_trailing_zeros':<br>
liblwgeom.c:158: warning: implicit declaration of function `strchr'<br>
liblwgeom.c:163: warning: implicit declaration of function `strlen'<br>
make[1]: *** [liblwgeom.o] Error 1<br>
make[1]: Leaving directory `/home/sistemas2/postgresql-8.1.2/contrib/postgis-1.1.0/lwgeom'<br>
make: *** [liblwgeom] Error 2<br>
<br>
I don't know what to do, please help.<br>
<br>
I have<br>
OS Suse 9.3<br>
Postgres 8.1.2<br>
proj4 4.4.9<br>
geos 2.2.1<br>
PostGIS 1.1.0<br>
<br>
Thanks.<br>
<br>
JSLL<br>