I have spent a couple of days trying to install v. 11.0 of the Plesk Panel on my dedicated HostDime server running CentOS 5.7. Here are some of the problems I have run into after entering the following command:
curl http://autoinstall.plesk.com/one-click-installer | sh
1. As per the installation instructions I added USE_YUM='yes' to the /root/.autoinstallerrc file but got "Third-party Yum repository" warning messages and the package didn't completely install.
2. I removed the USE_YUM='yes' from the /root/.autoinstallerrc file and received the following error message:
ERROR: Unable to proceed with the installation until the package apr-util-ldap-1.3.12-1.w5.x86_64 is removed from the system.
Not all packages were installed.
Please resolve this issue and try installing the packages again.
3. I tried removing the apr-util-ldap package with # rpm -e apr-util-ldap but received the following error message:
error: Failed dependencies:
apr-util-ldap is needed by (installed) httpd-2.2.21-1.w5.x86_64
Desperately need some help here! Thanks!
curl http://autoinstall.plesk.com/one-click-installer | sh
1. As per the installation instructions I added USE_YUM='yes' to the /root/.autoinstallerrc file but got "Third-party Yum repository" warning messages and the package didn't completely install.
2. I removed the USE_YUM='yes' from the /root/.autoinstallerrc file and received the following error message:
ERROR: Unable to proceed with the installation until the package apr-util-ldap-1.3.12-1.w5.x86_64 is removed from the system.
Not all packages were installed.
Please resolve this issue and try installing the packages again.
3. I tried removing the apr-util-ldap package with # rpm -e apr-util-ldap but received the following error message:
error: Failed dependencies:
apr-util-ldap is needed by (installed) httpd-2.2.21-1.w5.x86_64
Desperately need some help here! Thanks!