Re: [INTERFACES] pgaccess: libpgtcl.so not found - Mailing list pgsql-interfaces

From Constantin Teodorescu
Subject Re: [INTERFACES] pgaccess: libpgtcl.so not found
Date
Msg-id 37FD92A4.791EE90D@flex.ro
Whole thread Raw
In response to pgaccess: libpgtcl.so not found  ("Ibrahim Shaame" <pgsql@hotmail.com>)
List pgsql-interfaces
Ibrahim Shaame wrote:
> 
> Hi there,
>    Please bear with me. This question has surely already been asked and
> answered. But can't find the answer.
>    I have downloaded Postgresql 6.5.2 and installed it. I am not sure
> whether installed properly, but I suppose (this is my firt time to).    When
> I try to run pgaccess I get a message that says there are no libpgtcl.so
> libraries, while I compiled them and there are links in the lib/ directory
> (linking to source directory. My directory structure is as follows:
> 
> /usr/src/pgsql/ .... (for the sources)
> /usr/local/pgsql/  .... (for the bin, data, lib, man, pgaccess )

You have not compiled libpgtcl ...

Go to /usr/src/pgsql/src/interfaces/libpgtcl and

make
make install

You should find now libpgtcl.so in the /usr/local/pgsql/lib directory.

Check if your /etc/ld.so.conf (on a RedHat system) contains
/usr/local/pgsql/lib (or if the shared library can be loaded from that
directory).

Constantin Teodorescu
FLEX Consulting Braila, ROMANIA


pgsql-interfaces by date:

Previous
From: "Ibrahim Shaame"
Date:
Subject: pgaccess: libpgtcl.so not found
Next
From: johan@webgate.se
Date:
Subject: Largeobjects and JDBC