PHP - CentOS 6 - Requires: libXpm.so.4(): различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: «link=https://bit.ly/3tbFsd6| Самые выгодные сервера в рунете === PHP - CentOS 6 - Requires: libXp…»)
 
 
Строка 12: Строка 12:
 
  You could try running: rpm -Va --nofiles --nodigest
 
  You could try running: rpm -Va --nofiles --nodigest
  
решается доустановкой '''libXpm''':
+
решается доустановкой '''libXpm''' и '''libXpm-devel''':
 
  # yum provides libXpm.so.4
 
  # yum provides libXpm.so.4
 
  Loaded plugins: fastestmirror
 
  Loaded plugins: fastestmirror
Строка 27: Строка 27:
 
  Matched from:
 
  Matched from:
 
  Other      : libXpm.so.4
 
  Other      : libXpm.so.4
  # yum install libXpm
+
 
 +
  # yum install libXpm libXpm-devel

Текущая версия на 18:25, 30 ноября 2017

Самые выгодные сервера в рунете


PHP - CentOS 6 - Requires: libXpm.so.4()

Ошибка вида:

Error: Package: gd-last-2.1.1-2.el6.remi.x86_64 (remi)
          Requires: libXpm.so.4()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

решается доустановкой libXpm и libXpm-devel:

# yum provides libXpm.so.4
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.ircam.fr
* epel: mirror.imt-systems.com
* extras: centos.mirror.fr.planethoster.net
* remi-php55: rpms.remirepo.net
* remi-safe: rpms.remirepo.net
* rpmforge: mirror1.hs-esslingen.de
* updates: miroir.univ-paris13.fr
libXpm-3.5.10-2.el6.i686 : X.Org X11 libXpm runtime library
Repo        : base
Matched from:
Other       : libXpm.so.4
# yum install libXpm libXpm-devel