Re: [GENERAL] crypt in RH 6.0

From: Doo Suk Yang <microbe(at)lgchem(dot)co(dot)kr>
To: Cesar Lombao <lombao(at)dycsa(dot)es>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] crypt in RH 6.0
Date: 1999-07-07 00:40:56
Message-ID: Pine.LNX.4.05.9907070935450.32462-100000@maldives.rnd.lgchem.co.kr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 5 Jul 1999, Cesar Lombao wrote:

> I send a meesage talking about a problem with postgres 6.4.2 and 6.5 with
> redhat 6.0
> If compile with
> gcc myprogram.c -lpq
> I get a error about a reference to crypt not found
>
> but if
> gcc myprogram.c -lpq -lcrypt
>
> works
>
> then.... exists any bug or missing during compilation of postgres?
> I try to find a place to add -lcrypt (some Makefile) but, really, I don't
> know.
>
> Anyone has a comment about this?
>
> Atentamente
> Cesar Lombao Vazquez
> EXT 233-INFRAESTRUCTURAS
> DYCSA
>
>
It's the matter of pgaccess.
You can see this message on the pgaccess page,
http://flex.flex.ro/pgaccess/index.html#libpgtcl

PostgreSQL 6.4 release has a minor bug. I does not includ by default the
crypt lib when compiling libpgtcl. So, you will need to manually add a
-lcrypt
to SHLIB line in Makefile in src/interfaces/libpgtcl and then make clean
and make again. The new libpgtcl.so library is properly configured to run
pgaccess.

===============================================================================
Science is the game we play with God to find out what his rules are.
-------------------------------------------------------------------------------
Doo Suk Yang
Research Scientist Voice: 82-42-866-2222
LG Chemical Ltd. Research Park
Biotech Research Institute I FAX: 82-42-861-2566
-------------------------------------------------------------------------------
A fool hath no delight in understanding, but that his heart may discover itself.
(Proverbs 18:2)
===============================================================================

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1999-07-07 02:06:27 Re: [GENERAL] inet and cidr type problems
Previous Message Bob Dusek 1999-07-06 23:55:19 Re: [GENERAL] sorting by date & time in descending order ??