Re: pgcryto strangeness...

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Sean Chittenden" <sean(at)chittenden(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgcryto strangeness...
Date: 2002-01-07 02:02:47
Message-ID: GNELIHDDFBOCMGBFGEFOOEAECBAA.chriskl@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> Real quick, is anyone else is interested, I'm turning pgcrypto into a
> port for FreeBSD. I'm mostly done, so if anyone has any interest in
> testing this (very strange port to make because you have to copy the
> backend headers out of the postgres tarball and into the include path.
> I know this is changing with 7.2, but it's not out yet. ::grin::),
> please let me know. -sc

All I do to install contribs is this:

cd /usr/ports/databases/postgresql7
make configure
cd work/postgresql-7.1.3/contrib/pgcrypto
gmake all && gmake install
cd /usr/ports/databases/postgresql7
make clean

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean Chittenden 2002-01-07 02:11:02 Re: pgcryto strangeness...
Previous Message Bruce Momjian 2002-01-07 01:59:19 Re: Effects of pgbench "scale factor"

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2002-01-07 02:11:02 Re: pgcryto strangeness...
Previous Message Sean Chittenden 2002-01-05 21:52:40 Re: pgcryto strangeness...