Category: General
Group: v0.5
Status: Open
Resolution: None
Priority: 3
Submitted By: Paul Legato (plegato)
Assigned to: Nobody (None)
Summary: 0.5.3 Gem fails on Macintosh with "LoadError: no such file to load -- libxml_so"
Initial Comment:
Attempting to load gem version 0.5.3 fails on my Mac with the following:
LoadError: no such file to load -- libxml_so
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /opt/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.3/lib/libxml.rb:4
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:32:in `require'
from /opt/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.3/lib/xml/libxml.rb:4
(Mac OS doesn't use .so files.)
It works fine if I uninstall the 0.5.3 gem and force-revert to 0.5.2.0.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=1971&aid=19022&group_id=494
_______________________________________________
libxml-devel mailing list
libxml...@rubyforge.org
http://rubyforge.org/mailman/listinfo/libxml-devel
On Mar 21, 7:03 pm, <nore...@rubyforge.org> wrote:
> Bugs item #19022, was opened at 2008-03-21 16:03
> You can respond by visiting:http://rubyforge.org/tracker/?func=detail&atid=1971&aid=19022&group_i...
>
> Category: General
> Group: v0.5
> Status: Open
> Resolution: None
> Priority: 3
> Submitted By: Paul Legato (plegato)
> Assigned to: Nobody (None)
> Summary: 0.5.3 Gem fails on Macintosh with "LoadError: no such file to load -- libxml_so"
>
> Initial Comment:
> Attempting to load gem version 0.5.3 fails on my Mac with the following:
>
> LoadError: no such file to load -- libxml_so
> from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
> from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require'
> from /opt/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.3/lib/libxml.rb:4
> from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
> from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:32:in `require'
> from /opt/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.3/lib/xml/libxml.rb:4
>
> (Mac OS doesn't use .so files.)
Hi Paul,
The file ought not be a .so actually, it's just named libxml_so.
{dlext} (note the underscore) to differentiate it from the ruby file
libxml.rb. I guess we should change the name to avoid confusion. Maybe
libxmlc.
Since I don't have a Mac, would you mind working with me to resolve
this issue?
T.