On 19 March 2002, Michael Watkins said: > However mod_python complains on the first load of the demo app that it > can't find floor in struct (Undefined symbol "floor" ); on reload at the > browser side, this disappears and it then complains that it can't find > Publisher. 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. It's not clear if Python itself, struct.so, mod_python.so, Apache, or what needs to be linked with -lm. Can you show the exact error message? Greg PS. go read http://www.tuxedo.org/~esr/faqs/smart-questions.html too -- Greg Ward - software developer gward@mems-exchange.org MEMS Exchange http://www.mems-exchange.org