Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/30.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
Apache 如何在cent os中更新pkg配置?_Apache_Centos_Mesos_Mesosphere - Fatal编程技术网

Apache 如何在cent os中更新pkg配置?

Apache 如何在cent os中更新pkg配置?,apache,centos,mesos,mesosphere,Apache,Centos,Mesos,Mesosphere,我正在尝试在centos上安装mesos。但在安装过程中,当我运行./configure时,会出现以下错误: 正在检查gcc的依赖项样式。。。(缓存)gcc3 /配置:第19168行:意外标记附近的语法错误google.protobuf,' /配置:第19168行:AC_PYTHON_模块(google.protobuf,yes)' 这里提到的解决方案 是更新清管器配置并重试 需要帮助了解如何更新pkg config。您没有提到操作系统的版本和架构。从技术上讲,在Centos中,使用基本回购,您

我正在尝试在centos上安装mesos。但在安装过程中,当我运行./configure时,会出现以下错误:

正在检查gcc的依赖项样式。。。(缓存)gcc3 /配置:第19168行:意外标记附近的语法错误
google.protobuf,'
/配置:第19168行:
AC_PYTHON_模块(google.protobuf,yes)'

这里提到的解决方案 是更新清管器配置并重试


需要帮助了解如何更新pkg config。

您没有提到操作系统的版本和架构。从技术上讲,在Centos中,使用基本回购,您所要做的就是:

yum install pkgconfig
希望这有帮助