• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

About install problem with librpmio

S

Sum_James

Guest
i try the install Plesk,
but the system report the error message

error while loading shared libraries: librpmio-4.1.so: cannot open shared object file: No such file or directory


What should i do to fix this problem.

and i'm using the SuSE 10.1
 
Yup...me too. A little help would be greatly appreciated. I'm new to linux.
 
I've got the same problem. It seems it's because plesk 8 isnt compatible with suse 10.1 yet.

"This suggests to me that you may have either mixed up SuSE versions in packages that you are trying to install, and you are possibly mistakenly trying to install a SuSE-10.0 version of a package. Note librpmio-4.1 is associated with SuSE-10.0, while SuSE-10.1 uses librpmio-4.4"
 
You can make SuSE 10.1 backwards compatible by adding symbolic links to the new librariy files.

1. make sure rpm is installed using yast

2. goto /usr/lib and execute:
ln -s librpmio-4.4.so librpmio-4.1.so
ln -s librpmbuild-4.4.so librpmbuild-4.1.so
ln -s librpm-4.4.so librpm-4.1.so
ln -s librpmdb-4.4.so librpmdb-4.1.so

3. run the installer.
 
Back
Top