[postgis-users] Problem on ./configure

Markus Schaber schabi at logix-tt.com
Wed Jan 18 04:19:52 PST 2006


Hi, Ezequias,

Ezequias Rodrigues da Rocha wrote:
> Please see my strange result (on ./configure and on make) and tell me
> why the root has permission denied.

Because you have to learn to read.

Strk has written:

| --with-pgsql takes the FULL PATH to pg_config
| (see ./configure --help)

This is a clear hint to the fact that you have to give the *full path*
of *pg_config* to ./configure, not just the path of the directory
pg_config resides in. So try

./configure --with-pgsql=/usr/local/pgsql/bin/pg_config
--with-proj=/opt/proj-4.4.9/

Both configure and make try to execute the program you give, which is
why the following error messages are produced by make and configure:

> ./configure: line 3568: /usr/local/pgsql/bin: is a directory

> make[1]: execvp: /usr/local/pgsql/bin: Permission Denied
           ^^^^^^

HTH,
Markus
-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org



More information about the postgis-users mailing list