similar to: problems installing icecast on red hat

Displaying 20 results from an estimated 10000 matches similar to: "problems installing icecast on red hat"

2005 Nov 09
1
managing playlists in time
Hi everybody, Is it possible to manage the playlists setting a time of the day for each stream to be played? If someone can help me it would be great. Thanks a lot. Stefano
2004 Aug 06
1
Funky password mount point error for liveice and icecast - PLZ HL P!
Im running in a chroot'd environment: RH 9.0 lame-3.93.1 icecast-2.0.0 LiveIcePatched-1.0.0 xmms-1.2.7 I was able to get icecast running on port 8000, I was able to get liveice compiled and can see the .so file within xmms. Im pretty sure I have xmms configured to match my icecast config(passwords and mount points for source match). When I start up xmms I get the following error in my
2005 Mar 16
1
Icecast on Mandrake
So, I'm trying to install Icecast on Mandrake 10.0 now. Don't know much about the operating system, but it would be nice to have it on another server for the festival. The ./configure script tells me... configure: error: XSLT configuration could not be found I've installed the most recent XSLT lib, but still don't see a config file for it. Should I be running a script to
2003 Aug 12
1
Re: [R-SIG-Mac] cleanest build I can think of
Thanks Byron, I assume you use new Devel Tool updates and nothing from fink? Can other people with new dev tools check this (for example Jan?) It would be nice to update the instuction page (and R-admin in the future) some general notes: 1. there is no need to configure with --without-x as X11 can now be used from inside RAqua 2. please use R-devel and not R-Sig-Mac as we will soon close this
2004 Aug 06
2
[FWD: Unable to login to icecast with liveice???]
__________________________________________________________________ New! Unlimited Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Act now to get a personalized email address! Netscape. Just the Net You Need. <strong>attached mail follows:</strong><hr noshade> Im running in a chroot'd environment: RH 9.0 lame-3.93.1
2004 Aug 06
2
compile error in the new icecast 2
hello! While trying to compile the new and final icecast2, I got this compile error on the make: make[3]: *** [xslt.o] Error 1 make[3]: Leaving directory `/home/boink/icecast-2.0.0/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/boink/icecast-2.0.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/boink/icecast-2.0.0' make: ***
2004 Aug 06
2
[FWD: Unable to login to icecast with liveice???]
__________________________________________________________________ New! Unlimited Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Act now to get a personalized email address! Netscape. Just the Net You Need. <strong>attached mail follows:</strong><hr noshade> Im running in a chroot'd environment: RH 9.0 lame-3.93.1
2004 Aug 06
3
icecast/libxslt compile error
Wondering if anyone else is having this problem compiling the latest version in CVS. autogen.sh runs fine, configure runs fine, make fails with the following: gcc -DPACKAGE=\"icecast\" -DVERSION=\"2.0\" -DHAVE_DLFCN_H=1 -DHAVE_IPV6=1 -DSTDC_HEADERS=1 -DHAVE_STDINT_H=1 -DCHUID=1 -DCHROOT=1 -I. -I. -I./net -I./thread -I./avl -I./httpp -I./log -I./timing -g -O20
2014 Oct 19
1
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
hi i installed icecast 2.01 on a suse system (hmm didn't have any imapct to the desicion for suse) and compiled every myself. the streaming server itself runs, i can steam and receive the stream but i cant get the web-admin interface via host:8000/admin/. the following error occurs in the web browser: Could not parse XSLT file XSLT: current tarball (cvs snapshot) libxml2-2.6.9
2019 Feb 14
1
Trying to compile icecast in Toradex apalis imx6
Hi! I'm using a Toradex apalis imx6 board to make a project for my bussiness and I need Icecast running on it, but I can't compile it in the board. It shows an error in "xslt" while compiling- I'm using Yocto. Do yow have any idea how can I compile Icecast source code in my Toradex apalis board without using this xslt? Thanks in advance!
2004 Aug 06
2
configure: error: xslt-config could not be found
Hi. I just tried to compile icecast2 my self from cvs. 1. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot login 2. cvs -d :pserver:anoncvs@xiph.org:/usr/local/cvsroot -z 9 co icecast hangs after timing.h: ... U timing/TODO U timing/timing.c U timing/timing.h (pressing Ctrl-C) cvs [checkout aborted]: received interrupt signal I continue anyway... 3a. ./autogen.sh ... checking for working
2005 Mar 08
2
trouble installing icecast
Hello - I'm not a Unix guru, but I can get around okay. I'm trying to build icecast on my system, but when I run the configure program, it ends with the following error: "XSLT configuration could not be found" I could send you the config.log, if that helps. I'm not sure how to solve this error -- can you provide any pointers? I do have libxslt.so on my system. Much
2011 Oct 19
1
Failed dependencies for libxslt-ruby on CentOS 6
I'm trying to install a gem named Fabulator on CentOS 6 CR x86_64. It's failing on libxslt-ruby. This is the error I get when trying the gem manually... ------------------------------ # gem install libxslt-ruby --no-rdoc --no-ri Building native extensions. This could take a while... ERROR: Error installing libxslt-ruby: ERROR: Failed to build gem native extension.
2006 Sep 25
4
Beginner question: select cases
Hello all, I hope i chose the right list as my question is a beginner-question. I have a data set with 3 colums "London", "Rome" and "Vienna" - the location is presented through a 1 like this: London Rome Vienna q1 0 0 1 4 0 1 0 2 1 0 0 3 .... .... .... I just want to calculate the means of a variable q1. I tried following script: # calculate the mean
2004 Oct 20
2
a few questions
Ok, I think I see. The xslt files are kind of a template which tells icecast how to format the xml file that is the admin interface? Where can I get either an example xslt file or information on how this works? I didn't see details in the icecast docs. I have now skimmed the information on xml.com, but don't I need to know what xml tags icecast uses? Thanks for the help, Richard
2013 Jul 31
1
Newbie Questions
Hi Many thanks for providing this software. I have version v2.0.0 b1023 installed on a QNAP NAS. The station is working fine (http://digitalcarnage.myqnapcloud.com:8002/stream). However I do have a few questions. How do I submit my station to the Icecast directory? I may have got it wrong but I understood that the application submitted it automatically? Or do I have to submit/create and XML
2004 Oct 21
2
a few questions
I don't have any there; I suppose that is the problem. I did a locate *.xslt and nothing pertaining to icecast came up. I suppose I should grab the source and check it out. I installed from the rpm. Thanks, Richard Michael Smith wrote: >On Thursday 21 October 2004 14:50, Richard Morey wrote: > > >>Ok, I think I see. The xslt files are kind of a template which tells
2011 Feb 24
1
Rome TW on Ubuntu 10.10 (maverick)
Hello, I was asked to provide info about my attempt to run Rome TW on my Linux system. Not sure what info exactly is sought, so please ask for additional information. The system I tried to use is a Dell Latitude D830 with 3 GB ram and the latest Bios version A15 I've installed Ubuntu 10.10 32bit. I did install Compiz Fusion from standard Ubuntu repo's. Additionaly, I installed Wine 1.2
2015 Nov 02
2
Procedure to Install Icecast 2.4.2 in Linux
Hello Philipp. Thanks so much for the educatin about why not to build myself. The error I was getting, from a browser when I tried to open the URL to my machine running Icecast, was a 404 error and a message that it couldn't find the XSLT files. I'll install the packaged build again later today and provide you exact error text, but I remember it saying it couldn't find or process the
2005 Apr 11
1
Unable to compile icecast 2.2.0 under Suse 9.2
Dear list members, I am not able to compile the icecast source under Suse 9.2. as i have to admit my experience in compiling is reduced to typing ./configure. Is there someone who can help me with this error message? linux:~/shoutcast/server/icecast # ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for