Okay, I did this right months ago, but somehow lost the recipe. I have libxml and libxml2 installed: [root@atisha ices-0.2.2]# ls /usr/local/lib libshout.a libxml2.a libxml.a pkgconfig libshout.la libxml2.la libxml.la xml2Conf.sh libshout.so libxml2.so libxml.so xmlConf.sh libshout.so.1 libxml2.so.2 libxml.so.1 libshout.so.1.0.0 libxml2.so.2.4.2 libxml.so.1.8.14 <p>I must be doing the configure wrong?! ./configure --with-xml-config=/usr/local/lib/libxml2.so . . . Features: libshout: system LAME : no Vorbis : no Perl : yes Python : no XML : yes Configuration complete. Now run 'gmake'. Making all in playlist gmake[3]: Entering directory `/home/icecast/ices-0.2.2/src/playlist' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/home/icecast/ices-0.2.2/src/playlist' gmake[3]: Entering directory `/home/icecast/ices-0.2.2/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -DICES_ETCDIR=\"/usr/local/icecast/etc\" -DICES_MODULEDIR=\"/usr/local/icecast/etc/modules\" -I../resolver -I../thread -fno-strict-aliasing -I/usr/local/include -I/usr/lib/perl5/5.6.0/i386-linux/CORE -g -O2 -Wall -c ices_config.c ices_config.c:24:20: parser.h: No such file or directory ices_config.c:25:23: xmlmemory.h: No such file or directory gmake[3]: *** [ices_config.o] Error 1 gmake[3]: Leaving directory `/home/icecast/ices-0.2.2/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/home/icecast/ices-0.2.2/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/icecast/ices-0.2.2' gmake: *** [all-recursive-am] Error 2 <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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Wednesday, 24 April 2002 at 23:29, Roy Harvey wrote:> Okay, I did this right months ago, but somehow lost the recipe. I have > libxml and libxml2 installed: > > [root@atisha ices-0.2.2]# ls /usr/local/lib > libshout.a libxml2.a libxml.a pkgconfig > libshout.la libxml2.la libxml.la xml2Conf.sh > libshout.so libxml2.so libxml.so xmlConf.sh > libshout.so.1 libxml2.so.2 libxml.so.1 > libshout.so.1.0.0 libxml2.so.2.4.2 libxml.so.1.8.14 > > > I must be doing the configure wrong?! > > ./configure --with-xml-config=/usr/local/lib/libxml2.sothis is wrong. This option specifies a path to the program xml2-config (or xml-config), which is run to produce the C and ld flags needed to link libxml2. Since you have the library installed in /usr/local you shouldn't need the argument at all, but if you use it make sure it points to the xml2-config program. I should tighten up the autoconf test of course... -b --- >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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Roy Harvey wrote:> ./configure --with-xml-config=/usr/local/lib/libxml2.sotry something like ./configure --with-xml-config=/usr/local/bin/xml-config <p>Moritz --- >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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Thanks Brendan and Moritz! Reminds me a bit of LOTR "Speak Friend and Enter..." All better now... Roy At 08:16 PM 04/25/02 +0200, you wrote:>Roy Harvey wrote: > > ./configure --with-xml-config=/usr/local/lib/libxml2.so > >try something like > >./configure --with-xml-config=/usr/local/bin/xml-config > > >Moritz<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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
All -- Any idea why a stream dump would fail? > dump 123 test.mp3 Failed opening dumpfile [test.mp3] for source 123 [4] Are the error codes listed somewhere? Thanks! Roy <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' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.