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

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: « === PHP - CentOS 6 - Requires: libxslt.so.1(LIBXML2 1.0.18) === Ошибка вида: Error: Package: php-xml-5.5.34-1.el6.remi.x86_64 (remi-php55) …»)
 
 
Строка 1: Строка 1:
 +
[[Файл:Hot11.png|link=https://bit.ly/3tbFsd6| Самые выгодные сервера в рунете ]]
  
  
  
=== PHP - CentOS 6 - Requires: libxslt.so.1(LIBXML2 1.0.18) ===
+
=== PHP - CentOS 6 - Requires: libxslt.so.1(LIBXML2 1.0.18) ===
  
  
Строка 8: Строка 9:
 
  Error: Package: php-xml-5.5.34-1.el6.remi.x86_64 (remi-php55)
 
  Error: Package: php-xml-5.5.34-1.el6.remi.x86_64 (remi-php55)
 
           Requires: libxslt.so.1(LIBXML2_1.0.18)(64bit)
 
           Requires: libxslt.so.1(LIBXML2_1.0.18)(64bit)
 
+
You could try using --skip-broken to work around the problem
 +
You could try running: rpm -Va --nofiles --nodigest
  
 
решается доустановкой '''libxslt''':
 
решается доустановкой '''libxslt''':

Текущая версия на 12:07, 7 апреля 2016

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


PHP - CentOS 6 - Requires: libxslt.so.1(LIBXML2 1.0.18)

Ошибка вида:

Error: Package: php-xml-5.5.34-1.el6.remi.x86_64 (remi-php55)
          Requires: libxslt.so.1(LIBXML2_1.0.18)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

решается доустановкой libxslt:

# yum provides libxslt.so.1
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
libxslt-1.1.26-2.el6_3.1.i686 : Library providing the Gnome XSLT engine
Repo        : base
Matched from:
Other       : libxslt.so.1
# yum install libxslt