yum install openssl-devel openldap-devel libtiff-devel libpng-devel \ libjpeg-devel rpmbuild gcc-c++ zlib-devel ghostscript-devel autoconf \ pam-devel httpd php java-1.6.0-sun-devel poppler-utils xpdf foomatic mirror=http://ftp-stud.hs-esslingen.de/pub/Mirrors/archive.fedoraproject.org wget $mirror/fedora/linux/releases/7/Everything/x86_64/os/Fedora/m4-1.4.8-2.fc7.x86_64.rpm wget $mirror/fedora/linux/releases/7/Everything/x86_64/os/Fedora/autoconf-2.61-8.fc7.noarch.rpm rpm -Uvh m4-1.4.8-2.fc7.x86_64.rpm autoconf-2.61-8.fc7.noarch.rpm cd /usr/local/src ver=1.4.svn-$(date +%Y%m%d) svn co http://svn.easysw.com/public/cups/branches/branch-1.4 cups-$ver cd cups-$ver autoconf ../configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \ --infodir=/usr/share/info --localstatedir=/var make make check make install