LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Icecast and xslt-config problem (https://www.linuxquestions.org/questions/linux-newbie-8/icecast-and-xslt-config-problem-205105/)

tuxrules 07-14-2004 06:03 PM

Icecast and xslt-config problem
 
Hi all,
I'm trying to install icecast and i ran
./configure && make && make install
Icecast version 2.0.1, needs curl>7.10 (which i installed and all its deps), needs libxml2 and libxslt (which in installed it).

Code:

checking for xslt-config... no
configure: error: XSLT configuration could not be found

I also tried to
Code:

# find / -name xslt-config
Does anybody have any idea what this is??? and how I can fix it.

Thanks in advance.

R

tuxrules 07-14-2004 06:34 PM

come on guys...anyone????

tuxrules 07-14-2004 06:44 PM

Never mind guys!!! got it
Case closed.

hundredacres 08-03-2004 12:34 AM

how'd you do it? i've got the same thing going on.

tuxrules 08-03-2004 09:07 AM

Hi,
I did it long time back so I dont exactly remember but all I did was to install dependencies. There are i guess a few deps for that. I got the dependencies from http://rpm.pbone.net

intermod 03-25-2006 03:11 PM

All:

I wanted to add a few details to tuxrules response. I received the same config error on my redhat 9 box. Here is what I did:

(went to rpm.pbone.net)
Search results for xslt-config :
RedHat 9 archive.download.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/libxslt-devel-1.0.27-3.i386.rpm

[root@hosebag home]# rpm -ivh libxslt-devel 1.0.273.i386.rpm
error: Failed dependencies:
libxml2-devel >= 2.5.2 is needed by libxslt-devel-1.0.27-3

[root@hosebag home]# rpm -ivh libxml2-devel-2.5.4-3.rh9.i386.rpm

This cleared the config problem. Then:

[root@hosebag icecast-2.3.1]# ./configure && make && make install

checking for libvorbis... not found
configure: error: must have Ogg Vorbis v1.0 or above installed

...but this one will be easier to fix, I suspect.

intermod

mantena 08-13-2010 06:28 AM

Icecast - XSLT issue
 
You will find solution with the README file provided with the package itself.

As an alternative perform the following steps:
1. first install libxslt-dev using "sudo apt-get install libxslt-dev"
2. Check with "sudo apt-get install build-essential"
3. Try ./configure
4. If you are still getting errors try installing the below two packages
libvorbis-ocaml
libvorbis-ocaml-dev

using "sudo apt-get install <package name>"


All times are GMT -5. The time now is 07:33 PM.