-----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
checking for openssl/ssl.h... no
configure: error: header file <openssl/ssl.h> is required for OpenSSL

$ locate openssl/ssl.h
/usr/include/openssl/ssl.h

$ ./configure --with-openssl=/usr/include
...
checking for SSL_library_init in -lssl... yes
...
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
configure: error: header file <openssl/ssl.h> is required for OpenSSL

$ ./configure --with-openssl=/usr/include/openssl
...
checking for SSL_library_init in -lssl... yes
...
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
configure: error: header file <openssl/ssl.h> is required for OpenSSL

Any ideas?

- -- 
Jonathan Gardner
[EMAIL PROTECTED]
Live Free, Use Linux!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/w4lOWgwF3QvpWNwRAmMCAKC+e17ogRA/uNHdMT3FbMOq3fivawCgx5pS
/obFSTML08z1EcLTkyZh6eE=
=5aZt
-----END PGP SIGNATURE-----


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to