on 1/20/01 3:56 AM, Emiliano at [EMAIL PROTECTED] wrote:
>> 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...
>
> Not so good. Apxs hasn't been set up properly, or the build finds an
> old apxs.
Well I think I fixed this problem myself! I looked at the apxs file and
found the following line to be incorrect. Now, why this line is wrong, I
have no idea but I changed it, and I no longer get the apxs warning! :-)
OLD LINE:
my $CFG_SBINDIR = '/usr/bin'; # substituted via APACI install
NEW LINE:
my $CFG_SBINDIR = '/usr/sbin'; # substituted via APACI install
Now the only other warnings I am getting is dealing with libtool, so maybe I
will start a new message with the warnings and see if someone can help.
enrique
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]