Re: Building with MinGW issue

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Muhammad Bashir Al-Noimi <mbnoimi(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Building with MinGW issue
Date: 2013-09-21 14:25:40
Message-ID: 523DAC64.2010408@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 09/21/2013 12:08 AM, Muhammad Bashir Al-Noimi wrote:
> Howdy,
>
> I want to build Postgresql 9.1 under Windows with MinGW but I get this
> error message whever I configure the project:
>
> checking openssl/ssl.h usability... no
> checking openssl/ssl.h presence... no
> checking for openssl/ssl.h... no
> configure: error: header file <openssl/ssl.h> is required for OpenSSL
>
> How can I fix this issue?

Is openssl/ssh.h actually in the includes directory specified below?

>
> P.S. I use the following options for configuring call:
> $ ./configure --without-zlib --with-openssl
> --with-includes=C:/OpenSSL-Win32/include
> --with-libraries=C:/OpenSSL-Win32/lib
> /MinGW
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2013-09-21 14:35:51 Re: Building with MinGW issue
Previous Message Michael Paquier 2013-09-21 13:41:14 Re: [GENERAL] pg_upgrade unrecognized configuration parameter “unix_socket_directory”