• 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
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more 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