At 01:39 PM 3/19/2002 -0500, Greg Ward wrote: You might have more luck asking on a mod_python-specific forum. However, this one looks pretty easy -- some piece of code probably needs to link against the math library, ie. use "-lm" when linking. Actually I had been through that route and discovered one other comment regarding a similar issue, albeit not Quixote driven. I recompiled with -lm both mod_python, Python itself (wasn't required), etc. Between Google queries and reading the entire mail archives of Quixote and mod_python mail lists made little progress. Then discovered this morning a comment about linking the math lib with Apache but by that time had decided to switch horses. However I'm not wedded to mod_python at all. When I started down the road I thought it offered flexibility, not pain. What I would prefer is a 'fast' cgi type environment that is straightforward, and doesn't rely recompiling Apache to solve issues that one or two people in the entire world have experienced. I'm hoping that SCGI will be such a beast! > PS. go read http://www.tuxedo.org/~esr/faqs/smart-questions.html[1] too Noted. How humbling to feel like a user again. :-)