Обсуждение: configuration script problem

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

configuration script problem

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

Please disguard my last message. My two configurations are absolutely the
same. For some reason, one configures, the other not. I will get back to you
with more info.

Cheers,
Jean-Michel


Re: configuration script problem

От
"Adam H. Pendleton"
Дата:
Jean-Michel POURE wrote:

>Dear Adam,
>
>Please disguard my last message. My two configurations are absolutely the
>same. For some reason, one configures, the other not. I will get back to you
>with more info.
>
>Cheers,
>Jean-Michel
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: Have you searched our list archives?
>
>http://archives.postgresql.org
>
>
>
You are missing libssl:

configure:4492: checking for pgsql
configure:4508: result: yes
configure:4540: checking for PQexec in -lpq
configure:4571: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib conftest.c -lpq   -lssl -lcrypto >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status

ahp




Re: configuration script problem

От
Jean-Michel POURE
Дата:
On Tuesday 10 June 2003 18:42, you wrote:
> You are missing libssl:
>
> configure:4492: checking for pgsql
> configure:4508: result: yes
> configure:4540: checking for PQexec in -lpq
> configure:4571: gcc -o conftest -g -O2  -I/usr/include  -L/usr/lib
> conftest.c -lpq   -lssl -lcrypto >&5 /usr/bin/ld: cannot find -lssl
> collect2: ld returned 1 exit status

Thanks a lot. I feel stupid... Will add them to the RPM build dependency.
Jean-Michel