Re: createdb problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: createdb problem
Дата
Msg-id 1587.974821479@sss.pgh.pa.us
обсуждение исходный текст
Ответ на createdb problem  (Eduardo <eduardo@complex.com.br>)
Список pgsql-novice
Eduardo <eduardo@complex.com.br> writes:
> I just instaled the version 7.0.3 on a FreeBSD.
> when i tryied  :
> /usr/local/pgsql/bin createdb test
> /usr/libexec/ld-elf.so.1: Shared object "libpq.so.2" not found

You need to run ldconfig, or set LD_LIBRARY_PATH, or local equivalent
of either of these actions (not sure what FreeBSD calls 'em), to tell
the system there are shared libraries in /usr/local/pgsql/lib.  See
step 8 in the installation procedure
http://www.postgresql.org/users-lounge/docs/7.0/postgres/install17165.htm

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: jacques@aglaia.museatech.net
Дата:
Сообщение: Re: createdb problem
Следующее
От: "Eduardo Kotujansky"
Дата:
Сообщение: createdb ok, but need more help