similar to: Two Things: Python 2.1 & ices 0.2.2 / Multiple Streams

Displaying 20 results from an estimated 1000 matches similar to: "Two Things: Python 2.1 & ices 0.2.2 / Multiple Streams"

2004 Aug 06
1
ices 0.2.2 compile problems Py_Initialize and cannot find -lz
Hey Harvey -- all you need to do is to add -lutil to the $LIBS list around line 3968 of "configure" LIBS="-l$lib -lm -ldl $LIBS" becomes LIBS="-l$lib -lm -ldl -lutil $LIBS" hould solve yer problems. also, around line 3957, in the 'for lib in python python2.0 python1.6, etc, you may want to add python2.1 (if you have 2.1 installed, else it may have trouble
2004 Aug 06
2
Trouble compiling ices
Any help would be appreciated, not sure why this isn't compiling: Redhat 7.2 [root@jasmine ices-0.2.2]# ./configure --with-lame loading cache ./config.cache Building ices 0.2.2... checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... found
2004 Aug 06
0
ices 0.2.2 compile problems Py_Initialize and cannot find -lz
Hi I'm having this same problem 'configure won't find Py_Initialize' I was hoping somebody could enlighten me as to exactly what I have to add to which file and when, while I'm configure'ing. On Tue, 4 Sep 2001, Ben Wilson wrote: > > First off, I managed to build iceS 0.2.2 with Python 2.1, though I had to > add -lutil to the $LIBS definition whilst
2002 Sep 01
5
IceS: compile problem with Python
Hello! I can't compile IceS 0.2.3 with Python 2.2 (X86, Red Hat Linux 7.3) ==================================== [root at radio ices-0.2.3]# ./configure --with-lame --with-python=/usr/bin --with-python-includes=/usr/include/python2.2 --with-python-libraries=/usr/lib/python2.2 ==================================== Configure script tell me: ==================================== <....>
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
I'm trying to complie ices2.0.1 on a more-or-less stock Fedora 3 installation, and I'm getting the following compiler error (during linking, I think). /bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o
2004 Aug 06
2
CVS restored
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Looks like the icecast CVS server has been restored to full service. Now I can get back to rebuilding my server. :) - -- "I'm alive, and filled with goo! VISION GOO!" - Zim, "Invader Zim" -----BEGIN PGP SIGNATURE----- Comment: For info see http://www.gnupg.org
2006 Apr 01
2
compiling 2.3.1
I'm trying to get icecast 2.3.1 compiled on a slackware 10.0 box. I've successfully compiled the libshout libraries. Now this is what I got after a make in the source dir: > make[3]: Entering directory `/tar_archive/icecast-2.3.1/src' > /bin/sh ../libtool --mode=link gcc -pthread -g -O2 -L/usr/local/lib > -o icecast cfgfile.o main.o logging.o sighandler.o connection.o
2004 Aug 06
2
Multiple Stream? Request for Config
Greeting all -- I'm having some problems setting up multiple streams with iceS, for example, a hi-bandwidth and lo-bandwidth stream of the same audio. Could someone post a config that works in this case? thanks .oOo.oOo.o..o.oOo.oOo. Ben Wilson admin -- thelocust.org ben@thelocust.org 'OoO'OoO'O''O'OoO'OoO' --- >8 ---- List archives:
2004 Aug 06
0
Problem compiling ices
Anyone have any idea what might be causing this error during compiling? .... gcc -g -O2 -Wall -o ices ices.o log.o setup.o stream.o util.o mp3.o cue.o metadata.o id3.o signals.o reencode.o ices_config.o playlist/libplaylist.a ../resolver/libresolver.a ../thread/libicethread.a ../avl/libiceavl.a ../log/libicelog.a -lpthread -lshout -lmp3lame -rdynamic -L/usr/local/lib
2004 Aug 06
0
Trouble compiling ices
On Saturday, 23 February 2002 at 00:51, lists@returntonature.com wrote: > Any help would be appreciated, not sure why this isn't compiling: You have an old version of libshout installed. The configure script should probably be updated to check for shout_strerror instead of shout_init_connection, but in the meantime either remove your old libshout (probably in /usr/local) or try compiling
2004 Aug 06
1
icecast1: metadata in aliases?
is it possible to have metadata updated on an alias from the aliased stream (save with some external application)? -- ben wilson ben@thelocust.org http://thelocust.org http://phliteklub.org <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'
2008 Nov 22
3
rawk no longer works on Rails 2.2.2
I just wanted to let you know that the hack to make rawk work on Rails 2.2.2 by grouping action calls no longer works. This is the hack, I have put the TODO where the line crashes Rails: -- module ActiveSupport class BufferedLogger def add(severity, message = nil, progname = nil, &block) return if @level > severity message = (message || (block && block.call) ||
2005 May 10
2
Problem compiling Icecast on RedHat
Hi, I'm trying to build Icecast on a RedHat AS3 workstation. All the requisite libraries are already bundled with the distro. IThe compile runs for maybe 30 seconds (maybe less) and then fails. The last few lines of the make output are appended below. I'm not even sure what it's actually complaing about. gcc -pthread -g -O2 -o icecast cfgfile.o main.o logging.o sighandler.o
2006 Jun 22
2
trying to build dovecot-sieve
Hi, I'm trying to compile dovecot with dovecot-sieve, both from CVS. There is file dovecot-config.in.in in current dovecot module, which produce dovecot-config.in after ./configure'ing. But dovecot-sieve requires file dovecot-config to be in dovecot's directory. I think it is just typo, because after renaming dovecot-config.in to dovecot-config the building succeeded. -- Sergey
2004 Aug 06
2
Error compiling ices-0.3
I'm trying to compile ices-0.3 on a RedHat 9, kernel 2.4.23 box and I receive the following error: : the use of `tmpnam_r' is dangerous, better use `mkstemp' /usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e): In function `posix_tempnam': : the use of `tempnam' is dangerous, better use `mkstemp' playlist/libplaylist.a(pm_perl.o)(.text+0x515): In
2008 Jul 17
5
Problems with building an rpm
I followed the setup instructions from http://www.owlriver.com/tips/non-root/ (link from the Centos wiki). All this is done on another 'clean' system, so I have to read the terminal screen there and tell what went wrong here. I then followed my colleague's instructions to get the tar, untar, autogen, configure, and finally make rpm. Well it was that make rpm command that finally
2004 Aug 06
2
ices configure script
Hi, I'm having difficulty getting ices 0.2.2 to see my lame install and my perl install. The lame libraries (v3.91) are installed in: /usr/local/lib/ with the header file at: /usr/local/include/lame/lame.h, but when I run: ./configure --with-lame --with-lame-includes=/usr/local/include/lame/ --with-lame-libraries=/usr/local/ it says it can't find the lame libraries. ldconfig seems
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe and a xsl typo. Best regards :) kysucix -- Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in status.xsl. I just added a: <video-preview>1</video-preview> parameters in icecast.xml.in that control the previewing function. It encodes a png in $webroot/$mountname.tmp and then move it to $webroot/$mountname.png As for now it saves a frame every theora keyframe, which is probably too heavy for the server but
2004 Aug 06
0
Multiple Stream? Request for Config
----- Original Message ----- From: "Ben Wilson" <ben@thelocust.org> To: <icecast@xiph.org> Sent: Friday, September 07, 2001 12:12 PM Subject: [icecast] Multiple Stream? Request for Config > I'm having some problems setting up multiple streams with iceS, for > example, a hi-bandwidth and lo-bandwidth stream of the same audio. Could > someone post a config that