similar to: compiling 2.3.1

Displaying 20 results from an estimated 600 matches similar to: "compiling 2.3.1"

2006 Apr 01
0
compiling 2.3.1
marco chrappan wrote: > 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
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
2005 Nov 11
0
[PATCH] icecast video preview 2
hem here it is the patch. ;) bye kysucix -------------- next part -------------- Index: conf/icecast.xml.in =================================================================== --- conf/icecast.xml.in (revisione 10365) +++ conf/icecast.xml.in (copia locale) @@ -62,6 +62,7 @@ <port>8001</port> </listen-socket> --> +
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
2005 May 10
0
Problem compiling Icecast on RedHat
On Tue, 2005-05-10 at 21:56, Rob Tanner wrote: > <flushleft>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
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
2004 Aug 06
0
ice2 CVS build problems under Solaris 7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Build environment: Solaris 7, JKP 106541-18 gcc 2.95.3 Current (as of a couple hours ago) CVS ice2 After a long bit of downtime, I'm throwing myself back into icecast with a fervor. I'm attempting to build ice2 on my Solaris box, and everything goes fine (well, went fine once I got libxml...) until the
2004 Aug 06
0
icecast2 : library error lcrypto
Hello icecast, I've a Linux server with this configuration: Slackware 8.1 Apache with mod_ssl openssl I've installed (from cvs): OGG VORBIS I've installed ICECAST 2 trough this command: ./autogen.sh ./configure --with-ogg-prefix=/[path]/ogg \ --with-vorbis-prefix=/[path]/vorbis (from configure): checking for Ogg... yes checking for Vorbis... yes checking for libcurl... yes
2020 Oct 07
2
[PATCH] add with-openssl option
On Mon, Oct 5, 2020 at 9:59 PM Marvin Scholz <epirat07 at gmail.com> wrote: > > Hi, CC'd the mailing list. > > It seems you are not up to date, git master already has a > --without-openssl option. Without this patch, I get /bin/bash ../libtool --tag=CC --mode=link mips-openwrt-linux-musl-gcc -Wall -ffast-math -fsigned-char
2005 Mar 17
1
icecast on an Intel XScale ARM processor
Hi, I am trying to get icecast running on a ARM processor. I have managed to cross compile all of the required libraries (libxml2, libxslt, libogg, libvorbis, etc.). However I am bumping up against a problem that I can't find any info on. Here is the generated output from the icecast build. I was wondering if any of you has seen this and knows of a fix. I apologize if the problem is obvious
2004 Aug 06
0
Building Icecast2 under OpenBSD
Hi! After enjoying a successful build under Linux, I also wanted Icecast2 to compile under OpenBSD (running 2.8 here). I am using the CVS source from today. The OBSD make needed operators and wouldn't work at all, but gmake did the job. Unfortunately, it ended like this: <snip> gcc -O20 -fsigned-char -D_REENTRANT -I/usr/local/include/libxml -I/usr/local/include -I/include -I/include
2020 Oct 07
1
[PATCH] add with-openssl option
On Wed, Oct 7, 2020 at 3:43 AM Marvin Scholz <epirat07 at gmail.com> wrote: > > Hi, please provide the contents of the config.log > > I can not reproduce your issue on my machine, --without-openssl > works fine here. > > Oh and next time please mention that its about libshout right > away :) https://gist.github.com/neheb/a26714035978d07a822985477524cd45 > > On 7
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi, I couldn't find anything about this subject from archive - are there known problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to date). I downloaded libshout2 latest nightly snapshot and tried to compile it on 5.0 and then later on 4.8. Both failed (problems were mostly around sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that it might be a
2004 Aug 06
2
Icecast2 under OpenBSD - update
Hi, I've come a step further in my attempt to compile Icecast2 under OpenBSD... I didn't have the pth library installed (d'oh), but ´cd /usr/ports/devel/pth && make install´ did the job. It still bails out at the same point, though, but this time with another error message: [...] gcc -O20 -fsigned-char -D_REENTRANT -I/usr/local/include/libxml -I/usr/local/include -I/include
2004 Aug 06
0
small icecast fix
Hi, I had an issue with the build of icecast failing because libxslt wasn't found (it's in ~/garnome). This small patch fixes it for me : RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v retrieving revision 1.8 diff -u -p -r1.8 Makefile.am --- src/Makefile.am 18 Aug 2002 05:06:58 -0000 1.8 +++ src/Makefile.am 28 Aug 2002 10:30:22 -0000 @@ -16,8 +16,8 @@ icecast_SOURCES = config.c
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To: <icecast-dev@xiph.org> Sent: Wednesday, June 04, 2003 3:47 PM Subject: Re: [icecast-dev] libshout2 compiling problems under FreeBSD? <p>> Whilst there may well be problems, there are no _known_ problems, and we > certainly won't be able to fix them unless you actually tell us what the
2020 Oct 07
0
[PATCH] add with-openssl option
Hi, please provide the contents of the config.log I can not reproduce your issue on my machine, --without-openssl works fine here. Oh and next time please mention that its about libshout right away :) On 7 Oct 2020, at 12:07, Rosen Penev wrote: > On Mon, Oct 5, 2020 at 9:59 PM Marvin Scholz <epirat07 at gmail.com> > wrote: >> >> Hi, > CC'd the mailing list.
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
Reimplementation of my earlier patch - more proper aliasing - at the suggestion of Mike -Paul -------------- next part -------------- diff -ur icecast/CVS/Entries IceCast/CVS/Entries --- icecast/CVS/Entries 2003-04-18 11:00:19.000000000 -0400 +++ IceCast/CVS/Entries 2003-04-17 22:14:16.000000000 -0400 @@ -1,4 +1,3 @@ -/.cvsignore/1.3/Wed Jan 15 05:36:15 2003// /AUTHORS/1.2/Fri Aug 9 15:55:01
2004 Aug 06
0
[PATCH] IceCast2 - socket-based default mount
I wrote a patch which makes client connections retain info about which socket they connected to - this way, you can change the server's behavior based on which <listen-socket> is being connected to. In addition, I added a field to the <listen-socket> section of the config file called <default-mount> which specifies a default file in the case that one isn't specified (it