[mod_python] Re: Cross compiling mod_python

Graham Dumpleton graham.dumpleton at gmail.com
Fri Nov 28 15:50:58 EST 2008


2008/11/28 Paul Herring <pauljherring at gmail.com>:
> On Fri, Nov 28, 2008 at 12:07 PM, Graham Dumpleton
> <graham.dumpleton at gmail.com> wrote:
>> > [...apxs...]
>> It has to be executed. You seem to fail to understand that 'apxs' is
>> the Apache tool for building Apache modules. You therefore can't avoid
>> it being used.
> [...]
>
> So basically I need a cross-platform version of apxs, and am thus on
> the wrong list.
>
> Ta for your input.

You will also need to resolve issue that 'python' executable is called
from 'configure' as well to get compilation config out of the Python
installation. This config needs to be from target Python, but
obviously you can't run that on build box either.

Graham


More information about the Mod_python mailing list