Thanks to all for the comments, <br>
<br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:strk@refractions.net">strk@refractions.net</a> wrote:<br>
> On Wed, Jan 18, 2006 at 05:38:30PM -0500, Jairo Sánchez wrote:<br>
><br>
>>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<br>
>>/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>
><br>
><br>
> The build process is trying to execute /usr/local/pgsql/bin<br>
> which is what you provided to ./configure --with-pgsql=<><br>
><br>
> Full path to pg_config is required there, so should be:<br>
><br>
>       --with-pgsql=/usr/local/pgsql
<div id="mb_0">/bin/pg_config<br>><br>> Since this is not the first case, is there any postgis<br>> documentation making people belive a directory is expected ?<br><br>>I think this is a case of general confusion for users that are not
<br>>familiar with the build process because some options expect the install<br>>directory like:<br>><br>>/usr<br>>/usr/local<br>><br>>some expect a path to a configured source tree like:<br>><br>>/path/to/my/private/build/area/application/source/tree
<br>><br>>and yet others expect a path to an executable like:<br>><br>>/usr/local/pgsql/bin/pg_config<br>><br>>so they look for other examples in the documentation and just copy them.<br>> It would probably help to have some common examples and if a user does
<br>>not know where the file might be located then suggest using something<br>>like:  "locate pg_config"<br>><br>>Just a thought that might help.<br>><br>>-Steve W.<br>
<br>
I did the following:<br>
        ./configure --with-pgsql=/usr/local/pgsql/bin/pg_config<br>
and I get this.<br>
SUMMARY<br>
 -------------------------------------------------------<br>
<br>
 HOST_OS: linux-gnu<br>
<br>
   PGSQL: /usr/local/pgsql/bin/pg_config<br>
    GEOS: /usr/local/bin/geos-config (with C-API)<br>
    PROJ: dir=/usr/local<br>
   ICONV: 1<br>
<br>
 PORTNAME: linux<br>
   PREFIX: /usr/local<br>
  EPREFIX: ${prefix}<br>
      DOC: ${prefix}/share/doc<br>
     DATA: ${prefix}/share/postgresql/contrib<br>
      MAN: ${prefix}/man<br>
      BIN: ${exec_prefix}/bin<br>
      EXT: /usr/local/pgsql/lib (\$$libdir)<br>
 -------------------------------------------------------<br>
then I continue with make , but I get the same error. It's still not working.<br>
I did read every paper I could before ask and try a lot but I don't get anywhere that it's why I post.<br>
<br>
JSLL<br>
<br>
</div>