that's what was causing it to die.
>
>
> Unfortunately, that means the extension thing remains a problem. Lame
> :(
>
>
>
> -Original Message-
> From: Jamie Harris [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 02, 2008 2:42 AM
> To: php-instal
My approach to work out what's killing Apache on this would be to strace
httpd and see at what point it throws it's toys out of the pram.
You should be able to use something like
strace -f /your/apache/path/bin/apachectl start
and the last few lines (or quite a few lines!) should give you the sy
ke for his input on this one.
cheers
Jamie
> Jamie Harris wrote:
> Further to this I get the same issue with 5.2.2. I'm building my own
> libxml 2.6.31 and libxslt 1.1.22 and will try again after that.
>
> If the build fails I'll start looking at the latest binutils to ens
Jamie Harris wrote:
Further to this I get the same issue with 5.2.2. I'm building my own
libxml 2.6.31 and libxslt 1.1.22 and will try again after that.
If the build fails I'll start looking at the latest binutils to ensure
my version fo gd is good. It could be an excuse to play
No luck with this. Same errors with PHP 5.2.4 too.
Any other suggestions from the subscribers of the list?
thanks again
Jamie
Jamie Harris wrote:
Mike,
Will follow your lead and report back to the list with the results.
cheers
Jamie
Mike Price wrote:
I've just been through 8 hou
Mike,
Will follow your lead and report back to the list with the results.
cheers
Jamie
Mike Price wrote:
I've just been through 8 hours of trying to compile 5.2.5 to work with
Apache 2.2.8.
It choked on loads of things. I think there is an error in 'configure' that
was supposedly fixed in 5.
Hi all,
I'm trying to build PHP 5.2.5 with the following config line
./configure --prefix=/usr/local/php --mandir=/usr/local
--with-apxs2=/usr/local/apache/bin/apxs --with-openssl --with-zlib
--enable-bcmath --with-bz2 --enable-calendar --with-curl --enable-dba
--enable-ftp --with-gd --with-j