Re: ssl on win32

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <Tom(dot)Zschockelt(at)flender(dot)com>
Cc: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: ssl on win32
Date: 2004-05-11 13:57:30
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB34101AE17@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Tom wrote:
Hi to all,

>I've got the following problem :
>When compiling the latest snapshot I get a error-msg while configure
>configure --with-openssl
>configure : error: library 'ssl' is required for OpenSSL
>I've installed OpenSSL at /usr/local/ssl !
>How can I compile postgres on win32 with openssl ?

The mingw libdir is not in /usr/local, but is /mingw/lib. Similar
problem with include folders.

You can configure postgres with
--with-libraries=/usr/local/lib and --with-includes = /usr/local/include

but it is probably a better idea to install OpenSSL to the proper
folders...look to the configure options for that project.

libdir = /mingw/lib
includedir = /mingw/include

You will have a similar problem with zlib if you want to include that,
too.

Merlin

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Merlin Moncure 2004-05-11 14:01:02 Re: FULLTEXT under Win32 PostgreSQL?
Previous Message Claudio Natoli 2004-05-11 13:56:55 Re: FULLTEXT under Win32 PostgreSQL?