Re: Error in installing pg-access

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bhuvana(at)linux(dot)ceedees(dot)com
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Error in installing pg-access
Date: 2001-05-13 03:18:33
Message-ID: 22638.989723913@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> Error in startup script:couldn't load file
> "libpgtcl.so":libpgtcl.so:cannot open
> shared object file: No such file or directory

You need to make sure libpgtcl.so and libpq.so are in your library
search path (see /etc/ld.so.conf and ldconfig).

BTW, Postgres 6.5.2 is pretty ancient. Consider updating. For one
thing, 7.1's pgaccess is less picky about having the right search path
preset for it.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Neil Conway 2001-05-13 04:09:25 Re: Bug with timestamp !!!
Previous Message Bhuvaneswari 2001-05-12 12:41:38 Error in installing pg-access