Morgan Nilsson
2004-Aug-06 14:57 UTC
[icecast-dev] configure: error: xslt-config could not be found
Hi. I just tried to compile icecast2 my self from cvs. 1. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login 2. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z 9 co icecast hangs after timing.h: ... U timing/TODO U timing/timing.c U timing/timing.h (pressing Ctrl-C) cvs [checkout aborted]: received interrupt signal I continue anyway... 3a. ./autogen.sh ... checking for working const... yes checking for xslt-config... no configure: error: xslt-config could not be found Huh? What am I missing? Redhat 7.3 % uname -a Linux manitu 2.4.18-10 #1 Wed Aug 7 11:39:21 EDT 2002 i686 unknown % rpm -q automake autoconf gettext libtool libxslt libxml2 automake-1.4p5-4 autoconf-2.13-17 gettext-0.11.1-2 libtool-1.4.2-7 libxslt-1.0.15-1 libxml2-2.4.19-4 Trying without xslt. 3b. ./autogen.sh --without-xslt-config ... checking for working const... yes configure: error: no cannot be executed <p>Please help. /Morgan <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Michael Smith
2004-Aug-06 14:57 UTC
[icecast-dev] configure: error: xslt-config could not be found
At 02:37 PM 9/16/02 +0200, you wrote:>Hi. > >I just tried to compile icecast2 my self from cvs. > >1. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login >2. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z 9 co icecast >hangs after timing.h: > >... >U timing/TODO >U timing/timing.c >U timing/timing.h > >(pressing Ctrl-C) >cvs [checkout aborted]: received interrupt signalEither don't use -z, or upgrade to a version of cvs without this bug.> >I continue anyway... >3a. ./autogen.sh >... >checking for working const... yes >checking for xslt-config... no >configure: error: xslt-config could not be found > >Huh? What am I missing?libxslt-dev? <p>Michael --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Morgan Nilsson
2004-Aug-06 14:57 UTC
[icecast-dev] configure: error: xslt-config could not be found
Thanks Michel Yupps, you're right I was missing some devel pkgs. I am compiling on my stripped (but not naked :-) firewall box. There wasn't many rpm:s there from the beginning. FYI: I compiled successfully with (at least): % rpm -q automake autoconf gettext libtool libxslt libxml2 libxslt-devel zlib-devel automake-1.4p5-4 autoconf-2.13-17 gettext-0.11.1-2 libtool-1.4.2-7 libxslt-1.0.15-1 libxml2-2.4.19-4 libxslt-devel-1.0.15-1 zlib-devel-1.1.3-25.7 Also I needed to compile and install: ogg (and added /usr/local/lib to /etc/ld.so.conf, run ldconfig) vorbis (run ldconfig) Now icecast/autogen.sh makes it all the way through. Perhaps I can now start contributing... <p>/Morgan <p>"Emacs is not just an editor, it is a way of life." <p>On Tue, 17 Sep 2002, Michael Smith wrote:> At 02:37 PM 9/16/02 +0200, you wrote: > >Hi. > > > >I just tried to compile icecast2 my self from cvs. > > > >1. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login > >2. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z 9 co icecast > >hangs after timing.h: > > > >... > >U timing/TODO > >U timing/timing.c > >U timing/timing.h > > > >(pressing Ctrl-C) > >cvs [checkout aborted]: received interrupt signal > > Either don't use -z, or upgrade to a version of cvs without this bug. > > > > >I continue anyway... > >3a. ./autogen.sh > >... > >checking for working const... yes > >checking for xslt-config... no > >configure: error: xslt-config could not be found > > > >Huh? What am I missing? > > libxslt-dev? > > > Michael > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.