Re: libber library not found on RC1

From: stuartb81 <stuartbrown1981(at)hotmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: libber library not found on RC1
Date: 2011-12-23 10:28:52
Message-ID: 1324636132857-5096820.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Christian Rudolph 2011-12-23 12:30:58 Re: BUG #6351: ERROR: btree index keys must be ordered by attribute
Previous Message Tom Lane 2011-12-22 17:26:40 Re: BUG #6353: If there is invalid line in pg_hba.conf, DB start fails without any nofice and no logs in pgstartup.