Re: pgaccess

Lists: pgsql-interfaces
From: aong <aong(at)skyinet(dot)net>
To: postgress <pgsql-interfaces(at)postgresql(dot)org>
Subject: pgaccess
Date: 2001-02-28 23:57:50
Message-ID: 3A9D907E.2090004@skyinet.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces


Hi,
I have recently installed postgres 7.0 and am trying to use pgaccess.
However, everytime i start pgaccess i get an error messages "Error in
startup sscript: couldn't load file "libpgtcl.so": libpgtcl.so: cannot
open shared object file: no such file or directory" However doing a
find i can see libpgtcl.so in the /usr/gnu1 directory. I don't now
where to go.

Any help is highly appreciated.

thanks


From: Constantin Teodorescu <teo(at)flex(dot)ro>
To: aong <aong(at)skyinet(dot)net>
Cc: postgress <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: pgaccess
Date: 2001-03-01 06:18:00
Message-ID: 3A9DE998.1F5F72D@flex.ro
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

aong wrote:
>
> Hi,
> I have recently installed postgres 7.0 and am trying to use pgaccess.
> However, everytime i start pgaccess i get an error messages "Error in
> startup sscript: couldn't load file "libpgtcl.so": libpgtcl.so: cannot
> open shared object file: no such file or directory" However doing a
> find i can see libpgtcl.so in the /usr/gnu1 directory. I don't now
> where to go.
>
> Any help is highly appreciated.

What OS do you have?
Are there some RPM's for your OS?

Teo


From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: aong <aong(at)skyinet(dot)net>
Cc: postgress <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: pgaccess
Date: 2001-03-01 07:00:12
Message-ID: 3A9DF37C.DBD77963@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-interfaces

> I have recently installed postgres 7.0 and am trying to use pgaccess.
> However, everytime i start pgaccess i get an error messages "Error in
> startup sscript: couldn't load file "libpgtcl.so": libpgtcl.so: cannot
> open shared object file: no such file or directory" However doing a
> find i can see libpgtcl.so in the /usr/gnu1 directory. I don't now
> where to go.

Try

setenv LD_LIBRARY_PATH /usr/gnu1

(or whatever directory the library is actually in).

- Thomas