Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgcrypto 3des failure, OpenSSL 0.9.8, Solaris 9/sparc
Date: 2005-07-05 23:20:48
Message-ID: 19970.1120605648@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Marko Kreen <marko(at)l-t(dot)ee> writes:
> Ok Tom, you win. It is indeed possible to make it work, and the
> resulting makefile is even cleaner than before.
> Following patch thus autoconfigures pgcrypto. It drops the
> possibility to use libc's crypt, which was pointless.

Applied with a little extra hacking (completely overriding the original
values of PG_CPPFLAGS and SHLIB_LINK was unwise, and in fact guaranteed
to fail on machines where OpenSSL isn't in the default location).

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-07-05 23:24:17 Re: [HACKERS] Dbsize backend integration
Previous Message Bruce Momjian 2005-07-05 23:19:14 Re: Disable page writes when fsync off, add GUC