Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Library Error for Ruby/QT

Tags:

ruby

qt

qt4

kde4

Trying to create a QtRuby application, I get the following 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 running a 64-bit version of Novell OpenSUSE 11 with DKE4 and Qt

like image 923
Scott Alan Miller Avatar asked Aug 07 '26 05:08

Scott Alan Miller


1 Answers

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

like image 51
Scott Alan Miller Avatar answered Aug 09 '26 20:08

Scott Alan Miller



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!