<bdo id='9iIPz'></bdo><ul id='9iIPz'></ul>
    1. <i id='9iIPz'><tr id='9iIPz'><dt id='9iIPz'><q id='9iIPz'><span id='9iIPz'><b id='9iIPz'><form id='9iIPz'><ins id='9iIPz'></ins><ul id='9iIPz'></ul><sub id='9iIPz'></sub></form><legend id='9iIPz'></legend><bdo id='9iIPz'><pre id='9iIPz'><center id='9iIPz'></center></pre></bdo></b><th id='9iIPz'></th></span></q></dt></tr></i><div id='9iIPz'><tfoot id='9iIPz'></tfoot><dl id='9iIPz'><fieldset id='9iIPz'></fieldset></dl></div>
    2. <small id='9iIPz'></small><noframes id='9iIPz'>

      <tfoot id='9iIPz'></tfoot><legend id='9iIPz'><style id='9iIPz'><dir id='9iIPz'><q id='9iIPz'></q></dir></style></legend>

      centos无法安装php-devel

      can#39;t install php-devel on centos(centos无法安装php-devel)
        <tbody id='pvclH'></tbody>
        <legend id='pvclH'><style id='pvclH'><dir id='pvclH'><q id='pvclH'></q></dir></style></legend>
        • <small id='pvclH'></small><noframes id='pvclH'>

          • <i id='pvclH'><tr id='pvclH'><dt id='pvclH'><q id='pvclH'><span id='pvclH'><b id='pvclH'><form id='pvclH'><ins id='pvclH'></ins><ul id='pvclH'></ul><sub id='pvclH'></sub></form><legend id='pvclH'></legend><bdo id='pvclH'><pre id='pvclH'><center id='pvclH'></center></pre></bdo></b><th id='pvclH'></th></span></q></dt></tr></i><div id='pvclH'><tfoot id='pvclH'></tfoot><dl id='pvclH'><fieldset id='pvclH'></fieldset></dl></div>

                <bdo id='pvclH'></bdo><ul id='pvclH'></ul>
                <tfoot id='pvclH'></tfoot>

                本文介绍了centos无法安装php-devel的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我需要安装 php-devel 的帮助(我需要它,因为它有 phpize,这是安装 eAccelerator 所必需的).但是当我尝试使用 yum install php-devel 安装 php-devel 时,它给了我以下错误:

                I need help with installation of php-devel (I need it, cause it has phpize, which is necessary to install eAccelerator). But when I try to install php-devel with yum install php-devel it gives me the following errors:

                # yum install php-devel
                Loaded plugins: fastestmirror, priorities
                Loading mirror speeds from cached hostfile
                 * base: centos.itt-consulting.com
                 * epel: mirror.yandex.ru
                 * extras: centos.itt-consulting.com
                 * passenger: mirror.hmdc.harvard.edu
                 * updates: centos.itt-consulting.com
                Setting up Install Process
                Resolving Dependencies
                --> Running transaction check
                ---> Package php-devel.x86_64 0:5.3.3-14.el6_3 will be installed
                --> Processing Dependency: php = 5.3.3-14.el6_3 for package: php-devel-5.3.3-14.el6_3.x86_64
                --> Finished Dependency Resolution
                Error: Package: php-devel-5.3.3-14.el6_3.x86_64 (updates)
                           Requires: php = 5.3.3-14.el6_3
                           Installed: php-5.4.6-1.el6.remi.x86_64 (@remi-test)
                               php = 5.4.6-1.el6.remi
                           Available: php-5.3.3-3.el6_2.8.x86_64 (base)
                               php = 5.3.3-3.el6_2.8
                           Available: php-5.3.3-14.el6_3.x86_64 (updates)
                               php = 5.3.3-14.el6_3
                You could try using --skip-broken to work around the problem
                You could try running: rpm -Va --nofiles --nodigest
                

                我不知道如何处理这些错误.而且我安装了 php 5.3.3(phpinfo() 这么说),所以不明白为什么在这个列表中我可以看到 Installed: php-5.4...

                I have no idea what to do with these errors. And I have php 5.3.3 installed (phpinfo() says that), so don't understand why in this list I can see Installed: php-5.4...

                推荐答案

                你需要运行 yum --enablerepo=remi,remi-php54 install 而不是运行 yum install php-develphp-devel .

                Rather than running yum install php-devel you needed to run yum --enablerepo=remi,remi-php54 install php-devel .

                简而言之,只需从 remi 存储库中指定您想要的 php-devel 版本.在您的情况下,您从 remi 安装了 php54,因此您需要添加 "remi-php54" .这样就可以在没有停机的情况下成功安装 php-devel.

                In short, just specifying which php-devel version you wanted from the remi repo. In your case you had php54 installed from remi so you needed to add in "remi-php54" . That would have successfully installed php-devel without the downtime.

                这篇关于centos无法安装php-devel的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)

                  <legend id='QlsTE'><style id='QlsTE'><dir id='QlsTE'><q id='QlsTE'></q></dir></style></legend>

                      <bdo id='QlsTE'></bdo><ul id='QlsTE'></ul>
                      <i id='QlsTE'><tr id='QlsTE'><dt id='QlsTE'><q id='QlsTE'><span id='QlsTE'><b id='QlsTE'><form id='QlsTE'><ins id='QlsTE'></ins><ul id='QlsTE'></ul><sub id='QlsTE'></sub></form><legend id='QlsTE'></legend><bdo id='QlsTE'><pre id='QlsTE'><center id='QlsTE'></center></pre></bdo></b><th id='QlsTE'></th></span></q></dt></tr></i><div id='QlsTE'><tfoot id='QlsTE'></tfoot><dl id='QlsTE'><fieldset id='QlsTE'></fieldset></dl></div>
                        <tbody id='QlsTE'></tbody>

                      • <tfoot id='QlsTE'></tfoot>

                        <small id='QlsTE'></small><noframes id='QlsTE'>