Install Apache 2.4 on CentOS 6
I’m quite to the point. It is to install the Apache version 2.4.7.
yum -y install rpm-build
mkdir -p ~/rpmbuild/{SOURCES,SPECS,BUILD,RPMS,SRPMS}
cd ~/rpmbuild/SOURCES
wget http://ftp.cixug.es/apache//httpd/httpd-2.4.7.tar.bz2
In general, if we execute the following we will fail (but perfect and save yourself a lot of these steps …)
rpmbuild -tb httpd-2.4.7.tar.bz2
To […]
Recent Comments