【发布时间】:2012-09-24 00:33:31
【问题描述】:
我的问题如下:
我需要在 Red Hat Enterprise Linux 5.5 上编译 VLC 1.1.12(开发/生产环境也一样)。
使用当前版本的 glibc,VLC 在“配置”中抛出以下错误:
checking for buggy GNU/libc versions... found
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.
所以我尝试在服务器上单独编译 glibc 2.9 并将其安装在自定义位置 /opt/glibc-2.9
现在我不知道当我尝试编译 VLC 时是否可以使用这个自定义 glibc。
如果可以的话,有人可以请教一下吗?如果可以,该怎么做?
谢谢
【问题讨论】:
标签: compilation vlc glibc