> and also uwsgi --version doesn't give the version but tells that there > is an error >
This could only be generated by a wrong compiled-binary (maybe a make without a make clean after some config changes). --version triggers only a fprintf() on a fixed binary blob, so if it fails something really bad is in place :) -- Roberto De Ioris http://unbit.it

