Compiling --with-openssl on Red Hat 9 - Mailing list pgsql-admin

From Jonathan Gardner
Subject Compiling --with-openssl on Red Hat 9
Date
Msg-id 200311250854.39534.jgardner@jonathangardner.net
Whole thread Raw
Responses Re: Compiling --with-openssl on Red Hat 9  (Joe Conway <mail@joeconway.com>)
Re: Compiling --with-openssl on Red Hat 9  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
-----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
jgardner@jonathangardner.net
Live Free, Use Linux!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

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


pgsql-admin by date:

Previous
From: "Andrei Bintintan"
Date:
Subject: Re: Sensitive sort problem?
Next
From: Joe Conway
Date:
Subject: Re: Compiling --with-openssl on Red Hat 9