• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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