• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

librpm and librpmdb installation error

EduardoG

Basic Pleskian
Hi all.
I've installed a new centos x86 server for testing purposes on a virtual machine.
centos 5.5 is just updated, all latest official versions.

When I try to run plesk10 installer, I get errors about some missing libs.
ldd command shows me the missing libs:
librpmdb-4.3.so => not found
librpm-4.3.so => not found
The problem is that it's asking for old versions, as I already have them installed:
[root@centos ~]# rpm -qa |grep rpm
rpm-devel-4.4.2.3-20.el5_5.1
rpm-libs-4.4.2.3-20.el5_5.1
rpm-4.4.2.3-20.el5_5.1
rpm-python-4.4.2.3-20.el5_5.1

[root@centos ~]# locate librpm
/usr/lib/librpm-4.4.so
/usr/lib/librpmbuild-4.4.so
/usr/lib/librpmdb-4.4.so
/usr/lib/librpmio-4.4.so
How should I manage this issue?
 
Try to create symlinks to librpmdb-4.3.so and librpm-4.3.so from 4.4 at least.
 
Thanks, IgorG, already tried that, but ldconfig doesn't take care of them when updating.
Any other idea, but copying and renaming? :)
 
Thanks, IgorG, already tried that, but ldconfig doesn't take care of them when updating.
Any other idea, but copying and renaming? :)
Stupid me! I was running the wrong installer, for centos 4.2, which was located in the same directory.
I'm sorry :-(
 
Yes, really, described problem was suspiciously improbable :)
 
Back
Top