pgcrypto

From: "Steinn E(dot) Sigurdarson" <steinn(at)f-prot(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: pgcrypto
Date: 2002-09-23 14:23:34
Message-ID: 200209231423.34748.steinn@f-prot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi I am having trouble installing pgcrypto.
PostgreSQL version: 7.2.2

In short I don't know where to start, I have experience with MySQL and wanted
to use something similar to the password() function there to md5 crypt
password fields in my tables.

This is what I have done:
I entered "contrib/pgcrypto/"
I did "make" and "make install" in the pgcrypto directory.

I tried the above both before installing postgresql, and after installing it,
and in both cases when I tried using the crypt() function all I got was:

Function 'crypt(unknown, unknown)' does not exist

I have already read the README file in contrib/pgcrypto but all it says is:
---README.pgcrypto--START---
Edit makefile, if you want to use any external library.

Randomness blablablabla

After editing Makefile:

make
make install
---README.pgcrypto--END---

I edited the Makefile, I don't see what I can do there, except change the
random device, changing from cryptsrc=builtin to system, or something, and
moreover I not only don't see what I can do, I don't know what I SHOULD do.

this is pretty much the gist.. I was just wondering if someone could actually
be bothered to explain how to install this package, since make and make
install is obviously not plugging the library into postgresql.

In short, how do I install pgcrypto?

Thanks in advance,
Steinn E. SigurĂ°arson

Browse pgsql-novice by date

  From Date Subject
Next Message Joachim Smit 2002-09-24 02:52:02 Disk space
Previous Message norman 2002-09-23 09:56:31 Re: Subselect query for a multi table insert single query