On Nov 6, 2003, at 11:50 PM, Dakkar wrote:


On 2003-11-06 16:05:56, Arne Claassen wrote:
I decided to look a little more closely what happens when AxKit builds
and it's building against the DSO apache on my machine rather than the
new one. AxKit's Makefile.PL uses Apache::src to find apache, which
reports the wrong apache.. I can't determine how Apache::src determines
the apache to use and how to change it. Any information on that?
It should be using 'apxs', the apache extension helper.

Be sure that the apxs in your PATH is the right one. Try:
 $ apxs -q PREFIX
and see which Apache that prefix corresponds to. I have Apache built
(RedHat-style, I'm on Linux) under /usr, and apxs is in
 /usr/sbin. Previously I had it under /usr/local, and apxs was in
/usr/local/bin.

When you have discovered the right apxs, change the PATH to list its
directory first, and try to re-compile.

apxs:Error: Sorry, no DSO support for Apache available apxs:Error: under your platform. Make sure the Apache apxs:Error: module mod_so is compiled into your server apxs:Error: binary `/usr/sbin/httpd'.

This is the apxs that was just built. I didn't build apache with mod_so. So is this the correct behavior, or should there not even be an apxs built when not running DSO? I'm confused

arne


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



Reply via email to