Re: [INTERFACES] Trying to get started? - Mailing list pgsql-interfaces

From Thomas Lockhart
Subject Re: [INTERFACES] Trying to get started?
Date
Msg-id 3770E4DC.288215D1@alumni.caltech.edu
Whole thread Raw
In response to Trying to get started?  (Wayne <infotechsys@pivot.net>)
Responses Re: [INTERFACES] Trying to get started?  (Craig Orsinger <orsingerc@epg-gw1.lewis.army.mil>)
List pgsql-interfaces
> and I also download libpgtcl and libpq.so.1 from flex. I put both of
> these file in /usr/lib
> and made sure that by PATH point to /usr/lib. I then cd to
> /usr/local/pgaccess, this is
> where I unziped the files, and ran wish -f ./pgaccess.tcl.
> The following is the error I got:
> Error in startup script: couldn't load file "libpgtcl.so": libpq.so.1:
> cannot open shared object file: No such file or directory

You need to run "ldconfig -v" to update the shared library cache
database...
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-interfaces by date:

Previous
From: David Warnock
Date:
Subject: Re: [INTERFACES] JDBC and character sets
Next
From: Wayne
Date:
Subject: Re: [INTERFACES] Trying to get started?