Re: (blowfish in Postgres) Undefined symbol -- YAY!

From: "Brent R(dot) Matzelle" <bmatzelle(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: (blowfish in Postgres) Undefined symbol -- YAY!
Date: 2001-03-09 21:54:38
Message-ID: 20010309215438.28944.qmail@web13002.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

--- Boulat Khakimov <boulat(at)inet-interactif(dot)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/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ben 2001-03-09 22:05:43 Re: what's going on here?
Previous Message Chris Jones 2001-03-09 21:52:11 Re: How to use locks, for DB noivces?

Browse pgsql-sql by date

  From Date Subject
Next Message David Olbersen 2001-03-09 22:00:56 Optimization via explicit JOINs
Previous Message Stephan Szabo 2001-03-09 21:26:26 RE: cannot get CREATE TABLE AS to work