"Gottfried Ryser" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> >
> > make:apxs command not found
> > make: ***[mode_midgard.so] Error 127
>
> apxs is not in your path.
>
> $ export PATH=$PATH:/usr/sbin

first find apxs on your system. It might very well live in
/usr/local/apache/bin/ . You could then follow the previous advise, using
the path to apxs:

export PATH=$PATH:/usr/local/apache/bin  (replace this by the directory your
apxs lives)

I myself usually do:

rm config.cache
./configure --with-apache=/usr/local/apache

And then it will find it too. Note that if you don't 'rm config.cache' it
will still be unable to find apxs, if you choose to use this way...

Armand.



--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to