I went back to PHP 4.3.1.  I still had the src directory from when I
installed it.  When I configured PHP 4.3.6 like this:

./configure --with-apache=/app_source/Apache/apache_1.3.31 --with-mysql

it's supposed to create libmodphp4.a library in
/app_source/Apache/apache_1.3.31/src/modules/php4, but it didn't. I went
to my old installation of Apache 1.3.27 and found the files there that
were generated when I installed PHP 4.3.1, so I copied those to my
Apache 1.3.31 source tree and recompiled Apache using :

./configure --activate-module=src/modules/php4/libphp4.a
--enable-module=so

I have everything back to normal now, but was wondering if this is a bug
in the 4.3.6 installation where it doesn't create the needed library
files.

Stanley G. Martin
System Administrator
Sprint - EAS Business Intelligence 
[EMAIL PROTECTED]


-----Original Message-----
From: Aaron Gould [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 20, 2004 1:46 PM
To: Martin, Stanley G [Contractor for Sprint]
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] PHP 4.3.6

Martin, Stanley G [Contractor for Sprint] wrote:

> -----Original Message-----
> From: John Nichel [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, May 20, 2004 1:21 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] PHP 4.3.6
> 
> Martin, Stanley G [Contractor for Sprint] wrote:
> 
>>When I ran configure for PHP I tried to use the --with-apache and
>>pointed it to /usr/local/apache but it told me it couldn't find
>> httpd.h anywhere under there and it is there
>>(/usr/local/apache/include/httpd.h).  So, I ran it with
>>--with-apxs=/usr/local/apache/bin/apxs.  It creates the file

This is a guess... did you run a "make clean" between your first and 
second configure attempts?

-- 
Aaron Gould
Parts Canada - Web Developer

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to