Re: Anyone using PHP?


Subject: Re: Anyone using PHP?
From: Iain Stevenson (iain@iainstevenson.com)
Date: Tue Feb 19 2002 - 02:17:11 MST


Yes - it works but I spent some time puzzling out the build commands. I
ended up rebuilding apache with php, ssl, perl and DAV compiled in. Here
are the build commands I used:

For php 4.1

./configure --with-gd \
                --with-imap=/build/imap-2000c \
                --with-imap-ssl \
                --with-ldap \
                --enable-sockets \
                --with-mysql=/usr/local/mysql \
                --with-apache=/build/apache_1.3.23 \
                --with-jpeg-dir=/usr \
                --with-png-dir=/usr \
                --with-db2 \
                --with-db3 \
                --with-zlib=/usr \
                --enable-trans-sid \
                --with-mm

For apache:

./configure --with-layout=config.layout:RedHat \
                --activate-module=src/modules/perl/libperl.a \
                --activate-module=src/modules/php4/libphp4.a \
                --activate-module=src/modules/dav/libdav.a \
                --enable-module=so \
                --enable-module=digest \
                --enable-module=ssl

  Iain

--On Tuesday, February 19, 2002 12:47 am -0800 Mark Jaffe
<wizards@wizdev.net> wrote:

>> I followed the install instructions on the latest tarball (4.1.1 of
>> PHP) and compiled it into the latest Apache (1.3.23) and it is not
>> serving my pages (ignoring embedded code.) Has anyone else tried
>> this?
>
> Mark
> --
> ==========================================================
> Mark Jaffe | (408) 972-9638 (home)
> Chief Wizard | (408) 807-1530 (cell/page/voicemail)
> Computer Wizards | (425) 795-6421 (FAX)
> wizards@wizdev.net | http://www.wizdev.net/
>



This archive was generated by hypermail 2a24 : Tue Feb 19 2002 - 02:45:54 MST