| From: | Howard Williams <howieshouse(at)home(dot)com> |
|---|---|
| To: | pgsql-questions(at)postgresql(dot)org |
| Subject: | Can't run pgaccess |
| Date: | 2000-02-05 17:38:48 |
| Message-ID: | 389C610B.F0C13F5B@home.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
****************************
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jens Skakkebaek | 2000-02-06 00:04:09 | Problem with initdb on NT |
| Previous Message | Neil D | 2000-02-05 17:26:35 | RH6.1 + postgres + jdbc = :< help please |