lampe@durawebs.com wrote:
>
> How do you locate/create the "libpgtcl.so" in order to run pgaccess under
> FreeBSD 4.0 - As far as I can tell, it does not appear to be part of the
> pgaccess distribution located under /contrib. This is called by main.tcl as
> a required shared library. Thanks.
>
> DLampe -
I believe you have to explicitly enable that (and tk) when building pgsql. Here's how I did it:
./configure --prefix=$PG_RUN -with-odbc --with-tcl --with-tk | tee configure.log
Regards,
Ed Loehr