On Fri, 4 Feb 2005, Adam H. Pendleton wrote:
> Date: Fri, 04 Feb 2005 18:21:37 -0500
> installation
>
> Could you send the config.log file generated by configure? This will
> help in debugging the problem.
Sure. Attached.
> Serguei A. Mokhov wrote:
>
> >Hello,
> >
> >My pgsql is installed in /local/pkg/pgsql8.0, but configure of pgadmin
> >can't seem to be persuaded to believe that or anything else for that
> >matter. Could you hint me what am I doing wrong? (I have pg in fact in
> >two different locations, one is fresh from CVS the other is 8.0.1, none
> >is found by the pgadmin's configure).
> >
> >[EMAIL PROTECTED] pgadmin3] % uname -srvpio
> >Linux 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i386 GNU/Linux
> >
> >pg version: bleeding edge
> >padmin version: alike
> >
> >[EMAIL PROTECTED] pgadmin3] % ./configure --prefix=/local/pkg/pgadmin3
> >--enable-debug --with-pgsql=/local/pkg/pgsql8.0/
> >checking pgsql in /local/pkg/pgsql8.0/... failed
> >configure: error: you must specify a valid pgsql installation with
> >--with-pgsql=DIR
> >
> >Thanks,
>
--
Serguei A. Mokhov | /~\ The ASCII
Computer Science Department | \ / Ribbon Campaign
Concordia University | X Against HTML
Montreal, Quebec, Canada | / \ Email!
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.3.0, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/local/pkg/pgadmin3 --enable-debug
--with-pgsql=/local/pkg/pgsql8.0/
## --------- ##
## Platform. ##
## --------- ##
hostname = ipecac.cs.concordia.ca
uname -m = i686
uname -r = 2.6.5-1.358
uname -s = Linux
uname -v = #1 Sat May 8 09:04:50 EDT 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: /mnt/fis0/pkg/cvs/bin
PATH: /local/bin
PATH: /encs/bin
PATH: /site/bin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/ucb
PATH: /site/bin
PATH: /mnt/fis0/pkg/mysql/bin
PATH: /mnt/fis0/pkg/lyx/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1377: checking build system type
configure:1395: result: i686-pc-linux-gnu
configure:1403: checking host system type
configure:1417: result: i686-pc-linux-gnu
configure:1439: checking for a BSD-compatible install
configure:1494: result: /usr/bin/install -c
configure:1505: checking whether build environment is sane
configure:1548: result: yes
configure:1605: checking for gawk
configure:1621: found /usr/bin/gawk
configure:1631: result: gawk
configure:1641: checking whether make sets $(MAKE)
configure:1661: result: yes
configure:1874: checking for gcc
configure:1890: found /encs/bin/gcc
configure:1900: result: gcc
configure:2144: checking for C compiler version
configure:2147: gcc --version </dev/null >&5
gcc (GCC) 3.3.2
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:2150: $? = 0
configure:2152: gcc -v </dev/null >&5
Reading specs from
/encs/pkg/gcc-3.3.2/root/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: ./configure --prefix=/encs/pkg/gcc-3.3.2/root --enable-shared
--enable-threads=posix --disable-checking --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.3.2
configure:2155: $? = 0
configure:2157: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2160: $? = 1
configure:2183: checking for C compiler default output file name
configure:2186: gcc conftest.c >&5
configure:2189: $? = 0
configure:2235: result: a.out
configure:2240: checking whether the C compiler works
configure:2246: ./a.out
configure:2249: $? = 0
configure:2266: result: yes
configure:2273: checking whether we are cross compiling
configure:2275: result: no
configure:2278: checking for suffix of executables
configure:2280: gcc -o conftest conftest.c >&5
configure:2283: $? = 0
configure:2308: result:
configure:2314: checking for suffix of object files
configure:2335: gcc -c conftest.c >&5
configure:2338: $? = 0
configure:2360: result: o
configure:2364: checking whether we are using the GNU C compiler
configure:2388: gcc -c conftest.c >&5
configure:2394: $? = 0
configure:2398: test -z
|| test ! -s conftest.err
configure:2401: $? = 0
configure:2404: test -s conftest.o
configure:2407: $? = 0
configure:2420: result: yes
configure:2426: checking whether gcc accepts -g
configure:2447: gcc -c -g conftest.c >&5
configure:2453: $? = 0
configure:2457: test -z
|| test ! -s conftest.err
configure:2460: $? = 0
configure:2463: test -s conftest.o
configure:2466: $? = 0
configure:2477: result: yes
configure:2494: checking for gcc option to accept ANSI C
configure:2564: gcc -c -g -O2 conftest.c >&5
configure:2570: $? = 0
configure:2574: test -z
|| test ! -s conftest.err
configure:2577: $? = 0
configure:2580: test -s conftest.o
configure:2583: $? = 0
configure:2601: result: none needed
configure:2619: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2625: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2769: checking for style of include used by make
configure:2797: result: GNU
configure:2825: checking dependency style of gcc
configure:2910: result: gcc3
configure:2979: checking for g++
configure:2995: found /encs/bin/g++
configure:3005: result: g++
configure:3021: checking for C++ compiler version
configure:3024: g++ --version </dev/null >&5
g++ (GCC) 3.3.2
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:3027: $? = 0
configure:3029: g++ -v </dev/null >&5
Reading specs from
/encs/pkg/gcc-3.3.2/root/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: ./configure --prefix=/encs/pkg/gcc-3.3.2/root --enable-shared
--enable-threads=posix --disable-checking --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.3.2
configure:3032: $? = 0
configure:3034: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:3037: $? = 1
configure:3040: checking whether we are using the GNU C++ compiler
configure:3064: g++ -c conftest.cc >&5
configure:3070: $? = 0
configure:3074: test -z
|| test ! -s conftest.err
configure:3077: $? = 0
configure:3080: test -s conftest.o
configure:3083: $? = 0
configure:3096: result: yes
configure:3102: checking whether g++ accepts -g
configure:3123: g++ -c -g conftest.cc >&5
configure:3129: $? = 0
configure:3133: test -z
|| test ! -s conftest.err
configure:3136: $? = 0
configure:3139: test -s conftest.o
configure:3142: $? = 0
configure:3153: result: yes
configure:3195: g++ -c -g -O2 conftest.cc >&5
configure:3201: $? = 0
configure:3205: test -z
|| test ! -s conftest.err
configure:3208: $? = 0
configure:3211: test -s conftest.o
configure:3214: $? = 0
configure:3240: g++ -c -g -O2 conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:15: error: `exit' undeclared (first use this function)
conftest.cc:15: error: (Each undeclared identifier is reported only once for
each function it appears in.)
configure:3246: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "pgadmin3 1.3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.3.0"
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:3195: g++ -c -g -O2 conftest.cc >&5
configure:3201: $? = 0
configure:3205: test -z
|| test ! -s conftest.err
configure:3208: $? = 0
configure:3211: test -s conftest.o
configure:3214: $? = 0
configure:3240: g++ -c -g -O2 conftest.cc >&5
configure:3246: $? = 0
configure:3250: test -z
|| test ! -s conftest.err
configure:3253: $? = 0
configure:3256: test -s conftest.o
configure:3259: $? = 0
configure:3284: checking dependency style of g++
configure:3369: result: gcc3
configure:3396: checking how to run the C preprocessor
configure:3431: gcc -E conftest.c
configure:3437: $? = 0
configure:3469: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3475: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "pgadmin3 1.3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3514: result: gcc -E
configure:3538: gcc -E conftest.c
configure:3544: $? = 0
configure:3576: gcc -E conftest.c
conftest.c:14:28: ac_nonexistent.h: No such file or directory
configure:3582: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "pgadmin3 1.3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3626: checking for egrep
configure:3636: result: grep -E
configure:3641: checking for ANSI C header files
configure:3666: gcc -c -g -O2 conftest.c >&5
configure:3672: $? = 0
configure:3676: test -z
|| test ! -s conftest.err
configure:3679: $? = 0
configure:3682: test -s conftest.o
configure:3685: $? = 0
configure:3771: gcc -o conftest -g -O2 conftest.c >&5
configure:3774: $? = 0
configure:3776: ./conftest
configure:3779: $? = 0
configure:3794: result: yes
configure:3818: checking for sys/types.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for sys/stat.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for stdlib.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for string.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for memory.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for strings.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for inttypes.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for stdint.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3818: checking for unistd.h
configure:3834: gcc -c -g -O2 conftest.c >&5
configure:3840: $? = 0
configure:3844: test -z
|| test ! -s conftest.err
configure:3847: $? = 0
configure:3850: test -s conftest.o
configure:3853: $? = 0
configure:3864: result: yes
configure:3893: checking arpa/inet.h usability
configure:3905: gcc -c -g -O2 conftest.c >&5
configure:3911: $? = 0
configure:3915: test -z
|| test ! -s conftest.err
configure:3918: $? = 0
configure:3921: test -s conftest.o
configure:3924: $? = 0
configure:3934: result: yes
configure:3938: checking arpa/inet.h presence
configure:3948: gcc -E conftest.c
configure:3954: $? = 0
configure:3974: result: yes
configure:4009: checking for arpa/inet.h
configure:4016: result: yes
configure:3893: checking netdb.h usability
configure:3905: gcc -c -g -O2 conftest.c >&5
configure:3911: $? = 0
configure:3915: test -z
|| test ! -s conftest.err
configure:3918: $? = 0
configure:3921: test -s conftest.o
configure:3924: $? = 0
configure:3934: result: yes
configure:3938: checking netdb.h presence
configure:3948: gcc -E conftest.c
configure:3954: $? = 0
configure:3974: result: yes
configure:4009: checking for netdb.h
configure:4016: result: yes
configure:3893: checking netinet/in.h usability
configure:3905: gcc -c -g -O2 conftest.c >&5
configure:3911: $? = 0
configure:3915: test -z
|| test ! -s conftest.err
configure:3918: $? = 0
configure:3921: test -s conftest.o
configure:3924: $? = 0
configure:3934: result: yes
configure:3938: checking netinet/in.h presence
configure:3948: gcc -E conftest.c
configure:3954: $? = 0
configure:3974: result: yes
configure:4009: checking for netinet/in.h
configure:4016: result: yes
configure:3884: checking for stdlib.h
configure:3889: result: yes
configure:4031: checking for stdbool.h that conforms to C99
configure:4084: gcc -c -g -O2 conftest.c >&5
configure:4090: $? = 0
configure:4094: test -z
|| test ! -s conftest.err
configure:4097: $? = 0
configure:4100: test -s conftest.o
configure:4103: $? = 0
configure:4114: result: yes
configure:4116: checking for _Bool
configure:4140: gcc -c -g -O2 conftest.c >&5
configure:4146: $? = 0
configure:4150: test -z
|| test ! -s conftest.err
configure:4153: $? = 0
configure:4156: test -s conftest.o
configure:4159: $? = 0
configure:4170: result: yes
configure:4189: checking for an ANSI C-conforming const
configure:4256: gcc -c -g -O2 conftest.c >&5
configure:4262: $? = 0
configure:4266: test -z
|| test ! -s conftest.err
configure:4269: $? = 0
configure:4272: test -s conftest.o
configure:4275: $? = 0
configure:4286: result: yes
configure:4296: checking for size_t
configure:4320: gcc -c -g -O2 conftest.c >&5
configure:4326: $? = 0
configure:4330: test -z
|| test ! -s conftest.err
configure:4333: $? = 0
configure:4336: test -s conftest.o
configure:4339: $? = 0
configure:4350: result: yes
configure:4362: checking whether time.h and sys/time.h may both be included
configure:4387: gcc -c -g -O2 conftest.c >&5
configure:4393: $? = 0
configure:4397: test -z
|| test ! -s conftest.err
configure:4400: $? = 0
configure:4403: test -s conftest.o
configure:4406: $? = 0
configure:4417: result: yes
configure:4429: checking for working strtod
configure:4472: gcc -o conftest -g -O2 conftest.c >&5
configure:4475: $? = 0
configure:4477: ./conftest
configure:4480: $? = 0
configure:4494: result: yes
configure:4680: checking for gethostbyname
configure:4737: gcc -o conftest -g -O2 conftest.c >&5
configure:4743: $? = 0
configure:4747: test -z
|| test ! -s conftest.err
configure:4750: $? = 0
configure:4753: test -s conftest
configure:4756: $? = 0
configure:4768: result: yes
configure:4680: checking for inet_ntoa
configure:4737: gcc -o conftest -g -O2 conftest.c >&5
configure:4743: $? = 0
configure:4747: test -z
|| test ! -s conftest.err
configure:4750: $? = 0
configure:4753: test -s conftest
configure:4756: $? = 0
configure:4768: result: yes
configure:4680: checking for memmove
configure:4737: gcc -o conftest -g -O2 conftest.c >&5
configure:4743: $? = 0
configure:4747: test -z
|| test ! -s conftest.err
configure:4750: $? = 0
configure:4753: test -s conftest
configure:4756: $? = 0
configure:4768: result: yes
configure:4680: checking for memset
configure:4737: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:58: warning: conflicting types for built-in function `memset'
configure:4743: $? = 0
configure:4747: test -z
|| test ! -s conftest.err
configure:4750: $? = 0
configure:4753: test -s conftest
configure:4756: $? = 0
configure:4768: result: yes
configure:4680: checking for strchr
configure:4737: gcc -o conftest -g -O2 conftest.c >&5
conftest.c:59: warning: conflicting types for built-in function `strchr'
configure:4743: $? = 0
configure:4747: test -z
|| test ! -s conftest.err
configure:4750: $? = 0
configure:4753: test -s conftest
configure:4756: $? = 0
configure:4768: result: yes
configure:4780: checking for wx-config binary
configure:4798: result: yes
configure:4801: checking for pgsql include files
configure:4819: result: yes
configure:4840: checking for pgsql
configure:4848: result: yes
configure:4912: checking for PQexec in -lpq
configure:4942: gcc -o conftest -Wall -g -O0 -I/local/pkg/pgsql8.0//include
-L/local/pkg/pgsql8.0//lib conftest.c -lpq -lssl -lcrypto -lpq >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:4948: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "pgadmin3 1.3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char PQexec ();
| int
| main ()
| {
| PQexec ();
| ;
| return 0;
| }
configure:4974: result: no
configure:4982: checking for SSL_connect in -lpq
configure:5012: gcc -o conftest -Wall -g -O0 -I/local/pkg/pgsql8.0//include
-L/local/pkg/pgsql8.0//lib conftest.c -lpq -lssl -lcrypto -lpq >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:5018: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "pgadmin3"
| #define PACKAGE_TARNAME "pgadmin3"
| #define PACKAGE_VERSION "1.3.0"
| #define PACKAGE_STRING "pgadmin3 1.3.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE "pgadmin3"
| #define VERSION "1.3.0"
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRCHR 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char SSL_connect ();
| int
| main ()
| {
| SSL_connect ();
| ;
| return 0;
| }
configure:5044: result: no
configure:5062: checking libpq-fe.h usability
configure:5074: gcc -c -Wall -g -O0 -I/local/pkg/pgsql8.0//include conftest.c
>&5
configure:5080: $? = 0
configure:5084: test -z
|| test ! -s conftest.err
configure:5087: $? = 0
configure:5090: test -s conftest.o
configure:5093: $? = 0
configure:5103: result: yes
configure:5107: checking libpq-fe.h presence
configure:5117: gcc -E -I/local/pkg/pgsql8.0//include conftest.c
configure:5123: $? = 0
configure:5143: result: yes
configure:5178: checking for libpq-fe.h
configure:5185: result: yes
configure:5209: checking pgsql in /local/pkg/pgsql8.0/
configure:5211: result: failed
configure:5215: error: you must specify a valid pgsql installation with
--with-pgsql=DIR
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_gethostbyname=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_strchr=yes
ac_cv_func_strtod=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libpq_fe_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_pq_PQexec=no
ac_cv_lib_pq_SSL_connect=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
pgsql_cv_libpq=no
pgsql_cv_libpqfe_h=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /local/pgadmin/pgadmin3/config/missing --run aclocal-1.8'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /local/pgadmin/pgadmin3/config/missing --run tar'
AUTOCONF='${SHELL} /local/pgadmin/pgadmin3/config/missing --run autoconf'
AUTOHEADER='${SHELL} /local/pgadmin/pgadmin3/config/missing --run autoheader'
AUTOMAKE='${SHELL} /local/pgadmin/pgadmin3/config/missing --run automake-1.8'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -g -O0'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wall -g -O0'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lssl -lcrypto -lpq'
LTLIBOBJS=''
MAKEINFO='${SHELL} /local/pgadmin/pgadmin3/config/missing --run makeinfo'
OBJEXT='o'
PACKAGE='pgadmin3'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='pgadmin3'
PACKAGE_STRING='pgadmin3 1.3.0'
PACKAGE_TARNAME='pgadmin3'
PACKAGE_VERSION='1.3.0'
PATH_SEPARATOR=':'
POW_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.3.0'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_STRIP=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/local/pgadmin/pgadmin3/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
prefix='/local/pkg/pgadmin3'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define HAVE_ARPA_INET_H 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_INET_NTOA 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define PACKAGE "pgadmin3"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_NAME "pgadmin3"
#define PACKAGE_STRING "pgadmin3 1.3.0"
#define PACKAGE_TARNAME "pgadmin3"
#define PACKAGE_VERSION "1.3.0"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "1.3.0"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;
configure: exit 1
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly