Re: [INTERFACES] crypt error

From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: Ahmad Munif <munif(at)dnet(dot)net(dot)id>, PostgreSQL Interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] crypt error
Date: 1999-07-10 06:28:39
Message-ID: 3786E817.70FBAB05@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Ahmad Munif wrote:
>
> hallo,
>
> i've already compiled postgresql 6.5.
> i'd a problem when i run pgaccess.
> always appeared error messages :
>
> " Error in startup script : couldn't load
> file "libpgtcl.so"; /usr/local/pgsql/libpgtcl.so :
> undefined symbol :crypt "
>
> how to fix it ?

Go to the PostgreSQL 6.5 source directory and
$ cd src/interfaces/libpgtcl
Edit the Makefile adding -lcrypt to the end of the line "SHLIB_LINK+=
_L../libpq -lpq"

Make clean and make again and then make install
The libpgtcl.so library is now prepared to work fine!

Best regards,
--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ahmad Munif 1999-07-10 06:52:31 crypt error
Previous Message Constantin Teodorescu 1999-07-10 06:22:57 Re: [INTERFACES] Problem with pgaccess 0.96