10

When compiling Icecast 2, I get this error when I run autogen.sh:

$ autogen.sh
... stuff ommitted
configure: error: XSLT configuration could not be found

What is the reason for it, and how do I fix it?

1 Answer 1

24

You're missing some XML libraries. Try installing libxml2-dev. On Ubuntu or Debian, use

sudo apt-get install libxslt-dev

On Fedora or such it would be

yum install libxslt-devel

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.