similar to: building icecast2 on OpenBSD

Displaying 20 results from an estimated 4000 matches similar to: "building icecast2 on OpenBSD"

2004 Aug 06
3
Icecast drop in replacement for shoutcast
On Fri, 2003-04-18 at 20:01, Travis Pinney wrote: > I tried the icecast-2.0-alpha-2-20030416.tar.gz file. I am using OpenBSD > 3.2 and it configured ok but it had a problem linking libxslt. I have it > installed > from the ports. Not sure what it is but I am going to check it out. > > Here is the last part of the log. > > checking for xsltParseStylesheetFile... no >
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.
2004 Aug 06
2
building icecast2 on OpenBSD
> > from source with no problem on Linux, but on my OBSD system the configure > bombs > > while checking for a function in libxslt... > > If you look at your config.log, you'll find the actual error to be > > ld: -lpthread: no match > > If you want threads on OpenBSD, -pthread is the way to go (it's a > wrapper saying "Do whatever you have to,
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
2005 Mar 28
2
libxslt problem
I'm getting the following error when I attempt to install Icecast... checking for xslt-config... /usr/bin/xslt-config checking for xsltSaveResultToString... no configure: error: Unable to link with libxslt (>=v1.0.18) Does anyone know what the problem is? Do I need to use a previous version of libxslt or maybe a later version of icecast... I'm trying to install Icecast 2.2.0...
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
libxml error (or am I just being dumb?)
I've been trying to compile ices and icecast all night. I have narrowed the problem down to libxml. I have tried several rpms of libxml2 and libxml2-devel all to no avail. I don't expect support on this alpha release but just a reply to say that it's a common issue or wether I am just a dunce would be nice. :) Thanks Hans The follwing are installed by RPM: libxml2-2.4.23-1
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
2011 Feb 14
1
Need help downloading
Hi, I need help downloading this libxslt-1.1.26.tar.gz to my server. Dose anyone know the command because I try everything. Thank you, Luis Barrett -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20110214/da6e5cf9/attachment.htm
2004 Aug 06
0
building icecast2 on OpenBSD
jeff@unsealed.net wrote: > Is there anyone who has built icecast2 successfully for OpenBSD? I built it > from source with no problem on Linux, but on my OBSD system the configure bombs > while checking for a function in libxslt... If you look at your config.log, you'll find the actual error to be ld: -lpthread: no match If you want threads on OpenBSD, -pthread is the way to go
2004 Aug 06
2
Icecast drop in replacement for shoutcast
On Fri, 2003-04-18 at 18:56, Travis Pinney wrote: > Well I guess the newest CVS version allows for this. I have been trying > to install this on openbsd but it doesnt like the libtool that is in the > openbsd ports. > Anyone have experience with installing the current CVS version of > icecast with openbsd? use the most recent tarball on www.xiph.org/~brendan. The BSD's do
2005 Dec 13
2
Trouble compiling Icecast 2.3.1
Hi, Sorry if this has been posted about before. I'm trying to upgrade my personal Icecast from some ancient pre-release CVS version, and I've hit trouble: gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/usr/local/include -I/usr/local/include/libxml2 -pthread -g -O2 -c `test -f 'main.c' || echo './'`main.c In file included from
2004 Aug 06
4
RPM's
Hi, I reinstalled all the RPM's from scratch and yes I go ./configure and it works OK but then I run make and the last lines are /usr/include/libxslt/xslt.h:51: syntax error before `extern' /usr/include/libxslt/xslt.h:58: syntax error before `extern' /usr/include/libxslt/xslt.h:65: syntax error before `extern' /usr/include/libxslt/xslt.h:72: syntax error before `extern'
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
2004 Aug 06
1
icecast/libxslt compile error
Bryan Jay Miller wrote: > Nope. First I tried adding the text you mentioned to Makefile.am. > autogen.sh and configure went OK. But when I tried to compile, I got > > Makefile:369: *** missing separator. Stop. > > I even deleted my entire source tree and downloaded all the fresh code > from CVS. Same problem. autogen.sh = OK, configure = OK, same compile > error as
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
2006 Mar 19
0
make error...
hi i'm trying to compile the latest version of icecast (2.3.1)... first installed latest version of libxml and libxslt. but "make" gives me the following error message ... ###################### gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/usr/include/libxml2 -I/usr/local/include -D_THREAD_SAFE -g -O2 -c `test -f 'main.c' || echo
2004 Aug 06
2
Re [ogg]
Ok everything seemed to install perfectly but where is icecast? Seems like it doesn't install the icecast like the previous versions did. I can find no /usr/local/icecast directory. Raymond <p>Michael Smith wrote: >At 02:13 AM 10/11/2002 -0800, you wrote: > > >>I get the following message: >>configure: error: xslt-config could not be found >>
2008 Aug 03
1
Make Errors with icecast2.3.2 on CentOS5
Hi, I am not sure if this is the right list or not, but I seem to be having problems with the last part of the install of Icecast 2.3.2. Firstly, I'm running CentOS5 and am attempting to install Icecast. When I do make and make install, I get: /usr/lib/libxslt.so: undefined reference to `xmlXPathContextSetCache' collect2: ld returned 1 exit status make[3]: *** [icecast] Error 1 make[3]:
2007 May 23
2
error during compile
Hello, I get this when I run ./configure. What does this mean? checking for struct sockaddr_storage.ss_family... yes checking for inet_pton... yes checking for xslt-config... no configure: error: XSLT configuration could not be found Thanks, Mike