| View previous topic :: View next topic |
| Author |
Message |
athradio
Joined: 03 Oct 2008 Posts: 3
|
Posted: Fri Oct 03, 2008 12:18 am Post subject: Icecast compile problem. |
|
|
Hi,
This is my first time installing Icecast on a Unix server.
I'm almost in the process of getting it compiled. But I get this error:
configure: error: XSLT configuration could not be found.
I thought I can get by, but I don't think I can. Is there something else that needs to be compiled for this to work? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Oct 03, 2008 12:21 am Post subject: |
|
|
whenever you build applications from source, you'll need to make sure the pre-requisites are ready to go. In your case the missing requirement is the development package for libxslt.. Possible package names are libxslt-devel or libxslt-dev
karl. |
|
| Back to top |
|
 |
athradio
Joined: 03 Oct 2008 Posts: 3
|
Posted: Fri Oct 03, 2008 12:30 am Post subject: |
|
|
| Could you give me a link to the ones that may need to be in? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Oct 03, 2008 12:56 am Post subject: |
|
|
not possible as you haven't said what system you are on. Your system will have some sort of package management software, an example is yum but there are others. you will need the development package that matches your runtime so it's best to retrieve the libxslt from your distribution.
karl. |
|
| Back to top |
|
 |
athradio
Joined: 03 Oct 2008 Posts: 3
|
Posted: Fri Oct 03, 2008 1:10 am Post subject: |
|
|
| My hosts Unix server is CentOS. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Oct 03, 2008 1:47 am Post subject: |
|
|
centos is redhat/fedora like IIRC, so try yum install libxslt-devel
if that doesn't work then check the centos site for packages available.
karl. |
|
| Back to top |
|
 |
|