making with ssl support

From: Chris Hayner <hayner80(at)astro(dot)ocis(dot)temple(dot)edu>
To: <pgsql-general(at)postgresql(dot)org>
Subject: making with ssl support
Date: 2001-05-01 16:39:23
Message-ID: Pine.OSF.4.32.0105011232400.32132-100000@typhoon.ocis.temple.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fran Fabrizio 2001-05-01 16:51:39 Multicolumn index - is there a limit?
Previous Message John Coers 2001-05-01 15:49:11 Re: Copy