[mod_python] compilation for apache 1.3.20 under cygwin

Billy Koos BKoos at milcomtech.com
Mon Sep 10 22:27:55 EST 2001


I'm trying to compile mod_python for apache 1.3.20 running under cygwin.
./configure seems to work correctly but when I try make I get the following:

$ make
make[1]: Entering directory `/usr/local/src/mod_python-2.7.6/src'

Compiling for DSO. For static, do "make static"

/usr/local/apache/bin/apxs -I/usr/local/src/mod_python-2.7.6/src/include
-I/usr/
local/src/apache_1.3.20/src/include
-I/usr/local/src/apache_1.3.20/src/os/unix -
I/usr/include/python2.1 -c mod_python.o _apachemodule.o requestobject.o
tableobj
ect.o util.o serverobject.o connobject.o  -lm
/usr/lib/python2.1/config/libpyth
on2.1.a      -lm
dllwrap --export-all --output-def libhttpd.def --implib libhttpd.a
--driver-name
 gcc -g -o mod_python.so mod_python.o _apachemodule.o requestobject.o
tableobjec
t.o util.o serverobject.o connobject.o -lm
/usr/lib/python2.1/config/libpython2.
1.a -lm
dllwrap: no export definition file provided
dllwrap: creating one, but that may not be what you want
dlltool: Unable to open object file:
/usr/lib/python2.1/config/libpython2.1.a
dllwrap: dlltool exited with status 1
apxs:Break: Command failed with rc=1
make[1]: *** [mod_python.so] Error 1
make[1]: Leaving directory `/usr/local/src/mod_python-2.7.6/src'
make: *** [do_dso] Error 2

Any thoughts?


William (Billy) M. Koos, Jr., P. E.

email:		bkoos at milcomtech.com or billy at koostech.com
phone:		(407) 260-0564 or (407) 659-0443
fax:		(407) 260-6227

Chief Technical Officer
MILCOM Technologies
www.milcomtech.com

Founder
Koos Technical Services, Inc.
www.koostech.com

Maitland Promenade
485 North Keller Road, Suite 140
Maitland, FL  32751




More information about the Mod_python mailing list