From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830 Description of problem: The C code in /usr/share/aclocal/vorbis.m4 has an error. When compiling it through the configure process, it segfaults. By replacing: vorbis_encode_init (&vi, 2, 44100, -1, 128, -1); By : vorbis_encode_init (&vi, 2, 44100, -1, 128000, -1); The correct value has been found (128000) in an example (encoder_example.c ) given with the sources of libvorbis. As an example, you can check out gcompris and start autogen.sh and you will see the core in the configure. Bruno. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.you can check out gcompris http://ofset.sf.net/gcompris 2.sh autogen.sh 3.see the core in the configure Actual Results: vorbis libs are not correctly detected and passed to the compile process Expected Results: good vorbis libs in my makefile Additional info:
Fixed in libvorbis-1.0-6
*** Bug 83214 has been marked as a duplicate of this bug. ***