Displaying 20 results from an estimated 3000 matches similar to: "LIBXML and LibXSLT"
2011 Oct 19
1
Failed dependencies for libxslt-ruby on CentOS 6
I'm trying to install a gem named Fabulator on CentOS 6 CR x86_64.  It's
failing on libxslt-ruby. This is the error I get when trying the gem
manually...
------------------------------
# gem install libxslt-ruby --no-rdoc --no-ri
Building native extensions.  This could take a while...
ERROR:  Error installing libxslt-ruby:
        ERROR: Failed to build gem native extension.
2004 Aug 06
2
libxml error (or am I just being dumb?)
I've been trying to compile ices and icecast all night.  I have narrowed
the problem down to libxml.  I have tried several rpms of libxml2 and
libxml2-devel all to no avail.  I don't expect support on this alpha
release but just a reply to say that it's a common issue or wether I am
just a dunce would be nice. :)
Thanks
Hans
The follwing are installed by RPM:
libxml2-2.4.23-1
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest 
version in CVS. autogen.sh runs fine, configure runs fine, make fails 
with the following:
gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 
-DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 
-I. -I.  -I./net -I./thread -I./avl -I./httpp -I./log -I./timing    -g 
-O20
2006 Jan 21
3
please help me
Hello, i am from Mexico , i like to install icecast2 server on mandriva , i 
have tryed but i could not, i hope yo can help me please, is very important 
for me , i need a guide , the steps or something , tanks a lot.
Luis Enrique Perez Rios 
______________________________
Visita http://www.tutopia.com y comienza a navegar m?s r?pido en Internet. Tutopia es Internet para todos.
2005 Dec 13
2
Trouble compiling Icecast 2.3.1
Hi,
Sorry if this has been posted about before.
I'm trying to upgrade my personal Icecast from some ancient pre-release CVS 
version, and I've hit trouble:
gcc -DHAVE_CONFIG_H -I. -I. -I..  -Wall -ffast-math -fsigned-char 
-I/usr/local/include -I/usr/local/include/libxml2  -pthread -g -O2 -c `test 
-f 'main.c' || echo './'`main.c
In file included from
2004 Aug 06
3
Compiling Icecast2 on RedHat9 or maybe another Linux
Hi Dave,
I am now trying to compile Icecast2 under RedHat9. I get some errors when I
try to ./configure so the make file is not created. Can you take a look at
the attached file and tell me what is wrong? I tried to compile it on
another RedHat9 computer but I got the same results...
I think I will dedicate one computer ONLY to icecast2. In this case, could
you advise me the best Linux
2004 Aug 06
1
RPM's
Hi,
As I only RedHat-7.2 the only update I can find is
Updates for i386 libxslt-1.0.7-2.i386.rpm 
So I guess i better go for icecast 1.XXX or will I have the same probolam ?
Has anyone got this to work on As I only RedHat-7.2
AJB 
<p>-----Original Message-----
From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of
Geoff Shang
Sent: 13 January 2003 7:24 AM
To:
2005 Mar 28
2
libxslt problem
I'm getting the following error when I attempt to install Icecast...
checking for xslt-config... /usr/bin/xslt-config
checking for xsltSaveResultToString... no
configure: error: Unable to link with libxslt (>=v1.0.18)
Does anyone know what the problem is?  Do I need to use a previous version of libxslt or maybe a later version of icecast...  I'm trying to install Icecast 2.2.0...
2004 Aug 06
1
icecast/libxslt compile error
Bryan Jay Miller wrote:
> Nope. First I tried adding the text you mentioned to Makefile.am.
> autogen.sh and configure went OK. But when I tried to compile, I got
> 
> Makefile:369: *** missing separator.  Stop.
> 
> I even deleted my entire source tree and downloaded all the fresh code
> from CVS. Same problem. autogen.sh = OK, configure = OK, same compile
> error as
2004 Aug 06
1
compile error in the new icecast 2
you also need the dev's aswell
<p>>
>hello!
>
>While trying to compile the new and final icecast2, I got this compile
>error on the make:
>
>make[3]: *** [xslt.o] Error 1
>make[3]: Leaving directory `/home/boink/icecast-2.0.0/src'
>make[2]: *** [all-recursive] Error 1
>make[2]: Leaving directory `/home/boink/icecast-2.0.0/src'
>make[1]: ***
2006 Nov 04
6
Ruby/XSLT
Anybody got any experience using this ( http://greg.rubyfr.net/pub/packages/ruby-xslt/files/README.html ) ?  I asked my hosting company (a2hosting.com) about XSLT processors for Rails and mentioned this one.  Four hours later I get email that they''ve installed it.  Thing is, the documentation didn''t generate, and when I execute ''gem list --local'' it''s
2009 Sep 04
3
libxml-ruby: How to handle XML::Parser::ParseError?
Code:
require "rubygems"
require "xml"
class TaskLoader
  class BadXML < RuntimeError
  end
  def load_tasks
    doc = XML::Parser.file( "qq.xml" ).parse
    # ... work with document ...
  rescue XML::Parser::ParseError, BadXML # this is line #40
    # ...
  end
end # TaskLoader
p TaskLoader.new.load_tasks # this is line #71
Output:
read_xml.rb:40:in
2010 Jul 15
1
libxml: uninitialized constant
Hi all!
I try to use libxml-ruby with my ROR-application and get the following
error message: "uninitialized constant AdminController::XML".
From controller file:
require ''rubygems''
require ''xml/libxml''
...
parser = XML::Parser.new
And the same code in irb work correctly:
irb(main):001:0> require ''rubygems''
=> true
2007 May 23
2
error during compile
Hello,
I get this when I run ./configure.  What does this mean?
checking for struct sockaddr_storage.ss_family... yes
checking for inet_pton... yes
checking for xslt-config... no
configure: error: XSLT configuration could not be found
Thanks,
Mike
2004 Aug 06
1
libxml problem
I get this error when starting ices.
You have no libxml support. The config file you just specified cannot be
used.
Ices Exiting...
I have installed the libxml support.
Johan Ardlin
Teknisk Utveckling
Wineasy AB, Dalénum, Hus 112, SE-181 70 Lidingö
Phone: +46 8 563 110 00 Direct: +46 8 563 110 79
Cell: +46 701 880 079 Fax: +46 8 563 110 10
j.ardlin@wineasy.se
--- >8 ----
List archives: 
2006 Nov 14
2
Repeated measures by lme and aov give different results
I am analyzing data from an experiment with two factors: Carbon (+/-)
and O3 (+/-), with 4 replicates of each treatment, and 4 harvests over a
year.  The treatments are assigned in a block design to individual
Rings.
I have approaches this as a repeated measures design.  Fixed factors
are Carbon, O3 and Harvest, with Ring assigned as a random variable.  I
have performed repeated measures analysis
2009 Apr 03
2
Recovering in Ruby-libxml parser from invalid UTF8 code
I am parsing XML streams with ruby-libxml using the XML::Reader class.
Several have invalid UTF-8 characters.  I need a tutorial or at least some
hints on how to recover and continue the parsing.
TIA,
  Jeffrey
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2004 Aug 06
3
Icecast drop in replacement for shoutcast
On Fri, 2003-04-18 at 20:01, Travis Pinney wrote:
> I tried the icecast-2.0-alpha-2-20030416.tar.gz file. I am using OpenBSD 
> 3.2 and it configured ok but it had a problem linking libxslt. I have it 
> installed
> from the ports. Not sure what it is but I am going to check it out.
> 
> Here is the last part of the log.
> 
> checking for xsltParseStylesheetFile... no
>
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do:
dpkg -i wine*.deb
Code:
checking for freetype-config... freetype-config
checking for -lfreetype... not found
configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.
make: *** [config.status] Error 1
2009 Dec 08
3
invalid pointer in libxml xmlFreeNodeList
Hi,
Not sure if there is a better place to post this. The libxml-ruby mailing  
list doesn''t have much activity.
We are getting occasional errors on our production box, that I can''t  
duplicate in testing. It''s not even reproducible on the production box  
with the same inputs, but I''ve managed to track down (via a lot of print  
statements into the Apache