ISPConfig is reported working out of the box with CentOS 4.3.

Well, I have installed CentOS 4.3 with the minimal package set and to make the ISPConfig self installer work you need to add some others RPM packages:

yum install mysql-server gcc flex mysql-devel byacc rpm-devel rpm-build

Another problem is the zlib package: the CentOS 4.3 version is “old” and some ISPConfig components refuse to compile correctly. I have crawled some FTP sites and I have got the zlib-1.2.3-1.2.1.src.rpm updated package from Fedora.

rpmbuild --rebuild zlib-1.2.3-1.2.1.src.rpm
rpm -Uhv /usr/src/redhat/RPMS/i386/zlib-*1.2.3-1.2.1.i386.rpm

After these simple steps, the ISPConfig auto-configure script will run nicely 🙂

2 Comments

arman · December 5, 2008 at 04:15

checking whether to enable LIBXML support… yes
checking libxml2 install dir… no
checking for xml2-config path… /usr/bin/xml2-config
checking whether libxml build works… no
configure: error: build test failed. Please check the config.log for details.
ERROR: Could not configure PHP
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
mv: cannot stat `binaries/aps.tar.gz’: No such file or directory
mv: cannot stat `binaries/spamassassin.tar.gz’: No such file or directory
mv: cannot stat `binaries/uudeview.tar.gz’: No such file or directory
mv: cannot stat `binaries/clamav.tar.gz’: No such file or directory
mv: cannot stat `binaries/cronolog’: No such file or directory
mv: cannot stat `binaries/cronosplit’: No such file or directory
mv: cannot stat `binaries/ispconfig_tcpserver’: No such file or directory
mv: cannot stat `binaries/zip’: No such file or directory
mv: cannot stat `binaries/unzip’: No such file or directory
tar: spamassassin.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `spamassassin’: No such file or directory
tar: uudeview.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `uudeview’: No such file or directory
tar: clamav.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `clamav’: No such file or directory
tar: aps.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `ispconfig_tmp’: No such file or directory
cp: cannot stat `dist.info’: No such file or directory
All prerequisites are fulfilled.
Here we go…
chmod: cannot access `./install.php’: No such file or directory

arman · December 5, 2008 at 04:16

i also have the yum install mysql mysql-devel mysql-server

http://www.howtoforge.com/perfect-server-centos-5.2-x86_64-p4

let me know if u have time ty

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *