On Wed, Feb 27, 2008 at 03:22:57PM -0500, Tom Lane wrote: > Ray Stell <stellr@xxxxxxxxxx> 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. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq