Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Error when installing
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Tue Feb 17, 2009 5:45 pm    Post subject: Reply with quote

I downloaded the packages from a repository (as I'm in France, I used ftp://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/releases/9/Fedora/ )
and picked packages from there. You have source or binary for all architectures.

with ninary packages, rpm -Uvh --force works very well to force an update.

BTW, there's also a RPM for icecast available too, both in source and binary.
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
PPNSteve



Joined: 15 Feb 2009
Posts: 8

PostPosted: Wed Feb 18, 2009 9:01 pm    Post subject: Reply with quote

yes apparently there is a RHEL5 icecast rpm out there somewhere.. one of my techs found it and it did install correctly still not sure yet where they found it but using it did solve the lib version conflicts..

now if I could just figure out why the yp dir's thing isn't resolving the dir services host names..

Code:
[2009-02-18  04:34:54] EROR yp/send_to_yp connection to http://dir.xiph.org/cgi-bin/yp.php failed with "Couldn't resolve host 'dir.xiph.org'"
[2009-02-18  04:34:54] EROR yp/send_to_yp connection to http://openradiodirectory.org/yp.php failed with "Couldn't resolve host 'openradiodirectory.org'"
[2009-02-18  04:54:54] EROR yp/send_to_yp connection to http://dir.xiph.org/cgi-bin/yp.php failed with "Couldn't resolve host 'dir.xiph.org'"
[2009-02-18  04:54:54] EROR yp/send_to_yp connection to http://openradiodirectory.org/yp.php failed with "Couldn't resolve host 'openradiodirectory.org'"
[2009-02-18  19:43:39] EROR yp/send_to_yp connection to http://dir.xiph.org/cgi-bin/yp.php failed with "Couldn't resolve host 'dir.xiph.org'"
[2009-02-18  19:43:39] EROR yp/send_to_yp connection to http://openradiodirectory.org/yp.php failed with "Couldn't resolve host 'openradiodirectory.org'"
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Feb 19, 2009 12:14 am    Post subject: Reply with quote

are you using a chroot jail which has not been setup correctly?

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mybeshoo



Joined: 04 Jul 2009
Posts: 1

PostPosted: Sat Jul 04, 2009 8:43 am    Post subject: Reply with quote

dear all

i have the same problem . i have Centos 5 , 64 bit

well regarding the libxslt lib version :
Code:
 rpm -qa | grep libx
libxml2-2.6.26-2.1.2.7
libxml2-python-2.6.26-2.1.2.7
libxslt-devel-1.1.17-2.el5_2.2
libxml2-2.6.26-2.1.2.7
libxml2-devel-2.6.26-2.1.2.7
libxml2-devel-2.6.26-2.1.2.7
libxslt-1.1.17-2.el5_2.2
libxslt-devel-1.1.17-2.el5_2.2
libxslt-1.1.17-2.el5_2.2


and

Code:
rpm -qf /usr/lib/libxml2.so /usr/lib/lib
libxml2-devel-2.6.26-2.1.2.7
libxslt-devel-1.1.17-2.el5_2.2



so , all requested lib is final version ! and when i run it i got the usual error :



Code:
/usr/lib64/libxslt.so: undefined reference to `xmlXPathContextSetCache'
collect2: ld returned 1 exit status
make[3]: *** [icecast] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/icecast-2.3.2/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/icecast-2.3.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/icecast-2.3.2'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.23083 (%build)


RPM build errors:
    user karl does not exist - using root
    group karl does not exist - using root
    Bad exit status from /var/tmp/rpm-tmp.23083 (%build)
root@cl-t212-200cl [~/download/icecast]# cat /var/tmp/rpm-tmp.23083
#!/bin/sh

RPM_SOURCE_DIR="/usr/src/redhat/SOURCES"
RPM_BUILD_DIR="/usr/src/redhat/BUILD"
RPM_OPT_FLAGS="-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic"
RPM_ARCH="x86_64"
RPM_OS="linux"
export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS
RPM_DOC_DIR="/usr/share/doc"
export RPM_DOC_DIR
RPM_PACKAGE_NAME="icecast"
RPM_PACKAGE_VERSION="2.3.2"
RPM_PACKAGE_RELEASE="0"
export RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE
RPM_BUILD_ROOT="/var/tmp/icecast-root"
export RPM_BUILD_ROOT

PKG_CONFIG_PATH="/usr/lib64/pkgconfig:/usr/share/pkgconfig"
export PKG_CONFIG_PATH

set -x
umask 022
cd /usr/src/redhat/BUILD

cd 'icecast-2.3.2'
LANG=C
export LANG
unset DISPLAY

CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
make


exit 0


please advice
Back to top
View user's profile Send private message
rockhost



Joined: 24 Jul 2007
Posts: 54
Location: Lawrence, KS

PostPosted: Tue Jun 07, 2011 1:24 pm    Post subject: Reply with quote

I too am having the same problem. There was no update available for either of the libraries.

===================
root@wasp [/home/wasp/icecast-2.3.2-kh29]# yum update libxslt libxml2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ubiquityservers.com
* epel: mirrors.servercentral.net
* extras: yum.singlehop.com
* updates: mirror.cisp.com
Excluding Packages in global exclude list
Finished
Setting up Update Process
No Packages marked for Update
root@wasp [/home/wasp/icecast-2.3.2-kh29]# yum update libxslt-devel libxml2-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ubiquityservers.com
* epel: mirrors.servercentral.net
* extras: yum.singlehop.com
* updates: mirror.cisp.com
Excluding Packages in global exclude list
Finished
Setting up Update Process
No Packages marked for Update
===================

Furthermore, here is the error:

/usr/lib64/libxslt.so: undefined reference to `xmlXPathContextSetCache'

Has anyone gotten past this? I am on CentOS 5.5 attempting to install the latest KH branch.
_________________
Seth Cole (Google+) (@rockhost)
[ROCKHOST.COM, Inc. - "Established Y2K1"]
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Jun 07, 2011 5:35 pm    Post subject: Reply with quote

The xmlXPathContextSetCache issue is down to some stupid library incompatibility in the distribution, a newer libxslt linking against an older libxml2.

IIRC what you will have is a libxml2.so being a symlink of a libxml2.so.xxxx where xxxx is the older version number. Check the "ldconfig -p | grep xml2" listing and

ls -l /usr/lib64/libxml2*

When I have seen this before, the fix was to remove the .so symlink and ln -s libxml2.so.newer_ver libxml2.so

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Sun Jun 12, 2011 11:12 pm    Post subject: Reply with quote

Try one of thiose builds http://support.lab-project.net/telechargements/linux/21-centos I made for centos hosts, including my current hosts. This work well Smile
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Sun Jun 12, 2011 11:20 pm    Post subject: Reply with quote

To be fully transparent, I use a (heavily) customised CentovaCast dispatcher for all Icecast hiosting, but the huge thing works flawlessly on a CentOS based virtual host.
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Sun Jun 12, 2011 11:26 pm    Post subject: Reply with quote

I built my packages Smile
You can get a 64 bit build (tehe one I use, as wells as src.rpm on http://support.lab-project.net/telechargements/linux/21-centos. This rpm is used as a base for my CentivaCast hosting environment.
Bone of classic provided (even by centova) packages worked Smile
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
pollers



Joined: 18 May 2012
Posts: 6

PostPosted: Fri May 18, 2012 12:51 pm    Post subject: Reply with quote

Hi,

Sorry if this is raising a old issue, but for me its very new. Ill try to explain in as much detail as I possibly can.
Im running a linux server with centos5 whm and cpanel, 32 bit.

I have exactly the same issues as the other people posting in her. Ive even quoted a reply as this is as far as I got with the exact same issues. Now I also copied some information from my server:


libxml2-devel-2.6.26-2.1.15.el5_8.2
libxslt-devel-1.1.17-2.el5_2.2


But when I try installing icecast i get the exact same errors as others have reported. Can someone assist and is there a step by step line by line instruction some one could offer me please. I know its a BIG ask.

Oddly enough I had this running fine on a V.P.S server but I have switched to a dedicated server oh its 32 bit by the way. Im trying to install icecast to run with centova cast.

If someones fixed this in the past and has instructions on how they did it, please share it. My knowledge of linux and command line inputs is very limited Sad

Any help would be very much appreciated




PPNSteve wrote:
so HOW (including cmds used) did you resolve it? I've tried using yum but it says I have the latest, so it does nothing.

perhaps links to the known working latests source files or rpm's something that both myself and others (and those with little to no linux knowledge) can use.
Back to top
View user's profile Send private message
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Fri May 18, 2012 12:56 pm    Post subject: Reply with quote

You can grab i386 & x86_64 builds for CentOS 5 here: http://rpm.pbone.net/index.php3/stat/4/idpl/5796484/dir/centos_5/com/icecast-2.3.1-4.el5.kb.i386.rpm.html
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
pollers



Joined: 18 May 2012
Posts: 6

PostPosted: Fri May 18, 2012 1:08 pm    Post subject: Reply with quote

Thanks for such a fast reply. Very impressed. So how do i install these. Im used to using the wget commaned and the command to extract .gzp files but thats about as good as it gets for me im affraid. I see this is a .rpm file never done anything with these before Sad



jcr wrote:
You can grab i386 & x86_64 builds for CentOS 5 here: http://rpm.pbone.net/index.php3/stat/4/idpl/5796484/dir/centos_5/com/icecast-2.3.1-4.el5.kb.i386.rpm.html
Back to top
View user's profile Send private message
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Fri May 18, 2012 1:21 pm    Post subject: Reply with quote

Download needed rpm (i38 ou x86_64 depending on your architecture).
Then cd to the directory where you downloaded the file on server, and as user root:

yum localinstall icecast (full name of your version/arch, typeing icecast and tab should complete). Hit enter and icecast will install.
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jcr
Modérateur français
Modérateur français


Joined: 14 Apr 2006
Posts: 544
Location: France, Auvergne

PostPosted: Fri May 18, 2012 1:24 pm    Post subject: Reply with quote

Quote:
Im trying to install icecast to run with centova cast.
Be careful, centovaCast is a very fine product, but you'll need crate a subdomain for it, as it installs quite a bunch of software.
_________________
Epsilon Friends Radio Icecast Radio on CentovaCast admin panel. Icecast hosting
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
pollers



Joined: 18 May 2012
Posts: 6

PostPosted: Fri May 18, 2012 6:25 pm    Post subject: Reply with quote

Thank you so much for this. Ill give it a go and post back the results. Once again thank you very much

Very Happy

jcr wrote:
Download needed rpm (i38 ou x86_64 depending on your architecture).
Then cd to the directory where you downloaded the file on server, and as user root:

yum localinstall icecast (full name of your version/arch, typeing icecast and tab should complete). Hit enter and icecast will install.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber