• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Installation Problems in CentOS 4.4 - Help needed

R

rajinionnet

Guest
Hello There,
I have trouble installing sitebuilder in CentOS 4.4. I have downloaded the rpms for CentOS 4.3 available at swsoft.

When i try to install the core rpms it says:
rpm -ivh sitebuilder-core-3.0-centos4.build06112310.i386.rpm
error: Failed dependencies:
httpd is needed by sitebuilder-core-3.0-centos4.build06112310.i386
perl-DBD-MySQL is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php5-ioncube >= 3.0 is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51 >= 5.1 is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-curl is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-dom is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-fastcgi is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-ftp is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-gd is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-mbstring is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-mysql is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-openssl is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-pdo is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-pdo_mysql is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-sqlite is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-xsl is needed by sitebuilder-core-3.0-centos4.build06112310.i386
php51-zlib is needed by sitebuilder-core-3.0-centos4.build06112310.i386
sb-php-ioncube is needed by sitebuilder-core-3.0-centos4.build06112310.i386


My machine already has
1. PHP 5.1.6.
2. PERL DBD for MySql
3. Apache


Any help in this regard is appreciated.


Thanks
Raj
 
Sitebuilder have it's own requirements for installing package sitebuilder-core. You can see the whole list of requirements by running following command:

# rpm -qpR sitebuilder-core-3.0-centos4.build06112310.i386.rpm

There could see all the packages which Sitebuilder asks you to install. The thing is Sitebuilder goes with own php5 and checks, if php51 packages are installed. For the rest of the packages it is hard to say anything, but if you really sure that all necessary packages are installed you can install it with '--nodeps' option:

#rpm -ivh sitebuilder-core-3.0-centos4.build06112310.i386.rpm --nodeps
 
Back
Top