Re: making with ssl support

Поиск
Список
Период
Сортировка
От Justin Clift
Тема Re: making with ssl support
Дата
Msg-id 3AEF8D13.36783AC8@postgresql.org
обсуждение исходный текст
Ответ на making with ssl support  (Chris Hayner <hayner80@astro.ocis.temple.edu>)
Список pgsql-general
Hi Chris,

This is a known problem with some versions of OpenSSL.

Details of a workaround can be found at :

http://techdocs.postgresql.org/bugsfixes.html#solaris

Regards and best wishes,

Justin Clift

Chris Hayner wrote:
>
> Hello all,
>
> I have tried several times to make postgresql with ssl support, all times
> i got the following error:
>
> In file included from crypt.c:27:
> /usr/include/crypt.h:23: conflicting types for `des_encrypt'
> /usr/local/ssl/include/openssl/des.h:144: previous declaration of
> `des_encrypt'
>
> crypt.h defines it as : extern void des_encrypt(char *, int);
>
> des.h defines it as : /usr/local/ssl/include/openssl/des.h;
>
> this is definitely a conflict. any suggestions?
>
> thanks in advance,
> --chris
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Multicolumn index - is there a limit?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: readline-support