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

Поиск
Список
Период
Сортировка
От Tom Dong
Тема Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll
Дата
Msg-id CD1E60234C52284DB67C140463F87A7104A9C863@corpmailus1.us.witness.com
обсуждение исходный текст
Ответы Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: [BUGS] Missing error message on missing ssl-key-files
Следующее
От: Gregory Stark
Дата:
Сообщение: Questions about parser code