| From: | Ray Stell <stellr(at)cns(dot)vt(dot)edu> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: RHEL3 configure ssl |
| Date: | 2008-02-27 21:16:52 |
| Message-ID: | 20080227211652.GA32140@cns.vt.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Feb 27, 2008 at 03:22:57PM -0500, Tom Lane wrote:
> Ray Stell <stellr(at)cns(dot)vt(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Erik Jones | 2008-02-27 21:37:00 | Re: How to "paste two tables side-by-side"? |
| Previous Message | George Younan | 2008-02-27 21:08:09 | Can't start Postgres anymore |