Re: can't start pgaccess

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Lebedev <olebedev(at)waterford(dot)org>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: can't start pgaccess
Date: 2001-03-28 22:42:37
Message-ID: 20061.985819357@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Oleg Lebedev <olebedev(at)waterford(dot)org> writes:
> I installed pgaccess-0.98.7, but I get the following error message when
> I try to start it:
> Error in startup script: couldn't load file "libpgtcl.so": libpgtcl.so:
> cannot open shared object file: No such file or directory

Very possibly, what it's failing to find is not libpgtcl.so, but
libpq.so, on which libpgtcl depends. Check your shared library
setup (ldconfig search path and so forth). Since you didn't say
what platform you are on, it's hard to offer specifics. See the
Postgres Administrator's Guide for some help.

regards, tom lane

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message NSB)Hiroshi Kasamatsu 2001-03-29 07:48:34 JDBC connection by crontab
Previous Message Oleg Lebedev 2001-03-28 22:01:47 can't start pgaccess