> apologies ... very late ... will elaborate as needed tomorrow :-) > > i'm trying to build uWSGI on the ARM platform (Sheevaplug) and having > problems with the python plugin. i don't actually need python (this > instance is fastrouter to backend x86_64 instances), but i will soon. > > compiling uWSGI with the python plugin embedded, any version, fails on > internal bootstrap ... oddly enough, when compiled as a shared > object/plugin it seems to work fine. output below shows failure and > gdb backtrace for each major version.
This is a known problem an all the ubuntu/debian-based build of python. I have tried myself debugging this issues (affecting a bunch of other packages) by without luck. The funny things is that compiling a new python (a simple ./configure;make;make install) make the whole thing works again :) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
