BUG #6380: dropdb gives error while loading shared libraries: liblber-2.3.so.0

Lists: pgsql-bugs
From: dean(dot)w(dot)schulze(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6380: dropdb gives error while loading shared libraries: liblber-2.3.so.0
Date: 2012-01-04 22:58:20
Message-ID: E1RiZmm-0007k9-4g@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 6380
Logged by: Dean Schulze
Email address: dean(dot)w(dot)schulze(at)gmail(dot)com
PostgreSQL version: 9.1.2
Operating system: CENTOS 6
Description:

I've tried both the .rpm from openscg and the .linux.run installer from
EnterpriseDB. Both give this error for dropdb:

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

If I try to install pgadmin3 using YUM it fails with multiple dependency
errors. If I run the pgadmin3 that the .linux.run installs I get

pgadmin3: error while loading shared libraries: libwx_gtk2u_stc-2.8.so.0:
cannot open shared object file: No such file or directory

I can get by without pgadmin3 but I can't use PostgreSql if it has problems
on CENTOS (and the decision for CENTOS is out of my hands).


From: Michael Beattie <mtbeedee(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6380: dropdb gives error while loading shared libraries: liblber-2.3.so.0
Date: 2012-01-05 04:04:26
Message-ID: 18364329.82.1325736266161.JavaMail.geo-discussion-forums@vbad17
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Do you have openldap installed? I believe that is a library within that package.

Or try custom building postgresql without ldap support.