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.

-- 

        Dakkar - <Mobilis in mobile>

An egghead is one who stands firmly on both feet, in mid-air, on both
sides of an issue.
                -- Homer Ferguson

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to