中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

怎么解決php5.4系統升級出錯問題

發布時間:2021-12-29 10:32:05 來源:億速云 閱讀:145 作者:iii 欄目:編程語言

這篇文章主要講解了“怎么解決php5.4系統升級出錯問題”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“怎么解決php5.4系統升級出錯問題”吧!

php5.4系統升級出錯的解決辦法:1、安裝libmcrypt,libmcrypt-devel;2、升級EPEL源;3、重新升級即可。

怎么解決php5.4系統升級出錯問題

本文操作環境:CentOS7.3系統、php5.4版、Dell G3電腦。

如何解決php5.4 系統升級出錯問題?

CentOS7 PHP5.4 升級 PHP5.6 缺少libmcrypt問題解決辦法

系統為CentOS7.3,安裝PHP后,版本為5.4,當進行升級5.6時發生錯誤:報錯缺少libmcrypt.so.4()(64bit)庫

需要安裝libmcrypt,libmcrypt-devel:

yum install libmcrypt libmcrypt-devel

直接輸入以上指令,出錯!問題為EPEL源未更新到最新版本。

需要升級EPEL源:

命令:yum -y install epel-release

yum -y install epel-release
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: 100.125.0.40
 * extras: 100.125.0.40
 * updates: 100.125.0.40
 * webtatic: us-east.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-9 will be updated
---> Package epel-release.noarch 0:7-11 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================
 Package                      Arch                   Version               Repository              Size
========================================================================================================
Updating:
 epel-release                 noarch                 7-11                  extras                  15 k

Transaction Summary
========================================================================================================
Upgrade  1 Package

Total download size: 15 k
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
epel-release-7-11.noarch.rpm                                                     |  15 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : epel-release-7-11.noarch                                                             1/2
  Cleanup    : epel-release-7-9.noarch                                                              2/2
  Verifying  : epel-release-7-11.noarch                                                             1/2
  Verifying  : epel-release-7-9.noarch                                                              2/2

Updated:
  epel-release.noarch 0:7-11

Complete!

從7-9 升級至7-11

EPEL最新是7-12,因此再輸入一次上面的指令:

 yum -y install epel-release
Loaded plugins: fastestmirror, langpacks
epel/x86_64/metalink                                                             | 8.6 kB  00:00:00
epel                                                                             | 5.4 kB  00:00:00
(1/3): epel/x86_64/updateinfo                                                    | 1.0 MB  00:00:00
(2/3): epel/x86_64/group_gz                                                      |  90 kB  00:00:01
(3/3): epel/x86_64/primary_db                                                    | 6.9 MB  00:01:00
Loading mirror speeds from cached hostfile
 * base: 100.125.0.40
 * epel: mirrors.aliyun.com
 * extras: 100.125.0.40
 * updates: 100.125.0.40
 * webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package epel-release.noarch 0:7-11 will be updated
---> Package epel-release.noarch 0:7-12 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================
 Package                      Arch                   Version                 Repository            Size
========================================================================================================
Updating:
 epel-release                 noarch                 7-12                    epel                  15 k

Transaction Summary
========================================================================================================
Upgrade  1 Package

Total download size: 15 k
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
epel-release-7-12.noarch.rpm                                                     |  15 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : epel-release-7-12.noarch                                                             1/2
  Cleanup    : epel-release-7-11.noarch                                                             2/2
  Verifying  : epel-release-7-12.noarch                                                             1/2
  Verifying  : epel-release-7-11.noarch                                                             2/2

Updated:
  epel-release.noarch 0:7-12

完成升級7-12。

再次安裝

libmcrypt,libmcrypt-devel:

yum install libmcrypt libmcrypt-devel

yum install libmcrypt libmcrypt-devel
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: 100.125.0.40
 * epel: my.mirrors.thegigabit.com
 * extras: 100.125.0.40
 * updates: 100.125.0.40
 * webtatic: uk.repo.webtatic.com
Resolving Dependencies
--> Running transaction check
---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed
---> Package libmcrypt-devel.x86_64 0:2.5.8-13.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================
 Package                       Arch                 Version                    Repository          Size
========================================================================================================
Installing:
 libmcrypt                     x86_64               2.5.8-13.el7               epel                99 k
 libmcrypt-devel               x86_64               2.5.8-13.el7               epel                13 k

Transaction Summary
========================================================================================================
Install  2 Packages

Total download size: 112 k
Installed size: 302 k
Is this ok [y/d/N]: y
Downloading packages:
(1/2): libmcrypt-2.5.8-13.el7.x86_64.rpm                                         |  99 kB  00:00:00
(2/2): libmcrypt-devel-2.5.8-13.el7.x86_64.rpm                                   |  13 kB  00:00:00
--------------------------------------------------------------------------------------------------------
Total                                                                   1.2 MB/s | 112 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : libmcrypt-2.5.8-13.el7.x86_64                                                        1/2
  Installing : libmcrypt-devel-2.5.8-13.el7.x86_64                                                  2/2
  Verifying  : libmcrypt-devel-2.5.8-13.el7.x86_64                                                  1/2
  Verifying  : libmcrypt-2.5.8-13.el7.x86_64                                                        2/2

Installed:
  libmcrypt.x86_64 0:2.5.8-13.el7                 libmcrypt-devel.x86_64 0:2.5.8-13.el7

Complete!

成功!

最后升級PHP,指令:

yum install -y php56w php56w-opcache php56w-xml php56w-mcrypt php56w-gd php56w-devel php56w-mysql php56w-intl php56w-mbstring

感謝各位的閱讀,以上就是“怎么解決php5.4系統升級出錯問題”的內容了,經過本文的學習后,相信大家對怎么解決php5.4系統升級出錯問題這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

php
AI

宁国市| 林周县| 潮安县| 沙雅县| 太康县| 福安市| 龙口市| 吉林省| 高要市| 固阳县| 韩城市| 磐石市| 三明市| 玉溪市| 九龙城区| 丽水市| 防城港市| 井陉县| 甘孜| 河北省| 密云县| 龙泉市| 晋江市| 扶沟县| 大新县| 章丘市| 抚松县| 海门市| 顺义区| 新化县| 溧阳市| 甘孜| 江安县| 平和县| 玉龙| 津市市| 盖州市| 望谟县| 鹿泉市| 孝昌县| 镇原县|