Re: [libxml-devel] xml/libxml won't load in OS X 10.5.2 Leopard

2008-03-26 Thread Stephen Bannasch
At 7:30 AM -0400 3/26/08, Trans wrote: >Just released 0.5.4 that should fix this problem. > >> On my system the gem is located here: >> >> /Library/Ruby/Gems/1.8/gems/libxml-ruby-0.5.3 >> >> The location of extconf.rb is here: >> >> ./ext/libxml/extconf.rb >> > > Executing that file produces

Re: [libxml-devel] xml/libxml won't load in OS X 10.5.2 Leopard

2008-03-26 Thread Trans
On Wed, Mar 26, 2008 at 12:12 AM, Stephen Bannasch <[EMAIL PROTECTED]> wrote: > At 6:59 PM -0800 2/27/08, Trans wrote: > >On Feb 27, 1:43 pm, Calvin Bascom <[EMAIL PROTECTED]> wrote: > >> I ran into this as well installing the 0.5.3 gem on both CentOS and > >> Fedora platforms. To get it workin

Re: [libxml-devel] xml/libxml won't load in OS X 10.5.2 Leopard

2008-03-25 Thread Stephen Bannasch
At 6:59 PM -0800 2/27/08, Trans wrote: >On Feb 27, 1:43 pm, Calvin Bascom <[EMAIL PROTECTED]> wrote: >> I ran into this as well installing the 0.5.3 gem on both CentOS and >> Fedora platforms. To get it working I had to rebuild the .so file >> manually after the gem install: >> > > cd /usr/local/l

Re: [libxml-devel] xml/libxml won't load in OS X 10.5.2 Leopard

2008-02-27 Thread Trans
On Feb 27, 1:43 pm, Calvin Bascom <[EMAIL PROTECTED]> wrote: > I ran into this as well installing the 0.5.3 gem on both CentOS and > Fedora platforms. To get it working I had to rebuild the .so file > manually after the gem install: > > cd /usr/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.3 > ru

Re: [libxml-devel] xml/libxml won't load in OS X 10.5.2 Leopard

2008-02-27 Thread Calvin Bascom
I ran into this as well installing the 0.5.3 gem on both CentOS and Fedora platforms. To get it working I had to rebuild the .so file manually after the gem install: cd /usr/local/lib/ruby/gems/1.8/gems/libxml-ruby-0.5.3 ruby xml/libxml/extconf.rb make make install make distclean The make inst