I'm stumped on this ruby issue with libxml - [OS X - 10.6.1 - macbook]
when I try to require libxml here is what happens.
/usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-1.1.3/lib/libxml.rb:
9:in `require': dlopen(/usr/local/lib/ruby/gems/1.9.1/gems/libxml-
ruby-1.1.3/lib/libxml_ruby.bundle, 9): Symbol not found: _xmlAddChild
(LoadError)
Referenced from: /usr/local/lib/ruby/gems/1.9.1/gems/libxml-
ruby-1.1.3/lib/libxml_ruby.bundle
Expected in: flat namespace
in /usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-1.1.3/lib/
libxml_ruby.bundle - /usr/local/lib/ruby/gems/1.9.1/gems/libxml-
ruby-1.1.3/lib/libxml_ruby.bundle
from /usr/local/lib/ruby/gems/1.9.1/gems/libxml-ruby-1.1.3/lib/
libxml.rb:9:in `<top (required)>'
from -e:1:in `require'
from -e:1:in `<main>'
Has anyone had this issue? Does anyone know how to resolve it? I have
tried rebuilding ruby, libxml2 has been reinstalled etc. I even found
this (http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/
344658) but it did not really help at all. I'm stumped and hope
someone out there can assist me on this.
- Krispy