Обсуждение: Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll

Поиск
Список
Период
Сортировка
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


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

От
Magnus Hagander
Дата:
On Tue, Jan 30, 2007 at 11:14:15AM -0500, Tom Dong wrote:
> 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? 
> 

There is a FAQ avialable for building on win32 at
http://www.postgresql.org/docs/faqs.FAQ_MINGW.html.

//Magnus