Re: Compiling beta2 with openssl on XP Pro

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Compiling beta2 with openssl on XP Pro
Дата
Msg-id 19133.1094132461@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Compiling beta2 with openssl on XP Pro  ("Tony and Bryn Reina" <reina_ga@hotmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Christophe CADIC
Дата:
Сообщение: Installation on Windows XP Home
Следующее
От: "Tony and Bryn Reina"
Дата:
Сообщение: Re: Compiling beta2 with openssl on XP Pro