hmmm, I'm getting the same error.


apache install directory is /usr/local/midgard
instead of the default /usr/local/apache

everything else including midgard-lib is built with
/usr/local as the prefix.

my path has
/usr/local/midgard/bin included


sorry for the trouble.


Alexander Bokovoy wrote:

> On Wed, Jun 27, 2001 at 06:30:24PM -0400, Vincent Stoessel wrote:
> 
>>Thanks for the advice , I used
>>
>>
>>  ./configure  --with-mysql=/usr/local --with-expat=/usr/local 
>>--with-apxs=/usr/local/midgard/bin/apxs
>>to build php 4.0.6.
>>
>>and it installs fine.
>>
>>but when I get to the stage where I run mkall in the cvs php4 directory.
>>
>>  I get :
>>
>>
>>In file included from php_midgard.h:47,
>>                  from midgard.c:24:
>>/usr/local/include/midgard/apache.h:25: httpd.h: No such file or directory
>>/usr/local/include/midgard/apache.h:26: http_log.h: No such file or 
>>directory
>>midgard.c:34: http_config.h: No such file or directory
>>make[1]: *** [midgard.slo] Error 1
>>make[1]: Leaving directory `/usr/src/lamp/cvs/midgard/php4'
>>make: *** [install-recursive] Error 1
>>
> Try:
> PATH="/usr/local/midgard/bin:$PATH" ./mkall /usr/local/midgard
> 
> This error means that configure can't get access to apxs which gives us
> information where Apache headers are situated. 
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to