Added by PcPro Fix over 8 years ago
Hi, My environment is Centos 6.8 with cpanel - I am trying to install Openproject via RPM on Cpanel server. The installation fails with missing dependencies for mysql-libs. I have this, that is shipped from cpanel - cpanel-mysql-libs-5.1.73-1.cp1156.x86_64 . All other dependency packages are installed. The issue is only with that one.
Can you help me to solve somehow this dependency issue. It is not possible to install the package mysql-libs because it is disabled from the cpanel. Can I somehow change the Openproject RPM dependency check to skip this package since we have it from cpanel > cpanel-mysql-libs-5.1.73-1.cp1156.x86_64?
# sudo rpm -Uvh openproject-6.1.1-1480431899.f1c0fea.centos6.x86_64.rpm error: Failed dependencies: mysql-libs is needed by openproject-6.1.1-1480431899.f1c0fea.centos6.x86_64 # rpm -qa | grep -i mysql-libs cpanel-mysql-libs-5.1.73-1.cp1156.x86_64 # yum install mysql-libs No package mysql-libs available. Error: Nothing to do
Thank you!