To all CVS users of ices 0.x: I've just merged the ices-libshout_2 branch onto HEAD. Anyone using that branch should switch back to HEAD to continue to get the latest updates. This also means you now need the latest version of libshout2 from CVS in order to build ices from CVS. libshout2: :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot libshout ices: :pserver:anoncvs@cvs.xiph.org:/cvs/ice ices -b --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Thursday, 06 March 2003 at 19:58, Adon Irani wrote:> > i have a recent libshout cvs-snapshot working fine . > > but when i try to compile ices 0.x cvs :: i get this ., > > - > > ...Compiling with CPPFLAGS= -I/usr/include/libxml2/libxml > -I/usr/include/libxml2 > Linking with LDFLAGS= -lxml2 -lmp3lame -lvorbisfile -lvorbis -logg -lm > Features: > libshout: builtin > LAME : yes > Vorbis : yes > Perl : no > Python : no > XML : yes > > mystifLY:/usr/src/ices# make > Making all in libshout > /bin/sh: cd: libshout: No such file or directory > make: *** [all-recursive] Error 1 > > -- > > i realize that the libshout: builtin is prolly the problem . but i am > unable to get the ./autogen.sh er ./configure to recognize this installed > libshout .In cvs there is no libshout builtin at the moment (that will be fixed before release). But it should have no problems using an installed version. I'm assuming you tried --with-libshout=/path/to/my/libshout ? You should just need to tell configure where you installed your version. If you're sure you're giving it the right path, it may be that there's an older version of libshout somewhere earlier in gcc's search path. The easiest way to debug would be to jump onto irc.xiph.org, channel #icecast. Otherwise mail me your config.log and configure arguments, plus the arguments you used to build and install libshout. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
i've been noticing all this talk about status.xsl pages and wanted to see them for myself ; so i download the latest snapshots of icecast and libshout (as i was using the ~msmith tarballs before ) . i compiled them w/ the xslt-dev debian packages added and everything lo0ked good . i stopped the icecast server - make install'd - and started the icecast-server script ., fileserve works fine .. but the relay server is broken . and i still get : >The file you requested could not be found from http://thedv8network.com:8000/status.xsl i can listen to the live feed from my studio on schemin.thedv8network.com:8000/dialup.ogg , but the relay at thedv8network.com:8000/dialup.ogg does not work . instead , i get : : [2003-03-05 19:07:47] INFO main/main icecast server started [2003-03-05 19:07:47] WARN slave/create_relay_stream Header read failed [2003-03-05 19:09:48] WARN slave/create_relay_stream Header read failed [2003-03-05 19:11:50] WARN slave/create_relay_stream Header read failed [2003-03-05 19:13:52] WARN slave/create_relay_stream Header read failed [2003-03-05 19:15:53] WARN slave/create_relay_stream Header read failed [2003-03-05 19:17:53] WARN slave/create_relay_stream Header read failed .\ please advise ., thanks . a:/, --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Adon Irani <adon@yorku.ca> said:> > i've been noticing all this talk about status.xsl pages and wanted to see > them for myself ; so i download the latest snapshots of icecast and > libshout (as i was using the ~msmith tarballs before ) . i compiled them > w/ the xslt-dev debian packages added and everything lo0ked good . > > i stopped the icecast server - make install'd - and started the > icecast-server script ., > > fileserve works fine .. but the relay server is broken . and i still get > : >The file you requested could not be found from > http://thedv8network.com:8000/status.xslOne of the main reasons we haven't done a 2.0 release yet is that autoconf/automake need work - they don't install things properly. You'll have to manually install the status.xsl file and configure webroot to point at the directory it is installed in.> > i can listen to the live feed from my studio on > schemin.thedv8network.com:8000/dialup.ogg , but the relay at > thedv8network.com:8000/dialup.ogg does not work . > > instead , i get : : > > [2003-03-05 19:07:47] INFO main/main icecast server started > [2003-03-05 19:07:47] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:09:48] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:11:50] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:13:52] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:15:53] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:17:53] WARN slave/create_relay_stream Header read failed > > .\ >Relaying works for me and many others. Perhaps you should send your config files to the list? Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
the problem fixed itself ; very odd as nothing has changed . however, earlier in the day i did update the second server to the latest cvs icecast as well . and when i tested after doing this , it was immediately . it is possible that the relay update hadn't taken place as yet , ..but i'm pretty sure i tried again about an hour after doing the second update . otherwise , just glad to be back live ! a:/, On Wed, 5 Mar 2003, Adon Irani wrote:> > i've been noticing all this talk about status.xsl pages and wanted to see > them for myself ; so i download the latest snapshots of icecast and > libshout (as i was using the ~msmith tarballs before ) . i compiled them > w/ the xslt-dev debian packages added and everything lo0ked good . > > i stopped the icecast server - make install'd - and started the > icecast-server script ., > > fileserve works fine .. but the relay server is broken . and i still get > : >The file you requested could not be found from > http://thedv8network.com:8000/status.xsl > > i can listen to the live feed from my studio on > schemin.thedv8network.com:8000/dialup.ogg , but the relay at > thedv8network.com:8000/dialup.ogg does not work . > > instead , i get : : > > [2003-03-05 19:07:47] INFO main/main icecast server started > [2003-03-05 19:07:47] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:09:48] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:11:50] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:13:52] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:15:53] WARN slave/create_relay_stream Header read failed > [2003-03-05 19:17:53] WARN slave/create_relay_stream Header read failed > > .\ > > please advise ., > > thanks . > > a:/, > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
i have a recent libshout cvs-snapshot working fine . but when i try to compile ices 0.x cvs :: i get this ., - ...Compiling with CPPFLAGS= -I/usr/include/libxml2/libxml -I/usr/include/libxml2 Linking with LDFLAGS= -lxml2 -lmp3lame -lvorbisfile -lvorbis -logg -lm Features: libshout: builtin LAME : yes Vorbis : yes Perl : no Python : no XML : yes mystifLY:/usr/src/ices# make Making all in libshout /bin/sh: cd: libshout: No such file or directory make: *** [all-recursive] Error 1 -- i realize that the libshout: builtin is prolly the problem . but i am unable to get the ./autogen.sh er ./configure to recognize this installed libshout . any advice ? thanks ., a:/, <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
thanks for the update ; i've finally been able to d/l the latest ices 0.x fr0m cvs . but i'm having difficulties compiling . the builtin libshout doesn't work , and it won't find my latest cvs-snapshot install of libshout . i've tried to get the libshout mentioned in your msg direct from cvs - but i encounter problems ; -- CVSROOT=:pserver:anoncvs@xiph.org:/usr/local/cvsroot mystifLY:/usr/src/ices# cvs login Logging in to :pserver:anoncvs@cvs.xiph.org:2401/cvs/ice CVS password: #anoncvs# mystifLY:/usr/src/ices# cvs -d :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot co libshout cvs checkout: authorization failed: server cvs.xiph.org rejected access to /usr/local/cvsroot for user anoncvs cvs checkout: used empty password; try "cvs login" with a real password -- hould i be using a different password than 'anoncvs' thanks ., a:/, On Wed, 5 Mar 2003, Brendan Cully wrote:> To all CVS users of ices 0.x: > > I've just merged the ices-libshout_2 branch onto HEAD. Anyone using that branch > should switch back to HEAD to continue to get the latest updates. > > This also means you now need the latest version of libshout2 from CVS in order > to build ices from CVS. > > libshout2: :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot libshout > ices: :pserver:anoncvs@cvs.xiph.org:/cvs/ice ices > > -b > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered. >--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
look on http://www.xiph.org/cvs.html for the right login. b. On Thu, Mar 06, 2003 at 03:14:28AM -0500, Adon Irani wrote:> > thanks for the update ; i've finally been able to d/l the latest ices 0.x > fr0m cvs . > > but i'm having difficulties compiling . the builtin libshout doesn't work > , and it won't find my latest cvs-snapshot install of libshout . > > i've tried to get the libshout mentioned in your msg direct from cvs - but > i encounter problems ; > > -- > CVSROOT=:pserver:anoncvs@xiph.org:/usr/local/cvsroot > > mystifLY:/usr/src/ices# cvs login > Logging in to :pserver:anoncvs@cvs.xiph.org:2401/cvs/ice > CVS password: #anoncvs# > mystifLY:/usr/src/ices# cvs -d > :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot co libshout > cvs checkout: authorization failed: server cvs.xiph.org rejected access to > /usr/local/cvsroot for user anoncvs > cvs checkout: used empty password; try "cvs login" with a real password > > -- > > should i be using a different password than 'anoncvs' > > thanks ., > a:/, > > On Wed, 5 Mar 2003, Brendan Cully wrote: > > > To all CVS users of ices 0.x: > > > > I've just merged the ices-libshout_2 branch onto HEAD. Anyone using that branch > > should switch back to HEAD to continue to get the latest updates. > > > > This also means you now need the latest version of libshout2 from CVS in order > > to build ices from CVS. > > > > libshout2: :pserver:anoncvs@cvs.xiph.org:/usr/local/cvsroot libshout > > ices: :pserver:anoncvs@cvs.xiph.org:/cvs/ice ices > > > > -b > > --- >8 ---- > > List archives: http://www.xiph.org/archives/ > > icecast project homepage: http://www.icecast.org/ > > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > > containing only the word 'unsubscribe' in the body. No subject is needed. > > Unsubscribe messages sent to the list will be ignored/filtered. > > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.-- -------------------------- je ne cherche pas, je trouve (Picasso) <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.