Re: libber library not found on RC1

Поиск
Список
Период
Сортировка
От stuartb81
Тема Re: libber library not found on RC1
Дата
Msg-id 1324636132857-5096820.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: libber library not found on RC1  (Dave Page <dpage@pgadmin.org>)
Список pgsql-bugs
I had this issue after installing 9.1 on Ubuntu 10.10.  When i tried running
pg_dump I'd get this error:

"error while loading shared libraries: liblber-2.3.so.0: cannot open shared
object file: No such file or directory"

I got round this issue by copying a newer version of liblber and naming it
liblber-2.3.so.0, didn't make me feel good about myself but it works!

cp /usr/lib/liblber-2.4.so.2 /usr/lib/liblber-2.3.so.0

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/libber-library-not-found-on-RC1-tp4733621p5096820.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6353: If there is invalid line in pg_hba.conf, DB start fails without any nofice and no logs in pgstartup.
Следующее
От: "Christian Rudolph"
Дата:
Сообщение: Re: BUG #6351: ERROR: btree index keys must be ordered by attribute