vote up 2 vote down star

When trying to create a Ruby Qt application I get this error.

/usr/lib64/ruby/site_ruby/1.8/Qt/qtruby4.rb:2144: [BUG] Segmentation fault ruby 1.8.6 (2008-03-03) [x86_64-linux]

I am using:

require 'Qt'

And am running the 64bit version of Novell OpenSUSE 11 with KDE4 installed.

flag
Posted to document my own fix. – Scott Alan Miller Oct 4 '08 at 17:08

1 Answer

vote up 1 vote down

The issue is with: require 'Qt'

Because of the 64bit libraries, instead you need to use:

require 'korundum4'

Reference: http://www.sheepguardingllama.com/?p=2661

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.