OVH Community, your new community space.

Problema instalando Php...


Macf
05/01/2015, 22:52
No creo que sigas teniendo el problema, pero por si las moscas prueba:

yum install --enablerepo=remi,webtatic --nogpgcheck gd-last
yum install --enablerepo=remi-php55 --nogpgcheck php php-gd

Ros
16/12/2014, 18:21
El problema es que tienes la instalación que habrás echo con alguna guía y repos especiales, luego quieres reinstalar con repos originales y no te deja porque tienes una versión superior de dependencia o no tienes repo disponible para esos paquetes.

Mi recomendación.

- Que alguien se lo mire con el servidor delante, hacerlo por un foro no te va a llevar a buen puerto, luego puedes publicar la solución.
- Si lo primero no es posible, reinstala el servidor y empieza de 0.

Saludos !

LiAnTe
11/12/2014, 01:38
Sigo igual estoy algo desesperado...

te pego el resultado de los pasos que eh realizado...

GRacias adelantadas por esta ayuda que me estas dando.

[root@imrsoftware ~]# rpm -Uvh https://mirror.webtatic.com/yum/centos/5/latest.r pm
Recuperando https://mirror.webtatic.com/yum/centos/5/latest.rpm
advertencia:/var/tmp/rpm-tmp.xNiayA: CabeceraV3 DSA/SHA1 Signature, ID de clave cf4c4ff9: NOKEY
Preparando... ########################################### [100%]
el paquete webtatic-release-6-5.noarch (el cual es m▒s nuevo que webtati c-release-5-3.noarch) ya est▒ instalado
[root@imrsoftware ~]# rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
Recuperando https://mirror.webtatic.com/yum/el6/latest.rpm
advertencia:/var/tmp/rpm-tmp.1W5Wxg: CabeceraV4 DSA/SHA1 Signature, ID de clave cf4c4ff9: NOKEY
Preparando... ########################################### [100%]
el paquete webtatic-release-6-5.noarch ya est▒ instalado
[root@imrsoftware ~]# rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
Recuperando https://mirror.webtatic.com/yum/el7/epel-release.rpm
advertencia:/var/tmp/rpm-tmp.YhSu56: CabeceraV4 RSA/SHA1 Signature, ID de clave 62e74ca5: NOKEY
Preparando... ########################################### [100%]
1:epel-release ########################################### [100%]
[root@imrsoftware ~]# rpm -Uvh https://mirror.webtatic.com/yum/el7/...ic-release.rpm
Recuperando https://mirror.webtatic.com/yum/el7/...ic-release.rpm
curl: (22) The requested URL returned error: 404 Not Found
error: omitiendo https://mirror.webtatic.com/yum/el7/...ic-release.rpm - transferencia fallida
[root@imrsoftware ~]# yum install php55w php55w-opcache
Complementos cargados:fastestmirror
Configurando el proceso de instalaci▒n
Loading mirror speeds from cached hostfile
epel/metalink | 27 kB 00:00
* epel: epel.mirrors.ovh.net
* remi-php55: rpms.famillecollet.com
epel | 4.4 kB 00:00
epel/primary_db | 3.7 MB 00:00
remi-php55 | 2.9 kB 00:00
No existe disponible ning▒n paquete php55w.
No existe disponible ning▒n paquete php55w-opcache.
Error: Nada para hacer
[root@imrsoftware ~]#

limpie el tema de las varias versiones de PHP el otro dia el resultado actual es este...

[root@imrsoftware ~]# yum --showduplicates list php
Complementos cargados:fastestmirror
Loading mirror speeds from cached hostfile
* epel: epel.mirrors.ovh.net
* remi-php55: rpms.famillecollet.com
Paquetes disponibles
php.x86_64 5.5.19-1.el6.remi remi-php55
php.x86_64 5.5.19-2.el6.remi remi-php55
[root@imrsoftware ~]#

El problema que no puedo entrar al panel de Pararells es debido a que no puedo instalar el PHP¿? desde que puse el tema de desistalar nunca mas eh podido entrar.

Saludos.


[root@imrsoftware ~]# rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm
Recuperando https://mirror.webtatic.com/yum/el6/latest.rpm
advertencia:/var/tmp/rpm-tmp.6qExsF: CabeceraV4 DSA/SHA1 Signature, ID de clave cf4c4ff9: NOKEY
Preparando... ########################################### [100%]
el paquete webtatic-release-6-5.noarch ya est▒ instalado
[root@imrsoftware ~]# yum install php55w php55w-opcache
Complementos cargados:fastestmirror
Configurando el proceso de instalaci▒n
Loading mirror speeds from cached hostfile
* epel: epel.mirrors.ovh.net
* remi-php55: rpms.famillecollet.com
No existe disponible ning▒n paquete php55w.
No existe disponible ning▒n paquete php55w-opcache.
Error: Nada para hacer
[root@imrsoftware ~]#

mgsalinero
09/12/2014, 21:33
es como si se te instalase PHP pero no se te instalasen algunas dependencias esenciales. Eso es problema de los repositorios. Ademas al hacer list veo discrepancias:
# yum --showduplicates list php
Available Packages
php.x86_64 5.3.3-3.el6_2.8 base
php.x86_64 5.3.3-14.el6_3 updates
php.x86_64 5.4.10-1.el6.remi remi
php.x86_64 5.4.11-1.el6.remi remi


[root@imrsoftware yum.repos.d]# yum --showduplicates list php
Complementos cargados:fastestmirror
Loading mirror speeds from cached hostfile
* remi-php55: rpms.famillecollet.com
Paquetes disponibles
php.x86_64 5.5.19-1.el6.remi remi-php55
php.x86_64 5.5.19-2.el6.remi remi-php55

Entonces debes hacer lo siguiente:
1) Instala los repositorios:
CentOS 5:
rpm -Uvh https://mirror.webtatic.com/yum/centos/5/latest.rpm

CentOS 6:
rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm

CentOS 7:
rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/...ic-release.rpm


2) Prueba a instalar de nuevo PHP , según tengas:
yum install php55w php55w-opcache
Y nos cuentas

LiAnTe
09/12/2014, 01:07
Buenas me estoy volviendo loco...

Por un lado no me lo deja instalar por otro me da otra cosa te lo subo...

Complementos cargados:fastestmirror
Configurando el proceso de actualizaci▒n
Loading mirror speeds from cached hostfile
* remi-php55: remi.check-update.co.uk
Resolviendo dependencias
--> Ejecutando prueba de transacci▒n
---> Package php-cli.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-cli.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-common.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-common.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: php-pecl-zip(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: php-pecl-jsonc(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
---> Package php-fpm.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-fpm.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-gd.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-imap.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-imap.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mbstring.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-mbstring.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mcrypt.x86_64 0:5.3.3-3.el6 will be actualizado
---> Package php-mcrypt.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mysql.x86_64 0:5.3.3-40.el6_6 will be obsoleto
---> Package php-mysqlnd.x86_64 0:5.5.19-2.el6.remi will be obsoleting
---> Package php-pdo.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-pdo.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-xml.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-xml.x86_64 0:5.5.19-2.el6.remi will be an update
--> Ejecutando prueba de transacci▒n
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-pecl-jsonc.x86_64 0:1.3.6-1.el6.remi.5.5.1 will be instalado
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
---> Package php-pecl-zip.x86_64 0:1.12.4-1.el6.remi.5.5 will be instalado
--> Ejecutando prueba de transacci▒n
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-pear.noarch 1:1.9.4-20.el6.remi will be instalado
--> Procesando dependencias: php-posix para el paquete: 1hp-pear-1.9.4-20.el6.remi.noarch
--> Ejecutando prueba de transacci▒n
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-process.x86_64 0:5.5.19-2.el6.remi will be instalado
--> Resoluci▒n de dependencias finalizada
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libt1.so.5()(64bit)
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: gd-last(x86-64) >= 2.1.0-3
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libvpx.so.1()(64bit)
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libgd.so.3()(64bit)
Podr▒a intentar utilizar el comando --skip-broken para sortear el problema
Podr▒a intentar ejecutar: rpm- Va --nofiles --nodigest
[root@imrsoftware yum.repos.d]# php -v
Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.4.so: /usr/lib/php/modules/ioncube_loader_lin_5.4.so: ca nnot open shared object file: No such file or directory
Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.4.so: /usr/lib/php/modules/ioncube_loader_lin_5.4.so: ca nnot open shared object file: No such file or directory
PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.6.0, Copyright (c) 2002-2014, by ionCube Ltd.
[root@imrsoftware yum.repos.d]# yum remove php
Complementos cargados:fastestmirror
Configurando el proceso de eliminaci▒n
No hay nada concordante con el argumento: php
Loading mirror speeds from cached hostfile
* remi-php55: remi.check-update.co.uk
El (los) paquete(s) php se encuentra(n) disponible(s), pero no se ha(n) instalado.
No se han seleccionado paquetes para ser eliminados
[root@imrsoftware yum.repos.d]# yum --showduplicates list php
Complementos cargados:fastestmirror
Loading mirror speeds from cached hostfile
* remi-php55: rpms.famillecollet.com
Paquetes disponibles
php.x86_64 5.5.19-1.el6.remi remi-php55
php.x86_64 5.5.19-2.el6.remi remi-php55
[root@imrsoftware yum.repos.d]# yum install php.x86_64
Complementos cargados:fastestmirror
Configurando el proceso de instalaci▒n
Loading mirror speeds from cached hostfile
* remi-php55: remi.check-update.co.uk
Resolviendo dependencias
--> Ejecutando prueba de transacci▒n
---> Package php.x86_64 0:5.5.19-2.el6.remi will be instalado
--> Procesando dependencias: php-common(x86-64) = 5.5.19-2.el6.remi para el paquete: php-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: php-cli(x86-64) = 5.5.19-2.el6.remi para el paquete: php-5.5.19-2.el6.remi.x86_64
--> Ejecutando prueba de transacci▒n
---> Package php-cli.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-cli.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-common.x86_64 0:5.3.3-40.el6_6 will be actualizado
--> Procesando dependencias: php(api) = 20090626 para el paquete: php-mcrypt-5.3.3-3.el6.x86_64
--> Procesando dependencias: php(zend-abi) = 20090626 para el paquete: php-mcrypt-5.3.3-3.el6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-mysql-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-gd-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-xml-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-fpm-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-imap-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-mbstring-5.3.3-40.el6_6.x86_ 64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-pdo-5.3.3-40.el6_6.x86_64
---> Package php-common.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: php-pecl-zip(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: php-pecl-jsonc(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
--> Ejecutando prueba de transacci▒n
---> Package php-fpm.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-fpm.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-gd.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-imap.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-imap.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mbstring.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-mbstring.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mcrypt.x86_64 0:5.3.3-3.el6 will be actualizado
---> Package php-mcrypt.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mysql.x86_64 0:5.3.3-40.el6_6 will be obsoleto
---> Package php-mysqlnd.x86_64 0:5.5.19-2.el6.remi will be obsoleting
---> Package php-pdo.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-pdo.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-pecl-jsonc.x86_64 0:1.3.6-1.el6.remi.5.5.1 will be instalado
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
---> Package php-pecl-zip.x86_64 0:1.12.4-1.el6.remi.5.5 will be instalado
---> Package php-xml.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-xml.x86_64 0:5.5.19-2.el6.remi will be an update
--> Ejecutando prueba de transacci▒n
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-pear.noarch 1:1.9.4-20.el6.remi will be instalado
--> Procesando dependencias: php-posix para el paquete: 1hp-pear-1.9.4-20.el6.remi.noarch
--> Ejecutando prueba de transacci▒n
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-process.x86_64 0:5.5.19-2.el6.remi will be instalado
--> Resoluci▒n de dependencias finalizada
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libt1.so.5()(64bit)
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: gd-last(x86-64) >= 2.1.0-3
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libvpx.so.1()(64bit)
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libgd.so.3()(64bit)
Podr▒a intentar utilizar el comando --skip-broken para sortear el problema
Podr▒a intentar ejecutar: rpm- Va --nofiles --nodigest


POR OTRO LADO MIRA ESTO...

php -v
Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.4.so: /usr/lib/php/modules/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
Failed loading /usr/lib/php/modules/ioncube_loader_lin_5.4.so: /usr/lib/php/modules/ioncube_loader_lin_5.4.so: cannot open shared object file: No such file or directory
PHP 5.3.3 (cli) (built: Oct 30 2014 20:12:53)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.6.0, Copyright (c) 2002-2014, by ionCube Ltd.

mgsalinero
07/12/2014, 22:26
Comprueba si tienes las repos q se te indican, si no, tendrás que añadirlas

mgsalinero
07/12/2014, 22:25
Con yum, podemos, a continuación, ver qué versiones tenemos disponibles en los diferentes repositorios.
# yum --showduplicates list php
Available Packages
php.x86_64 5.3.3-3.el6_2.8 base
php.x86_64 5.3.3-14.el6_3 updates
php.x86_64 5.4.10-1.el6.remi remi
php.x86_64 5.4.11-1.el6.remi remi
Una vez sepamos qué versiones tenemos disponibles en los repositorios, podemos listar los paquetes actualmente instalados:

Finalmente, sabiendo las versiones disponibles en los repositorios, podremos instalar la versión específica, tal y como aparece en el respositorio, indicándoselo a yum:
# yum install php-5.3.3
En mi caso, también me ha instalado por dependencias algunos paquetes como el php-common y el php-cli, así que en el ejemplo con el que estamos trabajando, deberemos acabar de instalar el resto de paquetes:
# yum install php-devel-5.3.3 php-gd-5.3.3 php-pdo-5.3.3 php-pspell-5.3.3 php-snmp-5.3.3 php-xml-5.3.3 php-xmlrpc-5.3.3
Al finalizar, podremos comprobar nuestra versión de php
# php -v
PHP 5.3.3 (cli) (built: Jul 3 2012 16:53:21)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
# yum list installed | grep php
php.x86_64 5.3.3-14.el6_3 @updates
php-cli.x86_64 5.3.3-14.el6_3 @updates
php-common.x86_64 5.3.3-14.el6_3 @updates
php-devel.x86_64 5.3.3-14.el6_3 @updates
php-gd.x86_64 5.3.3-14.el6_3 @updates
php-mysql.x86_64 5.3.3-14.el6_3 @updates
php-pdo.x86_64 5.3.3-14.el6_3 @updates
php-pear.noarch 1:1.9.4-4.el6 @base
php-pecl-memcache.x86_64 3.0.5-4.el6 @base
php-pspell.x86_64 5.3.3-14.el6_3 @updates
php-snmp.x86_64 5.3.3-14.el6_3 @updates
php-xml.x86_64 5.3.3-14.el6_3 @updates
php-xmlrpc.x86_64 5.3.3-14.el6_3 @updates


LiAnTe
06/12/2014, 23:19
mira este es el resultado...

lo acabo de probar...

: php-mysql-5.4.35-1.el6.remi.x86_64
--> Resoluci▒n de dependencias finalizada
Error: Paquete: php-mysql-5.4.35-1.el6.remi.x86_64 (remi)
Necesita: php-pdo(x86-64) = 5.4.35-1.el6.remi
Eliminando: php-pdo-5.3.3-40.el6_6.x86_64 (@updates)
php-pdo(x86-64) = 5.3.3-40.el6_6
Actualizado por: php-pdo-5.5.19-2.el6.remi.x86_64 (remi-php55)
php-pdo(x86-64) = 5.5.19-2.el6.remi
Disponible: php-pdo-5.3.3-38.el6.x86_64 (base)
php-pdo(x86-64) = 5.3.3-38.el6
Disponible: php-pdo-5.4.34-1.el6.remi.x86_64 (remi)
php-pdo(x86-64) = 5.4.34-1.el6.remi
Disponible: php-pdo-5.4.35-1.el6.remi.x86_64 (remi)
php-pdo(x86-64) = 5.4.35-1.el6.remi
Disponible: php-pdo-5.5.19-1.el6.remi.x86_64 (remi-php55)
php-pdo(x86-64) = 5.5.19-1.el6.remi
Disponible: php-pdo-5.2.17-1.1.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.27-2.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.28-1.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.28-2.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.28-3.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.28-4.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.29-1.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.29-2.w5.x86_64 (webtatic)
No encontrado
Disponible: php-pdo-5.3.29-3.w5.x86_64 (webtatic)
No encontrado
Podr▒a intentar utilizar el comando --skip-broken para sortear el problema
Podr▒a intentar ejecutar: rpm- Va --nofiles --nodigest
[root@imrsoftware ~]#

Ros
06/12/2014, 21:52
Cita Publicado inicialmente por LiAnTe
Buenas alguien me puede decir como solventar el problema?

Perdon es que soy nuevo en estos mundos... y estoy algo verde todavia...

[root@imrsoftware ~]# yum install php
Complementos cargados:fastestmirror
Configurando el proceso de instalaci▒n
Loading mirror speeds from cached hostfile
* base: centos.mirrors.ovh.net
* epel: epel.mirrors.ovh.net
* extras: centos.mirrors.ovh.net
* remi-php55: remi.check-update.co.uk
* updates: centos.mirrors.ovh.net
* webtatic: uk.repo.webtatic.com
* webtatic-debuginfo: uk.repo.webtatic.com
* webtatic-source: uk.repo.webtatic.com
Resolviendo dependencias
--> Ejecutando prueba de transacci▒n
---> Package php.x86_64 0:5.5.19-2.el6.remi will be instalado
--> Procesando dependencias: php-common(x86-64) = 5.5.19-2.el6.remi para el paquete: php-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: php-cli(x86-64) = 5.5.19-2.el6.remi para el paquete: php-5.5.19-2.el6.remi.x86_64
--> Ejecutando prueba de transacci▒n
---> Package php-cli.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-cli.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-common.x86_64 0:5.3.3-40.el6_6 will be actualizado
--> Procesando dependencias: php(api) = 20090626 para el paquete: php-mcrypt-5.3.3-3.el6.x86_64
--> Procesando dependencias: php(zend-abi) = 20090626 para el paquete: php-mcrypt-5.3.3-3.el6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-mysql-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-gd-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-xml-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-fpm-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-imap-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-mbstring-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-pdo-5.3.3-40.el6_6.x86_64
---> Package php-common.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: php-pecl-zip(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: php-pecl-jsonc(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
--> Ejecutando prueba de transacci▒n
---> Package php-fpm.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-fpm.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-gd.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-imap.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-imap.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mbstring.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-mbstring.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mcrypt.x86_64 0:5.3.3-3.el6 will be actualizado
---> Package php-mcrypt.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mysql.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-mysql.x86_64 0:5.3.29-3.w5 will be an update
--> Procesando dependencias: php-pdo = 5.3.29-3.w5 para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libmysqlclient.so.15(libmysqlclient_15)(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libssl.so.6()(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libmysqlclient.so.15()(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libcrypto.so.6()(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
---> Package php-pdo.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-pdo.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-pecl-jsonc.x86_64 0:1.3.6-1.el6.remi.5.5.1 will be instalado
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
---> Package php-pecl-zip.x86_64 0:1.12.4-1.el6.remi.5.5 will be instalado
---> Package php-xml.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-xml.x86_64 0:5.5.19-2.el6.remi will be an update
--> Ejecutando prueba de transacci▒n
---> Package libmysqlclient15.x86_64 0:5.0.95-5.w5 will be instalado
---> Package libvpx.x86_64 0:1.3.0-5.el6_5 will be instalado
---> Package openssl098e.x86_64 0:0.9.8e-18.el6_5.2 will be instalado
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-mysql.x86_64 0:5.3.29-3.w5 will be an update
--> Procesando dependencias: php-pdo = 5.3.29-3.w5 para el paquete: php-mysql-5.3.29-3.w5.x86_64
---> Package php-pear.noarch 1:1.9.4-20.el6.remi will be instalado
--> Procesando dependencias: php-posix para el paquete: 1hp-pear-1.9.4-20.el6.remi.noarch
---> Package t1lib.x86_64 0:5.1.2-6.el6_2.1 will be instalado
--> Ejecutando prueba de transacci▒n
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-mysql.x86_64 0:5.3.29-3.w5 will be an update
--> Procesando dependencias: php-pdo = 5.3.29-3.w5 para el paquete: php-mysql-5.3.29-3.w5.x86_64
---> Package php-process.x86_64 0:5.5.19-2.el6.remi will be instalado
--> Resoluci▒n de dependencias finalizada
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: gd-last(x86-64) >= 2.1.0-3
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libgd.so.3()(64bit)
Error: Paquete: php-mysql-5.3.29-3.w5.x86_64 (webtatic)
Necesita: php-pdo = 5.3.29-3.w5
Eliminando: php-pdo-5.3.3-40.el6_6.x86_64 (@updates)
php-pdo = 5.3.3-40.el6_6
Actualizado por: php-pdo-5.5.19-2.el6.remi.x86_64 (remi-php55)
php-pdo = 5.5.19-2.el6.remi
Disponible: php-pdo-5.2.17-1.1.w5.x86_64 (webtatic)
php-pdo = 5.2.17-1.1.w5
Disponible: php-pdo-5.3.3-38.el6.x86_64 (base)
php-pdo = 5.3.3-38.el6
Disponible: php-pdo-5.3.27-2.w5.x86_64 (webtatic)
php-pdo = 5.3.27-2.w5
Disponible: php-pdo-5.3.28-1.w5.x86_64 (webtatic)
php-pdo = 5.3.28-1.w5
Disponible: php-pdo-5.3.28-2.w5.x86_64 (webtatic)
php-pdo = 5.3.28-2.w5
Disponible: php-pdo-5.3.28-3.w5.x86_64 (webtatic)
php-pdo = 5.3.28-3.w5
Disponible: php-pdo-5.3.28-4.w5.x86_64 (webtatic)
php-pdo = 5.3.28-4.w5
Disponible: php-pdo-5.3.29-1.w5.x86_64 (webtatic)
php-pdo = 5.3.29-1.w5
Disponible: php-pdo-5.3.29-2.w5.x86_64 (webtatic)
php-pdo = 5.3.29-2.w5
Disponible: php-pdo-5.3.29-3.w5.x86_64 (webtatic)
php-pdo = 5.3.29-3.w5
Disponible: php-pdo-5.5.19-1.el6.remi.x86_64 (remi-php55)
php-pdo = 5.5.19-1.el6.remi
Podr▒a intentar utilizar el comando --skip-broken para sortear el problema
Podr▒a intentar ejecutar: rpm- Va --nofiles --nodigest
[root@imrsoftware ~]#
Creo que tu problema está con los repos.

yum install php --enablerepo=webtatic,remi

Pruebes probar eso ?

Saludos !

LiAnTe
06/12/2014, 13:45
Buenas alguien me puede decir como solventar el problema?

Perdon es que soy nuevo en estos mundos... y estoy algo verde todavia...

[root@imrsoftware ~]# yum install php
Complementos cargados:fastestmirror
Configurando el proceso de instalaci▒n
Loading mirror speeds from cached hostfile
* base: centos.mirrors.ovh.net
* epel: epel.mirrors.ovh.net
* extras: centos.mirrors.ovh.net
* remi-php55: remi.check-update.co.uk
* updates: centos.mirrors.ovh.net
* webtatic: uk.repo.webtatic.com
* webtatic-debuginfo: uk.repo.webtatic.com
* webtatic-source: uk.repo.webtatic.com
Resolviendo dependencias
--> Ejecutando prueba de transacci▒n
---> Package php.x86_64 0:5.5.19-2.el6.remi will be instalado
--> Procesando dependencias: php-common(x86-64) = 5.5.19-2.el6.remi para el paquete: php-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: php-cli(x86-64) = 5.5.19-2.el6.remi para el paquete: php-5.5.19-2.el6.remi.x86_64
--> Ejecutando prueba de transacci▒n
---> Package php-cli.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-cli.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-common.x86_64 0:5.3.3-40.el6_6 will be actualizado
--> Procesando dependencias: php(api) = 20090626 para el paquete: php-mcrypt-5.3.3-3.el6.x86_64
--> Procesando dependencias: php(zend-abi) = 20090626 para el paquete: php-mcrypt-5.3.3-3.el6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-mysql-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-gd-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-xml-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-fpm-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-imap-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-mbstring-5.3.3-40.el6_6.x86_64
--> Procesando dependencias: php-common(x86-64) = 5.3.3-40.el6_6 para el paquete: php-pdo-5.3.3-40.el6_6.x86_64
---> Package php-common.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: php-pecl-zip(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: php-pecl-jsonc(x86-64) para el paquete: php-common-5.5.19-2.el6.remi.x86_64
--> Ejecutando prueba de transacci▒n
---> Package php-fpm.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-fpm.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-gd.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libvpx.so.1()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libt1.so.5()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-imap.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-imap.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mbstring.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-mbstring.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mcrypt.x86_64 0:5.3.3-3.el6 will be actualizado
---> Package php-mcrypt.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-mysql.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-mysql.x86_64 0:5.3.29-3.w5 will be an update
--> Procesando dependencias: php-pdo = 5.3.29-3.w5 para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libmysqlclient.so.15(libmysqlclient_15)(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libssl.so.6()(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libmysqlclient.so.15()(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
--> Procesando dependencias: libcrypto.so.6()(64bit) para el paquete: php-mysql-5.3.29-3.w5.x86_64
---> Package php-pdo.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-pdo.x86_64 0:5.5.19-2.el6.remi will be an update
---> Package php-pecl-jsonc.x86_64 0:1.3.6-1.el6.remi.5.5.1 will be instalado
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
--> Procesando dependencias: /usr/bin/pecl para el paquete: php-pecl-jsonc-1.3.6-1.el6.remi.5.5.1.x86_64
---> Package php-pecl-zip.x86_64 0:1.12.4-1.el6.remi.5.5 will be instalado
---> Package php-xml.x86_64 0:5.3.3-40.el6_6 will be actualizado
---> Package php-xml.x86_64 0:5.5.19-2.el6.remi will be an update
--> Ejecutando prueba de transacci▒n
---> Package libmysqlclient15.x86_64 0:5.0.95-5.w5 will be instalado
---> Package libvpx.x86_64 0:1.3.0-5.el6_5 will be instalado
---> Package openssl098e.x86_64 0:0.9.8e-18.el6_5.2 will be instalado
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-mysql.x86_64 0:5.3.29-3.w5 will be an update
--> Procesando dependencias: php-pdo = 5.3.29-3.w5 para el paquete: php-mysql-5.3.29-3.w5.x86_64
---> Package php-pear.noarch 1:1.9.4-20.el6.remi will be instalado
--> Procesando dependencias: php-posix para el paquete: 1hp-pear-1.9.4-20.el6.remi.noarch
---> Package t1lib.x86_64 0:5.1.2-6.el6_2.1 will be instalado
--> Ejecutando prueba de transacci▒n
---> Package php-gd.x86_64 0:5.5.19-2.el6.remi will be an update
--> Procesando dependencias: gd-last(x86-64) >= 2.1.0-3 para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
--> Procesando dependencias: libgd.so.3()(64bit) para el paquete: php-gd-5.5.19-2.el6.remi.x86_64
---> Package php-mysql.x86_64 0:5.3.29-3.w5 will be an update
--> Procesando dependencias: php-pdo = 5.3.29-3.w5 para el paquete: php-mysql-5.3.29-3.w5.x86_64
---> Package php-process.x86_64 0:5.5.19-2.el6.remi will be instalado
--> Resoluci▒n de dependencias finalizada
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: gd-last(x86-64) >= 2.1.0-3
Error: Paquete: php-gd-5.5.19-2.el6.remi.x86_64 (remi-php55)
Necesita: libgd.so.3()(64bit)
Error: Paquete: php-mysql-5.3.29-3.w5.x86_64 (webtatic)
Necesita: php-pdo = 5.3.29-3.w5
Eliminando: php-pdo-5.3.3-40.el6_6.x86_64 (@updates)
php-pdo = 5.3.3-40.el6_6
Actualizado por: php-pdo-5.5.19-2.el6.remi.x86_64 (remi-php55)
php-pdo = 5.5.19-2.el6.remi
Disponible: php-pdo-5.2.17-1.1.w5.x86_64 (webtatic)
php-pdo = 5.2.17-1.1.w5
Disponible: php-pdo-5.3.3-38.el6.x86_64 (base)
php-pdo = 5.3.3-38.el6
Disponible: php-pdo-5.3.27-2.w5.x86_64 (webtatic)
php-pdo = 5.3.27-2.w5
Disponible: php-pdo-5.3.28-1.w5.x86_64 (webtatic)
php-pdo = 5.3.28-1.w5
Disponible: php-pdo-5.3.28-2.w5.x86_64 (webtatic)
php-pdo = 5.3.28-2.w5
Disponible: php-pdo-5.3.28-3.w5.x86_64 (webtatic)
php-pdo = 5.3.28-3.w5
Disponible: php-pdo-5.3.28-4.w5.x86_64 (webtatic)
php-pdo = 5.3.28-4.w5
Disponible: php-pdo-5.3.29-1.w5.x86_64 (webtatic)
php-pdo = 5.3.29-1.w5
Disponible: php-pdo-5.3.29-2.w5.x86_64 (webtatic)
php-pdo = 5.3.29-2.w5
Disponible: php-pdo-5.3.29-3.w5.x86_64 (webtatic)
php-pdo = 5.3.29-3.w5
Disponible: php-pdo-5.5.19-1.el6.remi.x86_64 (remi-php55)
php-pdo = 5.5.19-1.el6.remi
Podr▒a intentar utilizar el comando --skip-broken para sortear el problema
Podr▒a intentar ejecutar: rpm- Va --nofiles --nodigest
[root@imrsoftware ~]#