Re: making with ssl support

From: Justin Clift <justin(at)postgresql(dot)org>
To: Chris Hayner <hayner80(at)astro(dot)ocis(dot)temple(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: making with ssl support
Date: 2001-05-02 04:29:07
Message-ID: 3AEF8D13.36783AC8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-05-02 04:31:57 Re: readline-support
Previous Message Tom Lane 2001-05-02 04:28:29 Re: Multicolumn index - is there a limit?