Hi all, In order to get icecast working i found that i had to install libao-0.8.4 libogg-1.1 libvorbis-1.0.1 flac-1.1.0 speex-1.0.3 vorbistools-1.0.1 icecast-2.0.0 So i grapped the source files. I copied all the files to an 32-bit Intel machine, and *there* all files configured, compiled and installed OK But on the intended target machine (SUN blade server) i have a problem... libao and libogg configured, compiled and installed without errors. But libvorbis fails during "./configure", hence no vorbistools and no icecast.... Last lines are: checking whether stripping libraries is possible... yes checking for memory.h... (cached) yes checking for cos in -lm... yes checking for pthread_create in -lpthread... yes checking for Ogg... yes checking for oggpack_writealign... no configure: error: Ogg >= 1.0 required ! [root@fw2 libvorbis-1.0.1]# The environment is: uname -a Linux fw2.local 2.4.20-2.3sparc #1 Wed Jan 15 18:27:52 EST 2003 sparc64 unknown Distro is Auroralinux, release Ansel (based on RH 7.3) <p>In the logfile of configure (also attached), i found (at line 651-658) 651 configure:19400: checking for oggpack_writealign 652 configure:19457: gcc -o conftest -O20 -ffast-math -D_REENTRANT -fsigned-char -DUSE_MEMORY_H conftest.c -lm -logg >&5 653 /tmp/ccPYJ2oD.o: In function `main': 654 /tmp/ccPYJ2oD.o(.text+0x8): undefined reference to `oggpack_writealign' 655 /tmp/ccPYJ2oD.o(.text+0xc): undefined reference to `oggpack_writealign' 656 /tmp/ccPYJ2oD.o(.data+0x0): undefined reference to `oggpack_writealign' 657 collect2: ld returned 1 exit status 658 configure:19463: $? = 1 Any bright idea? Kind regards, Hans Witvliet. <p><p> -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: text/x-log Size: 43933 bytes Desc: config.log Url : http://lists.xiph.org/pipermail/vorbis/attachments/20040223/ced8c323/config-0001.bin
On Mon, Feb 23, 2004 at 04:03:39PM +0100, Hans Witvliet wrote:> libao and libogg configured, compiled and installed without errors. > But libvorbis fails during "./configure", hence no vorbistools and no icecast....Off the top of my head, I'd guess you installed libogg 1.1 in /usr/local, but there was an older version in /usr which is what the configure test is linking to. Try passing --with-ogg=/usr/local (or wherever) of setting LD_FLAGS=/usr/local/lib in the environment when running configure. HTH, -r <p>> Last lines are:> checking whether stripping libraries is possible... yes > checking for memory.h... (cached) yes > checking for cos in -lm... yes > checking for pthread_create in -lpthread... yes > checking for Ogg... yes > checking for oggpack_writealign... no > configure: error: Ogg >= 1.0 required ! > [root@fw2 libvorbis-1.0.1]#--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-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.