• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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