Hello,

I ran into a problem with the loader on MacOSX.

MaxOSX 1.4.2
python 2.4.1
apache 2.0.54

The loader seems to not like the "-undefined suppress" arguments in the final load.

I modified dist/setup.py by removing the two "-undefined suppress" and ran configure and make again and the new mod_python does build and seems to work ok.

test.py can not find the apache log file after it has shut down apache, after all of the other tests pass! This may be cause by my installation of apache and may not be a mod_python problem, but I'll need to look further.

cheers,

Ron


Ron Reisor <[EMAIL PROTECTED]> (RWR3)
University of Delaware Information Technologies/Network and Systems Services
Computing Center/192 South Chapel Street/Newark DE, 19716
pgp finger print: 0D 73 06 6F D3 6A 99 D3  F5 D5 6E FF 3B B9 7C 2C
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/bin/apxs executable, good
checking Apache version... 2.0.54
checking for Apache libexec directory... /usr/local/modules
checking for Apache include directory... -I/usr/local/include
checking for --with-python... no
checking for python... /usr/local/bin/python
checking Python version... 2.4
checking Python install prefix... 
/Library/Frameworks/Python.framework/Versions/2.4
checking what libraries Python was linked with... -framework  Python    -ldl    
               
checking linker flags used to link Python... 
checking where Python include files are... 
-I/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
checking for --with-python-src... no
checking for --with-flex... no
checking for flex... /usr/bin/flex
found /usr/bin/flex, we'll use this. Use --with-flex to specify another.
checking flex version... configure: WARNING: Flex version 2.5.31 or greater is 
required.  The one you have seems to be 2.5.4. Use --with-flex to specify 
another.
checking for --with-max-locks... no
Using 8 MAX_LOCKS.
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/testconf.py
config.status: creating dist/setup.py
config.status: creating dist/Makefile

Attachment: log.make
Description: Binary data

Reply via email to