Re: Talking about Solaris 7

From: Alexander Klimov <ask(at)wisdom(dot)weizmann(dot)ac(dot)il>
To: "Martin A(dot) Marques" <martin(at)math(dot)unl(dot)edu(dot)ar>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Talking about Solaris 7
Date: 2001-01-29 10:57:08
Message-ID: Pine.SUN.4.21.0101291248350.3913-100000@dardar.wisdom.weizmann.ac.il
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi.

I had the same problem and sent bug report to openssl-users(at)openssl(dot)org
some time ago (20 Sep 2000), so, hopefully, they will fix it eventualy.

There is a workaround for it. The comment in ssl/include/openssl/des.h
said: `You should not use this function except to implement 'modes' of
DES.', so you can just comment out declaration of des_encrypt (line 150)
without any problem.

On Thu, 25 Jan 2001, Martin A. Marques wrote:

> I have a problem with the compilation of Postgres on Solaris with ssl
> support. The error I get is this when executing make:
...
> In file included from crypt.c:27:
> /usr/include/crypt.h:23: conflicting types for `des_encrypt'
> /usr/local/ssl/include/openssl/des.h:150: previous declaration of
> `des_encrypt'

Regards,
ASK

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Olivier PRENANT 2001-01-29 11:17:02 Re: BLOB HOWTO??
Previous Message dom 2001-01-29 10:39:03 Re: Ungraceful handling of fatal flex errors