Re: configure doesn't find my pgsql installation

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: "Serguei A(dot) Mokhov" <mokhov(at)cs(dot)concordia(dot)ca>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: configure doesn't find my pgsql installation
Date: 2005-02-04 23:21:37
Message-ID: 42040381.9030301@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Could you send the config.log file generated by configure? This will
help in debugging the problem.

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).
>
>[serguei(at)ipecac 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
>
>[serguei(at)ipecac pgadmin3] % ./configure --prefix=/local/pkg/pgadmin3 --enable-debug --with-pgsql=/local/pkg/pgsql8.0/
>checking build system type... i686-pc-linux-gnu
>checking host system type... i686-pc-linux-gnu
>checking for a BSD-compatible install... /usr/bin/install -c
>checking whether build environment is sane... yes
>checking for gawk... gawk
>checking whether make sets $(MAKE)... yes
>checking for gcc... gcc
>checking for C compiler default output file name... a.out
>checking whether the C compiler works... yes
>checking whether we are cross compiling... no
>checking for suffix of executables...
>checking for suffix of object files... o
>checking whether we are using the GNU C compiler... yes
>checking whether gcc accepts -g... yes
>checking for gcc option to accept ANSI C... none needed
>checking for style of include used by make... GNU
>checking dependency style of gcc... gcc3
>checking for g++... g++
>checking whether we are using the GNU C++ compiler... yes
>checking whether g++ accepts -g... yes
>checking dependency style of g++... gcc3
>checking how to run the C preprocessor... gcc -E
>checking for egrep... grep -E
>checking for ANSI C header files... yes
>checking for sys/types.h... yes
>checking for sys/stat.h... yes
>checking for stdlib.h... yes
>checking for string.h... yes
>checking for memory.h... yes
>checking for strings.h... yes
>checking for inttypes.h... yes
>checking for stdint.h... yes
>checking for unistd.h... yes
>checking arpa/inet.h usability... yes
>checking arpa/inet.h presence... yes
>checking for arpa/inet.h... yes
>checking netdb.h usability... yes
>checking netdb.h presence... yes
>checking for netdb.h... yes
>checking netinet/in.h usability... yes
>checking netinet/in.h presence... yes
>checking for netinet/in.h... yes
>checking for stdlib.h... (cached) yes
>checking for stdbool.h that conforms to C99... yes
>checking for _Bool... yes
>checking for an ANSI C-conforming const... yes
>checking for size_t... yes
>checking whether time.h and sys/time.h may both be included... yes
>checking for working strtod... yes
>checking for gethostbyname... yes
>checking for inet_ntoa... yes
>checking for memmove... yes
>checking for memset... yes
>checking for strchr... yes
>checking for wx-config binary... yes
>checking for pgsql include files... yes
>checking for pgsql... yes
>checking for PQexec in -lpq... no
>checking for SSL_connect in -lpq... no
>checking libpq-fe.h usability... yes
>checking libpq-fe.h presence... yes
>checking for libpq-fe.h... yes
>checking pgsql in /local/pkg/pgsql8.0/... failed
>configure: error: you must specify a valid pgsql installation with --with-pgsql=DIR
>
>Thanks,
>
>
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Serguei A. Mokhov 2005-02-05 00:40:21 Re: configure doesn't find my pgsql installation
Previous Message Serguei A. Mokhov 2005-02-04 23:07:46 configure doesn't find my pgsql installation