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

From Tom Dong
Subject Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll
Date
Msg-id CD1E60234C52284DB67C140463F87A7104A9C863@corpmailus1.us.witness.com
Whole thread Raw
Responses Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll  (Magnus Hagander <magnus@hagander.net>)
List 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@sss.pgh.pa.us]
Sent: Saturday, January 27, 2007 9:11 PM
To: Tom Dong
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] How to configure Postgres NOT to use (load) openssl
libraries libeay32.dll and ssleay32.dll

"Tom Dong" <TDong@witness.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


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [BUGS] Missing error message on missing ssl-key-files
Next
From: Gregory Stark
Date:
Subject: Questions about parser code