Re: RHEL3 configure ssl - Mailing list pgsql-general

From Ray Stell
Subject Re: RHEL3 configure ssl
Date
Msg-id 20080227211652.GA32140@cns.vt.edu
Whole thread Raw
In response to Re: RHEL3 configure ssl  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: RHEL3 configure ssl
Re: RHEL3 configure ssl
List 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 by date:

Previous
From: "George Younan"
Date:
Subject: Can't start Postgres anymore
Next
From: Erik Jones
Date:
Subject: Re: How to "paste two tables side-by-side"?