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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marko Kreen <marko@l-t.ee>
Cc: Michael Fuhr <mike@fuhr.org>, pgsql-hackers@postgresql.org
Date: 2005-07-05T23:20:48Z
Lists: pgsql-hackers
Marko Kreen <marko@l-t.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