durusmail: quixote-users: mod_python fails on FreeBSD
mod_python fails on FreeBSD
2002-03-19
2002-03-19
2002-03-19
2002-03-19
2002-03-19
2002-03-21
2002-03-21
2002-03-20
2002-04-04
2002-04-04
2002-04-04
2002-03-22
mod_python fails on FreeBSD
Greg Ward
2002-03-19
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


reply