Re: (blowfish in Postgres) Undefined symbol -- YAY! - Mailing list pgsql-general

From Brent R. Matzelle
Subject Re: (blowfish in Postgres) Undefined symbol -- YAY!
Date
Msg-id 20010309215438.28944.qmail@web13002.mail.yahoo.com
Whole thread Raw
In response to Re: (blowfish in Postgres) Undefined symbol -- YAY!  (Boulat Khakimov <boulat@inet-interactif.com>)
List pgsql-general
--- Boulat Khakimov <boulat@inet-interactif.com> wrote:
> "Eric G. Miller" wrote:
> > I suspect you want
> >         ...
> >         -L/usr/src/postgresql-7.0.3/src/interfaces/
> >         /home/boulat/Funio.com/database/libblowfish.a -c -o
> encode -lpq
> >
> > But I wonder if, libblowfish.a is compiled with position
> independent
> > code *and* if libpq is reachable by the backend database.  I
> don't think
> > your libblowfish is getting linked into the object.
> >
>
>
> libblofish.a wasnt getting linked to encode.so , I fixed that
> now it works w/o a glitch! :)
>
> two way encoding in Postgres using blowfish!!!
>
> If anyone is interested im goin to put a source code on a
> webpage or
> something

Encrypted authentication is always good :)  Please provide the
code.  I'm very interested in seeing it.  Thanks.

Brent

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

pgsql-general by date:

Previous
From: Chris Jones
Date:
Subject: Re: How to use locks, for DB noivces?
Next
From: Ben
Date:
Subject: Re: what's going on here?