Re: pgsql: Fix contrib/pgcrypto to autoconfigure for

From: Kris Jurka <books(at)ejurka(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix contrib/pgcrypto to autoconfigure for
Date: 2005-07-06 03:26:17
Message-ID: Pine.BSO.4.56.0507052222080.875@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, 5 Jul 2005, Tom Lane wrote:

> Log Message:
> -----------
> Fix contrib/pgcrypto to autoconfigure for OpenSSL when --with-openssl
> is used in the toplevel configure. Per Marko Kreen.
>

This seems to have broken the canary buildfarm member:


http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=canary&dt=2005-07-06%2002:30:01

ldd on pgcrypto.so shows:

-lc.12 => /usr/lib/libc.so.12
-lcrypto.300 => /usr/pkg/lib/libcrypto.so.300
-lssl.300 => /usr/pkg/lib/libssl.so.300
-lcrypt.0 => /usr/lib/libcrypt.so.0

if that's any help.

Kris Jurka

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-06 03:40:16 pgsql: Done: > * -Add function to return compressed length of TOAST
Previous Message Bruce Momjian 2005-07-06 03:14:49 pgsql: Attached is a patch that enhances the "\h" capability in psql.