[GENERAL] RHEL3 configure ssl

2008-02-27 Thread Ray Stell
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: $ cat /etc/issue Red Hat Enterprise Linux AS release 3 (Taroon Update 9) Kernel \r on an \m $ rpm -qa | grep ssl docbook-style-dsssl-1.76-8 mod_ssl-2.0.46-70.ent

Re: [GENERAL] RHEL3 configure ssl

2008-02-27 Thread Tom Lane
Ray Stell [EMAIL PROTECTED] 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? regards, tom lane

Re: [GENERAL] RHEL3 configure ssl

2008-02-27 Thread Ray Stell
On Wed, Feb 27, 2008 at 03:22:57PM -0500, Tom Lane wrote: Ray Stell [EMAIL PROTECTED] 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

Re: [GENERAL] RHEL3 configure ssl

2008-02-27 Thread Greg Smith
On Wed, 27 Feb 2008, Ray Stell wrote: /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory Ah, the RHEL3 Kerberos mess. If you have further problems compiling there's a heap of other paths you can pass through to sort around this issue; the end of

Re: [GENERAL] RHEL3 configure ssl

2008-02-27 Thread Devrim GÜNDÜZ
Hi, On Wed, 2008-02-27 at 16:16 -0500, Ray Stell wrote: /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory Add --with-includes=/usr/kerberos/include --with-libraries=/usr/kerberos/lib to your configure parameters. This is what we do while building PostgreSQL RPMs on RHEL 3.