Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll

From: "Tom Dong" <TDong(at)witness(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll
Date: 2007-01-30 16:14:15
Message-ID: CD1E60234C52284DB67C140463F87A7104A9C863@corpmailus1.us.witness.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks! Tom,

We are using the win32 version of the postgres 8.0.10.5031. We
need to replace that with the same version (not necessarily to the same
point release) without using SSL (without using the openssl libraries
mentioned below). We are trying to rebuild the binary as you suggested
with ssl flag off. Are there any tips you can provide us on the build
process or it is quite straight forward?

Again, thank you for the help.

Tom

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Saturday, January 27, 2007 9:11 PM
To: Tom Dong
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [ADMIN] How to configure Postgres NOT to use (load) openssl
libraries libeay32.dll and ssleay32.dll

"Tom Dong" <TDong(at)witness(dot)com> writes:
> I am looking for a way via configuration, not
recompilation, =
> to make Postgres not to use (load) the openssl lib libeay32.dll and =
> ssleay32.dll.

There is none. If you don't want SSL support, rebuild without it.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-01-30 16:15:10 Questions about parser code
Previous Message Magnus Hagander 2007-01-30 15:39:03 Re: [BUGS] Missing error message on missing ssl-key-files