it usually means the apache httpd wasn't found in /usr/bin 
Some distributions throw things in wierd places

do a 'locate httpd' (quicker) or 'find \ -name httpd' (longer)
to find out where its situated

then configure paths accordingly.

Remember if you are going to use dso's apache must be compiled to use them
that way.

Lawrence

-----Original Message-----
From: _lallous [mailto:[EMAIL PROTECTED]]
Sent: August 30, 2001 4:19 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: install error


from this line, i guess that Apache is not installed?

> apxs:Warning: /usr/bin/httpd not found or not executable


"Joseph Bannon" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> What does this mean?
>
>
>
> make[1]: Entering directory `/home/php-4.0.6'
> /home/php-4.0.6/build/shtool mkdir -p "/usr/lib/apache" &&
/usr/sbin/apxs -S
> LIBEXECDIR="/usr/lib/apache" -i -a -n php4 libs/libphp4.so
> apxs:Warning: /usr/bin/httpd not found or not executable
> apxs:Warning: Continuing anyway...
> apxs:Warning: No shared object support for Apache
> apxs:Warning: available under your platform. Make sure
> apxs:Warning: the Apache module mod_so is compiled into
> apxs:Warning: your server binary `/usr/bin/httpd'.
> apsx:Warning: Continuing anyway...
> apxs:Error: Unknown option: S
> Usage: apxs -g -n <modname>
>        apxs -q <query> ...
>        apxs -c [-o <dsofile>] [-D <name>[=<value>]] [-I <incdir>]
>                [-L <libdir>] [-l <libname>] [-Wc,<flags>] [-Wl,<flags>]
>                <files> ...
>        apxs -i [-a] [-A] [-n <modname>] <dsofile> ...
> make[1]: *** [install-sapi] Error 1
> make[1]: Leaving directory `/home/php-4.0.6'
> make: *** [install-recursive] Error 1



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to