mitya wrote:

> configure: error: apxs not found.
> 
> but i have apxs installed on our machine. look:
> 
> root@host:/usr/src/midgard-php4-1.4.1-7> locate apxs
> /usr/local/apache/bin/apxs
> /usr/local/apache/man/man8/apxs.8
> /usr/local/apache2/bin/apxs
> /usr/local/apache2/htdocs/manual/programs/apxs.html

PATH="$PATH:/usr/local/apache/bin" ./mkall

or

PATH="$PATH:/usr/local/apache2/bin" ./mkall

Depending on which apache install is the correct one.

Emile


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

Reply via email to