Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Compilation 如何使用自定义glibc编译vlc1.1.12_Compilation_Vlc_Glibc - Fatal编程技术网

Compilation 如何使用自定义glibc编译vlc1.1.12

Compilation 如何使用自定义glibc编译vlc1.1.12,compilation,vlc,glibc,Compilation,Vlc,Glibc,可能重复: 我的问题如下: 我需要在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

可能重复:

我的问题如下:

我需要在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.
因此,我尝试在服务器上单独编译glibc2.9,并将其安装在自定义位置/opt/glibc-2.9

现在我不知道在编译VLC时是否可以使用这个自定义glibc

如果这是可能的话,有人能提出建议吗?如果是,怎么做

谢谢

如果这是可能的话,有人能提出建议吗?如果是,怎么做

见答案