Can't run pgaccess - Mailing list pgsql-general

From Howard Williams
Subject Can't run pgaccess
Date
Msg-id 389C610B.F0C13F5B@home.com
Whole thread Raw
List pgsql-general
I seem to have tcl/tk configured properly.  By that, I mean I can run
wish or wishx and get a window (no tcl script running).  But when I run
pgacces.sh, it dies when it gets to the last line in main.tcl, which is
"main $argc $argv"

Any help is greatly appreciated

Here's the output:
****************************
Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so:
cannot open shared object file: No such file or directory
    while executing
"load libpgtcl[info sharedlibextension]"
    (procedure "main" line 3)
    invoked from within
"main $argc $argv"
    (file "/usr/src/pgsql/postgresql-6.5.3/src/bin/pgaccess/main.tcl"
line 249)
****************************


pgsql-general by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: [SQL] Re: [HACKERS] Proposed Changes to PostgreSQL
Next
From: "Neil D"
Date:
Subject: RH6.1 + postgres + jdbc = :< help please