I've got what I feel is a reasonably useful RPM build of PHP 4.0.0.

It builds out of the box on RedHat 6.2.  It takes a bit of "tweaking" to get
it to run in 6.1.

You MUST be running the imap-4.7 and imap-devel-4.7 packages.  These are a
part of RedHat 6.2.  You cannot install the RH 6.2 RPMs on 6.1.  There are
dependencies on kerberos libs.  You MUST rebuild the imap packages from 
the RH 6.2 SRPMS, or get rid of the IMAP support in the build.

My build is configured as:

./configure --disable-debug --disable-pear \
        --with-config-file-path=/etc/httpd \
        --enable-trans-sid \
        --enable-track-vars \
        --with-apxs=/usr/sbin/apxs \
        --with-xml \
        --with-ftp \
        --with-gd \
        --with-ttf \
        --enable-freetype-4bit-antialias-hack \
        --with-ldap=/usr \
        --with-mysql=/usr \
        --with-imap=/usr \
        --with-db2 \
        --with-mm=/usr \
        --with-zlib=/usr \
        --with-system-regex \
        --enable-wddx \
        --enable-xml \
        --enable-sysvsem --enable-sysvshm \
        --enable-calendar \
        --enable-safe-mode \
        --with-exec-dir=/usr/bin \
        --prefix=/usr
        
You'll need:

openldap | openldap-devel
freetype | freetype-devel
gd | gd-devel
zlib | zlib-devel
MySQL-shared | MySQL-devel | MySQL-client
mm (http://www.jasons.org/modssl/mm-1.0.12-1.src.rpm)
imap | imap-devel
apache | apache-devel (1.3.12 recommended!)

The php 4.0.0 SRPM is at:

http://www.jasons.org/php4/php-4.0.0-1.src.rpm

-- 
Jason Costomiris <><           |  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to