Re: Problem compiling mod_python

Graham Dumpleton <[email protected]> Sat, 8 Aug 2009 11:35:06 +1000
Newsgroups gmane.comp.python.mod_python
Message-ID <[email protected]>
2009/8/8 wayne collier <[email protected]>:
> Hello all. I am having problems compiling mod_python3.3.1 with apache
> 2.2.11.  Also we are using python 2.6.2. When I run  the make command I get
> the following errors (see below). Can someone help me with this?!?

No, because you haven't even posted what the compiler error or actual
cause was. All you have posted is that the make program failed, but
not what it executed that failed. You will need to supply more of the
output from make program.

That said, there are a few suspects as to what cause could be, but
would be just guessing. So, post the more complete error output, or if
just wanting to host a WSGI capable application, perhaps use mod_wsgi
instead, which you may have better chance of getting to work given
that mod_python tar ball will not build out of the box on some current
Apache/Python installations.

Graham

>     # make gives the following:
>
>     *make[1]: *** [mod_python.so] Error 1
>     make[1]: Leaving directory `/opt/sources/mod_python-3.3.1/src'
>     make: *** [do_dso] Error 2
>
>