Waltraud Kochhan wrote:
> checking whether gcc accepts -g... yes
> checking whether gcc and cc understand -c and -o together... yes
> checking for PHP prefix... /usr
> checking for PHP includes... -I${prefix}/include/php -I${prefix}/include/php/mai
> n -I${prefix}/include/php/Zend -I${prefix}/include/php/TSRM
I think your phpize is broken. If the first few lines look like this:
#! /bin/sh
prefix='/usr/local'
phpdir='$prefix/lib/php/build'
then change the single quotes in the phpdir line to double quotes.
> checking for midgard experimental functions support... no
> ./configure: AC_PROG_LIBTOOL: command not found
Make sure you have libtool installed.
> midgard.c:21: php.h: No such file or directory
> midgard.c:22: ext/standard/info.h: No such file or directory
...
> In file included from mgd_preparser.h:23,
> mgd_oop.h:24: zend.h: No such file or directory
This is probably the result of the broken phpize.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]