PostgreSQL with SSL

From: Elvis Henríquez <henriquez(dot)elvis(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: PostgreSQL with SSL
Date: 2006-05-28 19:25:46
Message-ID: 493343bd0605281225t74d6572dx989d53826849fcad@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings list.
I'm trying to upgrade my PostgreSQL 8.1.0 instalation in Red Hat Linux 9 (
PostgreSQL 8.1.0 on i686-pc-linux-gnu, compiled by GCC gcc (GCC)
3.2.220030222 (Red Hat Linux
3.2.2-5) ) to version 8.1.4 cause of security patch just released.

Now I want to increase security in my connections to my database
implementing SSL. I've already installed OpenSSH openssl-0.9.8b, but when
configuring postgres ( ./configure --with-openssl ) I get the following
error:

[...]
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

The file is located in /usr/local/include/openssl/ssl.h

I also copied the whole directory to [pgsrcdir]/include/openssl and the
error remains.

I've also tried this:
http://archives.postgresql.org/pgsql-admin/2003-11/msg00429.php and then I
get this new error:

[...]
checking for library containing com_err... no
configure: error: could not find function 'com_err' required for Kerberos 5

Any idea about what am I doing wrong ? Have anybody compiled postgres with
SSH in Red Hat 9 ? Thanks.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-05-28 22:11:59 Re: PostgreSQL with SSL
Previous Message Cornelia Boenigk 2006-05-28 19:11:26 Re: \i running on windows