--- Begin Message ---
Am Donnerstag, 5. August 2004 01:39 schrieben Sie:
> On Aug 4, 2004, at 3:52 PM, Michael Eschweiler wrote:
> > I could not find the answer. Attached once more the config.log.
>
> There wasn't anything attached to this e-mail.
Strange: my mail-client tells me that the mail was sent together with the
attachment.
>
> In any event, the config.log I got before indicates a permissions
> problem. When gcc is invoked, /var/lib/pgsql/include is passed as an
> include directory. When gcc tries to read in that directory for
> include files, it cannot. Make sure that, in addition to read
> permissions, that the user you are compiling as has execute permissions
> on the directory. This is necessary to list files.
After reading you mail quoting the following part of the config.log:
---
configure:4655: result: no
configure:4673: checking libpq-fe.h usability
configure:4686: gcc -c -g -O2 -DSSL -I/var/lib/pgsql//include
conftest.c >&5
cc1: /var/lib/pgsql/include: Permission denied
configure:4705: result: no
configure:4709: checking libpq-fe.h presence
configure:4720: gcc -E -DSSL -I/var/lib/pgsql//include conftest.c
cc1: /var/lib/pgsql/include: Permission denied
---
I looked for the files libpq* and I found that there was no directory
/var/lib/psql/include - it seems that the configure-message is a little bit
missleading. Instead I found the files at /usr/include/pgsql. Therefore I did
./configure --with-pgsql-include=/usr/include/pgsql
--with-pgsql=/var/lib/pgsql
with this parameters the files were found and it seemed to me the only thing
which still failed was the search for something called PGexec.
>
> NOTE 2: It looks like your previous configure was run by user "me", not
> "ugo".
You are right - the user still is me. What I meant was that the directory and
the files were readable for uSER, gROUP and oTHERS as for example in the
command chmod ugo+w filename (sorry for the missunderstanding).
> ahp
Michael
To be sure you get the config.log her it comes (I hope this is not too
annoying):
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by pgadmin3 configure 1.0.2, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --with-pgsql-include=/usr/include/pgsql
--with-pgsql=/var/lib/pgsql
## - ##
## Platform. ##
## - ##
hostname = miacer
uname -m = i686
uname -r = 2.6.5-7.95-default
uname -s = Linux
uname -v = #1 Thu Jul 1 15:23:45 UTC 2004
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/me/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/java/jre/bin
## --- ##
## Core tests. ##
## --- ##
configure:1344: checking build system type
configure:1362: result: i686-pc-linux-gnu
configure:1370: checking host system type
configure:1384: result: i686-pc-linux-gnu
configure:1405: checking for a BSD-compatible install
configure:1459: result: /usr/bin/install -c
configure:1470: checking whether build environment is sane
configure:1513: result: yes
configure:1546: checking for gawk
configure:1562: found /usr/bin/gawk
configure:1572: result: gawk
configure:1582: checking whether make sets $(MAKE)
configure:1602: result: yes
configure:1815: checking for gcc
configure:1831: found /usr/bin/gcc
configure:1841: result: gcc
configure:2085: checking for C compiler version
configure:2088: gcc --version &5
gcc (GCC) 3.3.3 (SuSE Linux)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2091: $? = 0
configure:2093: gcc -v &5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada
--disable-checking --libdir=/usr/lib --enable-libgcj
--with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.3 (SuSE Linux)
configure:2096: $? = 0
configure:2098: gcc -V &5
gcc: `-V' option must have argument
configure:2101: $? = 1
configure:2125: checking for C compiler default output
configure:2128: gccconftest.c >&5
configure:2131: $? = 0
configure:2177: result: a.out
configure:2182: checking whether the C compiler works
configure:2188: ./a.out
configure:2191: $? = 0
configure:2208: result: yes
configure:2