RE: [GENERAL] Announce: Postgres Access Control Tool - Mailing list pgsql-general

From postgres@taifun.interface-business.de
Subject RE: [GENERAL] Announce: Postgres Access Control Tool
Date
Msg-id XFMail.991221093746.postgres@taifun.interface-business.de
Whole thread Raw
In response to RE: [GENERAL] Announce: Postgres Access Control Tool  ("Derricutt, Mark" <DerricuttM@pbworld.com>)
List pgsql-general
Hi Mark,

> Is there anyway I can get this run under Tcl/Tk on Windows NT?  I tried
> simply loading ./paco into wish but it failed looking up /usr/....
> references.

I haven't tested PACO on Windows. But this should work:

PACO needs two Tcl/Tk extensions loaded as shared object files:

libpgtcl.so - Tcl/Tk Postgres interface
libtix.so   - widget frameset

On Windows this files are LIBPGTCL.DLL and LIBTIX.DLL. The first
is part of Postgres and the second can be downloaded from
ftp://www.neosoft.com/pub/tcl/sorted/packages-7.6/unknown/tixwin41p6bin.zip

You have to edit the PACO source and correct the path. (Search
for the "load" command at top of the file.)

Please let me know if all has done ok.

Gerald


pgsql-general by date:

Previous
From: Daniel Kalchev
Date:
Subject: Re: shared memory
Next
From: Herouth Maoz
Date:
Subject: Re: [GENERAL] char(xx) problem