Обсуждение: Bootstrap and configure under RedHat 9 (help)

Поиск
Список
Период
Сортировка

Bootstrap and configure under RedHat 9 (help)

От
Jean-Michel POURE
Дата:
Dear all,

I have the same ./configure problems under RedHat 9.

checking wxWindows in /usr... ok
checking for pgsql... yes
checking for PQexec in -lpq... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking pgsql in /usr... failed
configure: error: you must specify a valid pgsql installation with
--with-pgsql=DIR

Specifying --with-pgsql=DIR or not does not change things. I installed stock
RedHat 9 PostgreSQL packages and the latest automake from Rawhide.

Could someone check the acinclude.m4 script.
I miss something very easy.

Cheers,
Jean-Michel

Re: Bootstrap and configure under RedHat 9 (help)

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 28 May 2003 12:46
> To: pgadmin-hackers@postgresql.org
> Cc: Adam H. Pendleton; Andreas Pflug
> Subject: [pgadmin-hackers] Bootstrap and configure under
> RedHat 9 (help)
>
>
> Dear all,
>
> I have the same ./configure problems under RedHat 9.
>
> checking wxWindows in /usr... ok
> checking for pgsql... yes
> checking for PQexec in -lpq... no
> checking libpq-fe.h usability... yes
> checking libpq-fe.h presence... yes
> checking for libpq-fe.h... yes
> checking pgsql in /usr... failed
> configure: error: you must specify a valid pgsql installation with
> --with-pgsql=DIR
>
> Specifying --with-pgsql=DIR or not does not change things. I
> installed stock
> RedHat 9 PostgreSQL packages and the latest automake from Rawhide.

Hi Jean-Michel,

I just committed a patch from Adam to fix a problem with the error
messages. Can you CVS update and try again please? It probably won't fix
it, but you might get an accurate error message...

Regards, Dave