Hello i have CentOS 5 and cPanel installed but one of my client like to install icecast,so can you tell me how to do that?
Hello i have CentOS 5 and cPanel installed but one of my client like to install icecast,so can you tell me how to do that?
You just need to install the ogg vorbis libraries. Something like:
yum install libxml2 libxml2-dev libogg0 libogg-dev libvorbis0 libvorbisenc2 libvorbis-dev
Then the script can be installed.
IceCast and WHM/CPanel and CentOS don't play well together.
There is an issue with the libxslt
TheCode:/usr/lib64/libxslt.so: undefined reference to `xmlXPathContextSetCache'
I really hate to bump such an old thread, but is this possible or not?
Last edited by jacobt; 12-23-2010 at 05:03 AM.
same problem here, any ideas?/usr/lib64/libxslt.so: undefined reference to `xmlXPathContextSetCache'
Hi, performed the next command and i get the next information:
root@xxxxxx [~]# yum install libxml2 libxml2-dev libogg0 libogg-dev libvorbis0 libvorbisenc2 libvorbis-dev
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
46 packages excluded due to repository priority protections
Setting up Install Process
Package libxml2-2.6.26-2.1.12.el5_7.1.x86_64 already installed and latest version
Package libxml2-2.6.26-2.1.12.el5_7.1.i386 already installed and latest version
No package libxml2-dev available.
No package libogg0 available.
No package libogg-dev available.
No package libvorbis0 available.
No package libvorbisenc2 available.
No package libvorbis-dev available.
Nothing to do
samuelmf,
You can always enable a different repo to install a specific package not found in the CentOS repos (I'm assuming you're using CentOS).
Here's some information from the CentOS site for adding additional repos - AdditionalResources/Repositories - CentOS Wiki
Please be sure to read the warnings in the page provided about installing third party repos. I would recommend only installing the third party repos to get the packages needed, then removing them right away to keep your server feeding from them for updates.