Re: [INTERFACES] libpgtcl.so - Mailing list pgsql-interfaces

From davidrugge@mindspring.com
Subject Re: [INTERFACES] libpgtcl.so
Date
Msg-id 3756FA89.17A99B4@mindspring.com
Whole thread Raw
List pgsql-interfaces
I had a similar problem with the Redhat installation.  The problem is
that the crypt function wasn't built into the libpgtcl.so library by
default in early releases of Postgresql 6.4.x.

To solve this, get the source code for postgresql.
./configure --with-tcl
Go into the src/interfaces/libpgtcl directory
edit the makefile
go to the SHLIB_LINK line and add -lcrypt to the end of it.
make and make install, but only in the libpgtcl directory.
you can then run pgaccess.

Now, if I could just figure out how to use pgaccess....

--
-David Rugge

http://www.mindspring.com/~davidrugge/index.html





pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: [INTERFACES] libpgtcl.so
Next
From: marc rassbach
Date:
Subject: Perl-ODBC access of 6.4.2