简体   繁体   English

在 Centos 中安装 xdebug 时出错(Yum install install php-devel)

[英]Error installing xdebug in Centos (Yum install install php-devel)

Trying to install xdebug for VS code by following this and run into the following error.尝试按照操作为 VS 代码安装 xdebug 并遇到以下错误。

Error installing php-cli(x86-64) = 5.4.... Found php-cli 7.2.....安装 php-cli(x86-64) = 5.4 时出错.... 发现 php-cli 7.2.....

That is when the following is used:那就是使用以下内容时:

yum groupinstall "Development tools" && yum install php-devel autoconf automake

这奏效了。

sudo yum --enablerepo=remi,remi-php72 install php-devel autoconf automake

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM