Thread: pgaccess

pgaccess

From
Paul Breedlove
Date:
I am sure that this has been covered in the list before, but I cannot find
an archive, so here goes again.

I have Redhat Linux 6.0 with Postgresql installed and working with psql. I
want to try pgaccess, but when I run it, I get the following error:

Error in startup script: couldn't load file "libpgtcl.so": libpg.so.1:
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/bin/pgaccess" line 4954)

I downloaded the current version of pgaccess, and the readme said that all
I needed to do was copy the .so files from the ftp.flex.ro/pgaccess site
and copy them to the /usr/lib directory. I did that but still get the
above error. What am I doing wrong?

Paul Breedlove



RE: [INTERFACES] pgaccess

From
Craig Orsinger
Date:
        Have you tried running ldconfig? You have to do this as
root.

On 31-May-99 Paul Breedlove wrote:
> I am sure that this has been covered in the list before, but I cannot find
> an archive, so here goes again.
> 
> I have Redhat Linux 6.0 with Postgresql installed and working with psql. I
> want to try pgaccess, but when I run it, I get the following error:
> 
> Error in startup script: couldn't load file "libpgtcl.so": libpg.so.1:
> 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/bin/pgaccess" line 4954)
> 
> I downloaded the current version of pgaccess, and the readme said that all
> I needed to do was copy the .so files from the ftp.flex.ro/pgaccess site
> and copy them to the /usr/lib directory. I did that but still get the
> above error. What am I doing wrong?
> 
> Paul Breedlove
> 
> 

----------------------------------
Date: 01-Jun-99  Time: 11:07:35

Craig Orsinger                  (email: <orsingerc@epg.lewis.army.mil>)
Logicon RDA
Bldg. 8B28                      "Just another megalomaniac with ideas above his
6th & F Streets                 station. The Universe is full of them."
Ft. Lewis, WA   98433                   - The Doctor
----------------------------------


RE: [INTERFACES] pgaccess

From
Paul Breedlove
Date:
Thanks that took care of that problem. I should have realized that I would
need to do that.

On Tue, 1 Jun 1999, Craig Orsinger wrote:

>         Have you tried running ldconfig? You have to do this as
> root.
> 
> On 31-May-99 Paul Breedlove wrote:
> > I am sure that this has been covered in the list before, but I cannot find
> > an archive, so here goes again.
> > 
> > I have Redhat Linux 6.0 with Postgresql installed and working with psql. I
> > want to try pgaccess, but when I run it, I get the following error:
> > 
> > Error in startup script: couldn't load file "libpgtcl.so": libpg.so.1:
> > 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/bin/pgaccess" line 4954)
> > 
> > I downloaded the current version of pgaccess, and the readme said that all
> > I needed to do was copy the .so files from the ftp.flex.ro/pgaccess site
> > and copy them to the /usr/lib directory. I did that but still get the
> > above error. What am I doing wrong?
> > 
> > Paul Breedlove
> > 
> > 
> 
> ----------------------------------
> Date: 01-Jun-99  Time: 11:07:35
> 
> Craig Orsinger                  (email: <orsingerc@epg.lewis.army.mil>)
> Logicon RDA
> Bldg. 8B28                      "Just another megalomaniac with ideas above his
> 6th & F Streets                 station. The Universe is full of them."
> Ft. Lewis, WA   98433                   - The Doctor
> ----------------------------------
> 
>