| From: | davidrugge(at)mindspring(dot)com |
|---|---|
| To: | pgsql-interfaces(at)postgreSQL(dot)org |
| Subject: | Re: [INTERFACES] libpgtcl.so |
| Date: | 1999-06-03 21:58:34 |
| Message-ID: | 3756FA89.17A99B4@mindspring.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Herbert Ambos | 1999-06-04 00:59:13 | Re: [INTERFACES] working with ODBC driver |
| Previous Message | Tom Lane | 1999-06-03 21:43:29 | Re: [INTERFACES] libpgtcl.so |