I've been struggling with this for days now, and 4.2.2 simply will not build
successfully on 10.2 (Jaguar). I have altered the sources with the changes
suggested by the patch available at www.entropy.ch, and that gets me a lot
farther along than before, but it still will not build.
Symptoms:
Mu
I found the answer in this newgroup already. Thanks.
"Barry" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I follow the steps in the php manual to install PHP4.2.2 on Redhat 7.3
with
> Apache4.0.40
>
> 1. tar -xzvf httpd-2.0.40-i686-pc-linux-gnu-
In the process I have done the following
1. cd /temp
2. tar -xzvf apache_1.3.26-i686-whatever-linux22.tar.gz
3. tar -xzvf php-4.2.2.tar.gz
4. cd /temp/php-4.2.2
5. ./configure --prefix=/pack/php-4.2.2 --with-pgsql=/pack/postgresql-7.2.2
--with- apache=/temp/apache- 1.3.26
6. make
7. make instal
php-install Digest 31 Aug 2002 19:40:28 - Issue 1002
Topics (messages 8284 through 8286):
--with-imap strangeness in 4.3 dev
8284 by: Michael Geary
installing php4.2.2 with gd and freetype
8285 by: Richard Pijnenburg
can't install PHP4.2.2 on redhat 7.3 + apache4.0.40
I follow the steps in the php manual to install PHP4.2.2 on Redhat 7.3 with
Apache4.0.40
1. tar -xzvf httpd-2.0.40-i686-pc-linux-gnu-rh73.tar.gz
2. cd httpd-2.0.40
3. ./configure --prefix=/Apps/apache --enable-module=so
4. make
5. make install
6. tar -xzvf php-4.2.2.tar.gz
7. cd php-4.2.2
8. ./c
Dear list,
I'm trying to install Apache 1.3.26 with php 4.2.2 which was successful.
Then I tried the same but then with GD, freetype, libpng, jpg and zlib.
The installation seems to work correct.
But I'm trying to install it for a program called pphlogger.
Everything seems to be correct. But