From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Tony and Bryn Reina" <reina_ga(at)hotmail(dot)com> |
Cc: | pgsql-hackers-win32(at)postgresql(dot)org |
Subject: | Re: Compiling beta2 with openssl on XP Pro |
Date: | 2004-09-02 13:41:01 |
Message-ID: | 19133.1094132461@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 |
"Tony and Bryn Reina" <reina_ga(at)hotmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tony and Bryn Reina | 2004-09-02 14:34:23 | Re: Compiling beta2 with openssl on XP Pro |
Previous Message | Christophe CADIC | 2004-09-02 09:55:16 | Installation on Windows XP Home |