This is rails 3.1.1. Dnia 2011-12-16 o godz. 06:50 Roberto De Ioris <[email protected]> napisał(a):
> >> Hi, >> >> I need to use ruby 1.9.2 with uWSGI, so I compiled it by hand and >> packaged >> using checkinstall. After that I've compiled uWSGI 1.0-dev-1790 >> with it: >> >> ldd /usr/bin/uwsgi >> [...] >> libruby.so.1.9 => /usr/local/lib/libruby.so.1.9 >> (0x00007f77fbf83000) >> [...] >> >> If I run my rails app with "./scripts/ruby server" then it works >> fine, but >> when >> I've tried to run it with uWSGI I got error (log file attached). >> I don't know if this is: >> 1) bug in ruby >> 2) bug or incompatibility with 1.9.2 in uWSGI >> 3) my error during ruby or uWSGI compilation >> >> I've looked at bug reports at http://bugs.ruby-lang.org/ and there >> are >> some >> segfaults reported, but I can't find anything that would clearly >> said if I >> did >> something wrong, or if it's ruby bug. >> Before I will post bug report at ruby-lang.org I would like to ask >> if this >> may >> be problem in uWSGI? Or maybe I did something obviously wrong? Any >> hint >> will >> be appreciated. >> > > Maybe you are using --rails when you should have used --rack ? > > --rails is for pre-rack rails version. > > I have added a check for this case. > > please retry with the latest tip anche check if uWSGI is complaining > about > that. > > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
