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.