Guys, i have icecast2 running on an opensuse 11.3 64 bit os. unfortunately, opensuse comes with ices2 which only does ogg streaming - - > hence my need for ices0.4 i got the source and ran ./configure . there was lots of console output and in the end i saw; .Features: XML : yes Python : yes Perl : yes LAME : yes Vorbis : yes MP4 : yes FLAC : yes Then i did 'make' , lots of output messages and then i got; in_flac.o: In function `ices_flac_open': /home/techie/Desktop/ices-0.4/src/in_flac.c:79: undefined reference to `FLAC__stream_decoder_set_read_callback' /home/techie/Desktop/ices-0.4/src/in_flac.c:80: undefined reference to `FLAC__stream_decoder_set_write_callback' /home/techie/Desktop/ices-0.4/src/in_flac.c:81: undefined reference to `FLAC__stream_decoder_set_metadata_callback' /home/techie/Desktop/ices-0.4/src/in_flac.c:82: undefined reference to `FLAC__stream_decoder_set_error_callback' /home/techie/Desktop/ices-0.4/src/in_flac.c:90: undefined reference to `FLAC__stream_decoder_set_client_data' /home/techie/Desktop/ices-0.4/src/in_flac.c:99: undefined reference to `FLAC__stream_decoder_init' collect2: ld returned 1 exit status make[3]: *** [ices] Error 1 make[3]: Leaving directory `/home/techie/Desktop/ices-0.4/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/techie/Desktop/ices-0.4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/techie/Desktop/ices-0.4' make: *** [all] Error 2 My next move? Is there some devel file still missing? Pls assist. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20110406/adea3ec0/attachment.htm>
On Wed, 6 Apr 2011, Meswara Meswara wrote:> To: icecast at xiph.org > From: Meswara Meswara <meswara2000 at gmail.com> > Subject: [Icecast] Compiling ices0.4 from source > > Guys, i have icecast2 running on an opensuse 11.3 64 bit os. > > unfortunately, opensuse comes with ices2 which only does > ogg streaming - - > hence my need for ices0.4 > > i got the source and ran ./configure . there was lots of > console output and in the end i saw;Looks like you might have a 64 bit dev library missing somewhere. I'm running Centos 5.5 32bit so cannot help more, but these links might be usefull: http://www.centova.com/pages/icescc http://forums.centova.com/index.php?topic=497.0 HTH Keith Roberts ----------------------------------------------------------------- Websites: http://www.karsites.net http://www.php-debuggers.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------------
---------- Forwarded message ---------- From: Meswara Meswara <meswara2000 at gmail.com> Date: Fri, Apr 8, 2011 at 2:42 PM Subject: Re: [Icecast] Compiling ices0.4 from source To: Keith Roberts <keith at karsites.net> Thanx Keith. It was an issue with flac. ices04. requires an older version of flac. Opensuse 11.3 had a newer version. I just un-installed flac ( you loose flac capability then ) as i was interested in mp3 capability only. This list is quiet. Is it because there is a web based forum ? i would like to fund out more about playlists, i.e. different dynamic playlists for different users ( not mountpoints - i understand that concept) On Thu, Apr 7, 2011 at 12:29 AM, Keith Roberts <keith at karsites.net> wrote:> On Wed, 6 Apr 2011, Meswara Meswara wrote: > > > To: icecast at xiph.org > > From: Meswara Meswara <meswara2000 at gmail.com> > > Subject: [Icecast] Compiling ices0.4 from source > > > > Guys, i have icecast2 running on an opensuse 11.3 64 bit os. > > > > unfortunately, opensuse comes with ices2 which only does > > ogg streaming - - > hence my need for ices0.4 > > > > i got the source and ran ./configure . there was lots of > > console output and in the end i saw; > > Looks like you might have a 64 bit dev library missing > somewhere. I'm running Centos 5.5 32bit so cannot help more, > but these links might be usefull: > > http://www.centova.com/pages/icescc > > http://forums.centova.com/index.php?topic=497.0 > > HTH > > Keith Roberts >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20110408/2aa1e295/attachment.htm>