Re: [ADMIN] Compiling --with-openssl on Red Hat 9

2003-11-26 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 25 November 2003 9:15 am, Tom Lane wrote: > Jonathan Gardner <[EMAIL PROTECTED]> writes: > > I have a bit of a problem getting PostgreSQL 7.4's configure script to > > recognize openSSL. > > Weird. Maybe some header that ssl.h depends on is

Re: [ADMIN] Compiling --with-openssl on Red Hat 9

2003-11-26 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 25 November 2003 9:13 am, Joe Conway wrote: > ./configure --with-openssl --with-krb5=/usr/kerberos That seems to do the trick. Thanks for the help! - -- Jonathan Gardner [EMAIL PROTECTED] Live Free, Use Linux! -BEGIN PGP SIGNATURE

Re: [ADMIN] Compiling --with-openssl on Red Hat 9

2003-11-25 Thread William Yu
Joe Conway wrote: Jonathan Gardner wrote: $ ./configure --with-openssl I forget the exact reason, but I ran into this before. There is some kind of dependency between openssl and kerberos 5. Try: ./configure --with-openssl --with-krb5=/usr/kerberos I have to do this with Apache also on Redhat

Re: [ADMIN] Compiling --with-openssl on Red Hat 9

2003-11-25 Thread Tom Lane
Jonathan Gardner <[EMAIL PROTECTED]> writes: > I have a bit of a problem getting PostgreSQL 7.4's configure script to > recognize openSSL. Weird. Maybe some header that ssl.h depends on is missing? Look in config.log to see exactly what error occurs when configure tries to probe for ssl.h.

Re: [ADMIN] Compiling --with-openssl on Red Hat 9

2003-11-25 Thread Joe Conway
Jonathan Gardner wrote: $ ./configure --with-openssl I forget the exact reason, but I ran into this before. There is some kind of dependency between openssl and kerberos 5. Try: ./configure --with-openssl --with-krb5=/usr/kerberos Joe ---(end of broadcast)---

[ADMIN] Compiling --with-openssl on Red Hat 9

2003-11-25 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a bit of a problem getting PostgreSQL 7.4's configure script to recognize openSSL. $ ./configure --with-openssl ... checking for SSL_library_init in -lssl... yes ... checking openssl/ssl.h usability... no checking openssl/ssl.h presence... no