Hi All,
I have been using libxml to consume xml web service responses for a
few months and it has been great. Now I am looking at using the
libxslt library to do some xslt transformations. However, I have been
catching up on the list messages about the memory management issues
with the current st
Hi all,
I know this is a dev list, but I can't find anywhere else to try to
track down a prob I'm having installing the 0.5.1 gem. This installs
fine on my dev machine (Macbook Core2 OS X 10.4.10), but on my CentOS
3.9 box (my production machine) I get the following error in the gem
install:
ruby
Nope! :) libxsl is a much simpler animal compared to libxml. -sc
--
Sean Chittenden
[EMAIL PROTECTED]
On Sep 12, 2007, at 3:08 PM, Stephanie Collett wrote:
> Hi All,
>
> I have been using libxml to consume xml web service responses for a
> few months and it has been great. Now I am looking
This is either your compiler tools, or there is something drastically
different with the libxml2-devel you have. Check the xmlreader.h from
libxml2 and see if the enum xmlTextReaderMode is defined or changed
from the stable libxml.
Dan
On Sep 12, 2007, at 18:49, Jason Lee wrote:
> Hi all,
Hi, I am running FreeBSD 6.2, and am trying to install libxml 0.5.1 for
Ruby. When I run gem install, here is the error I get:
gcc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd6.2 -I.
-I/usr/local/include/libxml2 -DRUBY_EXTCONF_H=\"extconf.h\" -fPIC -g -O2 -I.
-I/usr/local/lib/ruby/1.8/i386-free
It appears you do not have iconv installed.
Dan
On Sep 12, 2007, at 22:26, Charlie Caroff wrote:
> Hi, I am running FreeBSD 6.2, and am trying to install libxml 0.5.1
> for Ruby. When I run gem install, here is the error I get:
>
> gcc -I. -I. -I/usr/local/lib/ruby/1.8/i386-freebsd6.2 -I. -I
Well, I do -- it's in /usr/local/bin/iconv
Does libxml expect it in a different location?
Charlie
On 9/12/07, Dan Janowski <[EMAIL PROTECTED]> wrote:
>
> It appears you do not have iconv installed.
>
> Dan
>
>
> On Sep 12, 2007, at 22:26, Charlie Caroff wrote:
>
> > Hi, I am running FreeBSD 6.2,