-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
-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
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
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.
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)---
-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