Re: [GENERAL] trouble with pgaccess

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: Kevin Heflin <kheflin(at)shreve(dot)net>
Cc: "PGSQL-General (E-mail)" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] trouble with pgaccess
Date: 1999-02-21 08:07:12
Message-ID: 199902210807.IAA08182@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kevin Heflin wrote:
>
>I've just recently installed postgresql 6.4.2 from source. Installation
>appeared to complete just fine. I'm just having trouble getting pgaccess
>to work. I've read several files that supposedly explain how to fix the
>problem I'm having, but I'm not having much luck, or don't undertand.
>
>I keep getting the following error:
>
>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.so"
> (procedure "main" line 6)
> invoked from within
>"main $argc $argv"
> (file "/usr/local/pgsql/bin/pgaccess" line 4954)

Did you tell configure to build the pgtcl library?
(Use the option --with-tcl)

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP key from public servers; key ID 32B8FAA1
========================================
"My sheep hear my voice, and I know them, and they
follow me; And I give unto them eternal life; and they
shall never perish, neither shall any man pluck them
out of my hand." John 10:27,28

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Broytmann 1999-02-21 13:16:13 Postgres <-> DBF
Previous Message Oliver Elphick 1999-02-21 08:05:02 Re: [GENERAL] Debian 2.0 + libpgsql-6.3.8 + can't compile my program