[mod_python] Error during 'make install'

hobb hobb at mail.portland.co.uk
Wed Jan 8 23:39:44 EST 2003


Hi, it looks like I'm doing something wrong and can't seem to properly
compile mod_python
This is how I'm compiling it and the error message at the end:

$ cd ~
$ wget http://apache.webmeta.com/dist/httpd/modpython/mod_python-3.0.1.tgz
$ tar -xzf mod_python-3.0.1.tgz
$ cd mod_python-3.0.1
$ ./configure --with-apxs=/usr/local/apache2/bin/apxs
$ make
$ su
# make install
[snip]
Performing DSO installation.

/usr/bin/install -c src/mod_python.so /usr/local/apache2/modules
/usr/bin/install: cannot stat `src/mod_python.so': No such file or directory
make[1]: *** [install_dso] Error 1
make[1]: Leaving directory `/home/hobb/mod_python-3.0.1'
make: *** [install] Error 2
#

What's going wrong?

This is more information of the box im trying to build mod_python on which
might help in troubleshooting:

$ uname -a
Linux Dagger 2.4.20 #2 Sat Jan 4 22:31:49 GMT 2003 i686 unknown
$ /usr/local/apache2/bin/apachectl -v
Server version: Apache/2.0.43
Server built:   Jan  5 2003 00:55:46
$ python -V
Python 2.2.2
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/specs
Configured with:
../gcc-3.2.1/configure --prefix=/usr --enable-languages=c,c++,objc --enable-
threads=posix --enable-__cxa_atexit --disable-nls
Thread model: posix
gcc version 3.2.1 (CRUX)

TIA




More information about the Mod_python mailing list