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. 

-- 
Sincerely yours, Alexander Bokovoy 
  The Midgard Project    | ALT  Linux  Team | Minsk Linux Users Group
 www.midgard-project.org | www.altlinux.ru  |    www.minsk-lug.net 
-- You won't skid if you stay in a rut.
                -- Frank Hubbard

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

Reply via email to