Re: Compiling beta2 with openssl on XP Pro - Mailing list pgsql-hackers-win32

From Tom Lane
Subject Re: Compiling beta2 with openssl on XP Pro
Date
Msg-id 19133.1094132461@sss.pgh.pa.us
Whole thread Raw
In response to Re: Compiling beta2 with openssl on XP Pro  ("Tony and Bryn Reina" <reina_ga@hotmail.com>)
List pgsql-hackers-win32
"Tony and Bryn Reina" <reina_ga@hotmail.com> writes:
> I just tried:
> configure --with-openssl --with-includes=/usr/local/include;/usr/local/ssl/include
>  --with-libs=/usr/local/lib;/usr/local/ssl/lib
> but the configure.log states the command was:
> configure --with-openssl --with-includes=/usr/local/include
> so it appears that everything after the first semi-colon (;) is lost.

Presumably you need to quote that parameter --- certainly you would need
to quote a semicolon in a Unix shell.

configure --with-openssl '--with-includes=/usr/local/include;/usr/local/ssl/include' ...

            regards, tom lane

pgsql-hackers-win32 by date:

Previous
From: Christophe CADIC
Date:
Subject: Installation on Windows XP Home
Next
From: "Tony and Bryn Reina"
Date:
Subject: Re: Compiling beta2 with openssl on XP Pro