[HACKERS] How to configure Postgres to make it not to use (load) opensll crypto libraries.

2007-01-27 Thread Tom Dong
Sorry for the spam. I am not sure if the email I sent earlier went though as it was before I signed up for this email list. Hi, I am looking for a way via configuration to make Postgres not to use the openssl lib libeay32.dll as I need to delete that library. I basically need

[HACKERS] How to configure Postgres to make it not to use (load) crypto libraries.

2007-01-29 Thread Tom Dong
Hi, I am looking for a way via configuration to make Postgres not to use the openssl lib libeay32.dll as I need to delete that library. I basically need to remove any encryption (hash is fine) features from my Postgres (8.x) installation. This is quite urgent for me. I would be ve

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

2007-01-30 Thread Tom Dong
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:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 9:11 PM To: Tom Dong Cc

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

2007-01-30 Thread Tom Dong
: Tuesday, January 30, 2007 3:52 PM To: Tom Dong Cc: Tom Lane; pgsql-hackers@postgresql.org Subject: Re: [HACKERS] [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll On Tue, Jan 30, 2007 at 11:14:15AM -0500, Tom Dong wrote: > Thanks! Tom, > >