RE: libpgtcl.so missing from pgaccess on FreeBSD4.0?

Поиск
Список
Период
Сортировка
От Robert D. Nelson
Тема RE: libpgtcl.so missing from pgaccess on FreeBSD4.0?
Дата
Msg-id 393CB0E5@rba6.rbapro.com
обсуждение исходный текст
Ответ на libpgtcl.so missing from pgaccess on FreeBSD4.0?  (<lampe@durawebs.com>)
Список 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 по дате отправления:

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re:
Следующее
От: "Robert Deme"
Дата:
Сообщение: RE: