RE: libpgtcl.so missing from pgaccess on FreeBSD4.0? - Mailing list pgsql-general

From Robert D. Nelson
Subject RE: libpgtcl.so missing from pgaccess on FreeBSD4.0?
Date
Msg-id 393CB0E5@rba6.rbapro.com
Whole thread Raw
In response to libpgtcl.so missing from pgaccess on FreeBSD4.0?  (<lampe@durawebs.com>)
List pgsql-general
>How do you locate/create the "libpgtcl.so" in order to run pgaccess under
>FreeBSD 4.0 - As far as I can tell, it does not appear to be part of the
>pgaccess distribution located under /contrib. This is called by main.tcl as
>a required shared library. Thanks.
>
>DLampe -

find / -name "*libpgtcl*" -print

Make sure that your ld.so.conf or equivalent (whever ldconfig uses to know
what directories to look at) includes the directory that file is in. Some
systems do not have /usr/local/lib in the conf file, but programs install
libs there. After adding that directory to ld.so.conf, re-run ldconfig as
root. You should be able to access it then.

If you're not root or don't feel like messing with ld.so.conf, you can
probably use a line like "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/libpgtcl
; export LD_LIBRARY_PATH" before calling pgaccess.


Rob Nelson
rdnelson@co.centre.pa.us


pgsql-general by date:

Previous
From: Mike Mascari
Date:
Subject: Re:
Next
From: "Robert Deme"
Date:
Subject: RE: