Page 1 of 1

Build 1.0.2 on CentOS 5.2

Posted: 25 Oct 2009 07:42
by jupiter
Hi,

I have an error while I was building the 1.0.2 on C./entOS 5.2:

$ ./configure --disable-nls --disable-mozilla

configure: error: Buggy GNU/libc (version 2.5 - 2.7) present. VLC would crash; there is no viable
work-around for this. Check with your distribution vendor on how to update the
glibc run-time. Alternatively, build with --disable-nls --disable-mozilla and
be sure to not use LibVLC from other applications/wrappers.

The --disable-nls --disable-mozilla has already been set, how to fix it?

Thank you.

Re: Build 1.0.2 on CentOS 5.2

Posted: 25 Oct 2009 08:46
by RĂ©mi Denis-Courmont
You shouldn't be using a well-known broken and out-of-date glibc in the first place.

But ./configure --disable-nls --disable-mozilla does work fine anyway.