
Plesk panel kurarken şöyle bir hata mesajı alabilirsiniz;
The following could cause the installation failure:
Packages “db4-4.3.29-9.fc6.i386 (u 0x98de838 source=0x9231ca0 P:9 R:21)” and “db4-4.3.29-10.el5.i386 (s 0x91d7338 source=0x9198e38 P:9 R:21)” cannot be installed at the same time
because of the conflict on the file “/lib/libdb-4.3.so”
Not all packages were installed.
Please, contact product technical support.
Yada kısaca hata mesajı şu şekilde olabilir
The following could cause the installation failure:
Packages “db4-4.3.29-9.fc6.i386″ and “db4-4.3.29-10.el5.i386″ cannot be installed at the same time because of the conflict on the file “/lib/libdb-4.3.so“
sorunun kaynağı sistemde zaten halihazırda db4 paketi kurulu olmasından kaynaklanmaktadır. Bu sorunu çözmek için
rpm -e --nodeps --justdb db4-4.3.29-10.el5.i386
komutunu calistrin. Bu probleme dair kurulumun durması düzelecektir.