So my old computer fried a motherboard.
So after bying, building and installing my new computer.
I return to wxruby and install it via ‘gem install wxruby’
and run my old programs. BUT they don’t work.
They return this error.
/usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86-linux/lib/wxruby2.so:
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.so.6:
version `GLIBCXX_3.4.9’ not found (required
by /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-x86-linux/lib/wxruby2.so)
- /usr/lib/ruby/gems/1.8/gems/wxruby-1.9.8-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.8-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 dnet.rb:1
Is this something I can fix ?