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
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
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
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
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