[mod_python] Compiling a DSO module for RedHat Linux on ALPHA 64bit.

Carl C. cc at carlc.com
Wed Feb 13 15:29:35 EST 2002


----- Original Message ----- 
From: "Carl C." <cc at carlc.com>
Subject: Re: [mod_python] Compiling a DSO module for RedHat Linux on ALPHA 64bit.


Guess, what... I FIXED IT...
 
 I had to edit the mod_python's src/Makefile and change the 
 
 LIBS=-lm  /usr/src/Python-2.2-no-threads/libpython2.2.a
 
 to 
 
 LIBS=-lm  /usr/src/Python-2.2-no-threads/libpython2.2.a -lutil
 
 That -lutil was the magic!
Carl
 
 ====================
 http://www.carlc.com/
 
       "Price, Performance, Quality. Choose any two you like."





More information about the Mod_python mailing list