ActiveState Community

Unable to launch ruby interactive shell

Posted by prem.mallappa on 2007-05-25 21:00
OS: Gentoo

Hi,

I am running on AMD64 and all 32 bit libraries are installed and ruby is native(64bit). Does anyone know about this error

Error: /opt/Komodo-IDE-4.1/lib/support/dbgp/rubylib/1.8/ruby_debug.so: wrong ELF class: ELFCLASS32 - /opt/Komodo-IDE-4.1/lib/support/dbgp/rubylib/1.8/ruby_debug.so

The Komodo ruby debugger couldn't load the ruby-debug-base component.
This library ships with Komodo, but also can be installed by running `gem install ruby-debug-base'

thanks
Prem

prem.mallappa | Fri, 2007-05-25 21:05

Sorry for posting before looking.

i need to install rubygems (optional) and ruby-debug-base packages in gentoo

unmask packages in /etc/paludis/keywords.conf or /etc/portage/packages.keywords

emerge rubygems ruby-debug-base
OR
paludis -i rubygems ruby-debug-base

/Prem