> 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.


Which rails version ? Those "non-rack rails" make me think about an old
rails release unable to run on ruby 1.9

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to