[mod_python] make problem

Graham Dumpleton graham.dumpleton at gmail.com
Tue Apr 21 01:01:10 EDT 2009


2009/4/21 online service <online.service.com at gmail.com>:
> I got a make error of long print out.
>
> i am sharing my configure output here:
>
> ./configure command is
>
> ./configure --with-apxs=/usr/local/psa/admin/bin/apxs
>
> I am trying to install mod_python with a preinstalled apache working with
> plesk.
>
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for ar... ar
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether make sets $(MAKE)... yes
> checking for main in -lm... yes
> checking for an ANSI C-conforming const... yes
> checking your blood pressure... a bit high, but we can proceed
> configure: checking whether apxs is available...
> checking for --with-apxs... /usr/local/psa/admin/bin/apxs executable, good
> checking Apache version... 2.2.3
> checking for Apache libexec directory... /usr/local/psa/admin/libexec
> checking for Apache include directory... -I/usr/local/psa/admin/include
> checking for --with-python... no
> checking for python... /usr/local/bin/python
> checking Python version... 2.5
> checking Python install prefix... /usr/local
> checking checking where python libraries are installed...
> /usr/local/lib/python2.5
> checking for Py_NewInterpreter in -lpython2.5... yes
> checking what libraries Python was linked with... -lpython2.5 -lpthread -ldl
> -lutil -lm
> checking linker flags used to link Python...
> checking where Python include files are... -I/usr/local/include/python2.5
> checking for --with-python-src... no
> checking for --with-mutex-dir... no
> Using MUTEX_DIR /tmp
> checking for --with-max-locks... no
> Using 8 MAX_LOCKS.
> checking for --with-flex... no
> checking for flex... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating src/Makefile
> config.status: creating Doc/Makefile
> config.status: creating src/include/mod_python.h
> config.status: creating test/Makefile
> config.status: creating test/testconf.py
> config.status: creating dist/setup.py
> config.status: creating dist/Makefile
>
>
>
>
> What could cause the make problem?

What problem? The bit about your blood pressure being a bit too high,
or something else?

That is only the output from 'configure' and is normal. You haven't
even run 'make' yet.

Graham


More information about the Mod_python mailing list