Re: [INTERFACES] crypt error - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [INTERFACES] crypt error
Date
Msg-id 3786E817.70FBAB05@flex.ro
Whole thread Raw
In response to crypt error  (Ahmad Munif <munif@dnet.net.id>)
List 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


pgsql-interfaces by date:

Previous
From: Constantin Teodorescu
Date:
Subject: Re: [INTERFACES] Problem with pgaccess 0.96
Next
From: "George P. Esperanza"
Date:
Subject: Status Checking