Re: RHEL3 configure ssl

Поиск
Список
Период
Сортировка
От Ray Stell
Тема Re: RHEL3 configure ssl
Дата
Msg-id 20080227211652.GA32140@cns.vt.edu
обсуждение исходный текст
Ответ на Re: RHEL3 configure ssl  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: RHEL3 configure ssl
Re: RHEL3 configure ssl
Список pgsql-general
On Wed, Feb 27, 2008 at 03:22:57PM -0500, Tom Lane wrote:
> Ray Stell <stellr@cns.vt.edu> writes:
> > How to get ssl configured on RHEL3?  Can't seem to hook up
> > with openssl/ssl.h.  This is 8.3.0 and it works on RHEL4:
>
> Weird.  Did you look into config.log to see exactly why the probes
> for ssl.h are failing?


forgot...

| #include <openssl/ssl.h>
configure:10944: result: no
configure:10948: checking openssl/ssl.h presence
configure:10958: gcc -E  -D_GNU_SOURCE  -I/usr/include conftest.c
In file included from /usr/include/openssl/ssl.h:179,
                 from conftest.c:54:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory


$ find / -name krb5.h -print 2>/dev/null
/usr/kerberos/include/krb5.h


$ ./configure --prefix=/usr/local/pgsql830 --with-openssl --with-includes=/usr/kerberos/include/

cleans it up, thanks Tom.

В списке pgsql-general по дате отправления:

Предыдущее
От: "George Younan"
Дата:
Сообщение: Can't start Postgres anymore
Следующее
От: Erik Jones
Дата:
Сообщение: Re: How to "paste two tables side-by-side"?