Re: Installation-trouble

Поиск
Список
Период
Сортировка
От Stefan Huber
Тема Re: Installation-trouble
Дата
Msg-id 5.0.2.1.0.20010228233900.00aa78a8@pop.crosswinds.net
обсуждение исходный текст
Ответ на Installation-trouble  ("Christoph Lange" <lucky78@gmx.de>)
Список pgsql-admin
Hi!

>Dear Postgresql-experts,

Uh, that's what I'm not :)

>uranus% /home/lange/pgsql/local/bin/createdb testdb
>    ld.so.1: /home/lange/pgsql/local/bin/psql: fatal: libpq.so: open failed: No such file or directory

Either you issue (if you're using bash)
$ export LD_LIBRARY_PATH=/home/lange/pgsql/local/lib
(you can put this line into your ~/.bashr)

of (if you have root privileges), you might edit /etc.ld.so.conf and add the line
/home/lange/pgsql/local/lib
to it, then run
$ ldconfig -v
This lists all the libraries, ldconfig finds. The pg_libs should be there.

BTW: This is described in the INSTALL file (Point 8.), too.

Stefan


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

Предыдущее
От: "Christoph Lange"
Дата:
Сообщение: Installation-trouble
Следующее
От: lbottorff@harveycounty.com
Дата:
Сообщение: Python, Postgres support?