| From: | "Robert D(dot) Nelson" <RDNELSON(at)co(dot)centre(dot)pa(dot)us> |
|---|---|
| To: | lampe(at)durawebs(dot)com, pgsql-general(at)postgresql(dot)org |
| Subject: | RE: libpgtcl.so missing from pgaccess on FreeBSD4.0? |
| Date: | 2000-06-15 16:31:00 |
| Message-ID: | 393CB0E5@rba6.rbapro.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)co(dot)centre(dot)pa(dot)us
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Deme | 2000-06-15 16:58:26 | RE: |
| Previous Message | Ed Loehr | 2000-06-15 16:13:42 | Re: Dropping tables |