Guys, i have icecast2 running on an opensuse  11.3 64 bit os.<br><br>unfortunately, opensuse comes with ices2 which only does ogg streaming - - > hence my need for ices0.4<br><br>i got the source and ran ./configure . there was lots of console output and in the end i saw;<br>
<br>.Features:<br>  XML     : yes<br>  Python  : yes<br>  Perl    : yes<br>  LAME    : yes<br>  Vorbis  : yes<br>  MP4     : yes<br>  FLAC    : yes<br><br>Then i did 'make'  , lots of output messages and then i got;<br>
<br>in_flac.o: In function `ices_flac_open':<br>/home/techie/Desktop/ices-0.4/src/in_flac.c:79: undefined reference to `FLAC__stream_decoder_set_read_callback'<br>/home/techie/Desktop/ices-0.4/src/in_flac.c:80: undefined reference to `FLAC__stream_decoder_set_write_callback'<br>
/home/techie/Desktop/ices-0.4/src/in_flac.c:81: undefined reference to `FLAC__stream_decoder_set_metadata_callback'<br>/home/techie/Desktop/ices-0.4/src/in_flac.c:82: undefined reference to `FLAC__stream_decoder_set_error_callback'<br>
/home/techie/Desktop/ices-0.4/src/in_flac.c:90: undefined reference to `FLAC__stream_decoder_set_client_data'<br>/home/techie/Desktop/ices-0.4/src/in_flac.c:99: undefined reference to `FLAC__stream_decoder_init'<br>
<br>collect2: ld returned 1 exit status<br>make[3]: *** [ices] Error 1<br>make[3]: Leaving directory `/home/techie/Desktop/ices-0.4/src'<br>make[2]: *** [all-recursive] Error 1<br>make[2]: Leaving directory `/home/techie/Desktop/ices-0.4/src'<br>
make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/techie/Desktop/ices-0.4'<br>make: *** [all] Error 2<br><br><br>My next move? Is there some devel file still missing?<br>Pls assist.<br><br><br>
<br>