Hi,
I upgraded from 1.9.2. to 1.9.4 and cannot run any (demo-) applications
anymore, giving the error message below, which seems related to
libgstreamer, not present on my linux box (slackware, pre-12.1). The
file wxruby2.so is correctly installed at the expected place.
With 1.9.2 no problem, with 1.9.3 same problem as with 1.9.4:
bash-3.1$ ruby dictionary_app.rb dictionaryfile <= run with 1.9.2
bash-3.1$ ruby dictionary_app.rb dictionaryfile <= after ‘sudo gem
install wxruby’ i.e. 1.9.4
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wxruby2.so:
libgstreamer-0.10.so.0: cannot open shared object file: No such file or
directory -
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wxruby2.so
(LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
require' from /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.4-x86-linux/lib/wx.rb:12 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
gem_original_require’
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
require' from ./dictionary_frame.rb:3 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
gem_original_require’
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require’
from dictionary_app.rb:3
bash-3.1$ ruby dictionary_app.rb dictionaryfile <= after ‘sudo gem
uninstall wxruby -v 1.9.4’
What to do?
rob