ciao!
sono alle prese con l'installazione di phpmyadmin su RHEL 6.4.
ho aggiunto il repo epel:
codice:
wget http://mirror-fpt-telecom.fpt.net/fe...6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
quando però provo ad installarlo:
codice:
yum install phpmyadmin
Loaded plugins: refresh-packagekit, rhnplugin, security
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package phpMyAdmin.noarch 0:3.5.8.1-1.el6 will be installed
--> Processing Dependency: php-mcrypt >= 5.2.0 for package: phpMyAdmin-3.5.8.1-1.el6.noarch
--> Processing Dependency: php-mbstring >= 5.2.0 for package: phpMyAdmin-3.5.8.1-1.el6.noarch
--> Processing Dependency: php-php-gettext for package: phpMyAdmin-3.5.8.1-1.el6.noarch
--> Running transaction check
---> Package php-mcrypt.x86_64 0:5.3.3-1.el6 will be installed
--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.3.3-1.el6.x86_64
---> Package php-php-gettext.noarch 0:1.0.11-3.el6 will be installed
--> Processing Dependency: php-mbstring for package: php-php-gettext-1.0.11-3.el6.noarch
---> Package phpMyAdmin.noarch 0:3.5.8.1-1.el6 will be installed
--> Processing Dependency: php-mbstring >= 5.2.0 for package: phpMyAdmin-3.5.8.1-1.el6.noarch
--> Running transaction check
---> Package libmcrypt.x86_64 0:2.5.8-9.el6 will be installed
---> Package php-php-gettext.noarch 0:1.0.11-3.el6 will be installed
--> Processing Dependency: php-mbstring for package: php-php-gettext-1.0.11-3.el6.noarch
---> Package phpMyAdmin.noarch 0:3.5.8.1-1.el6 will be installed
--> Processing Dependency: php-mbstring >= 5.2.0 for package: phpMyAdmin-3.5.8.1-1.el6.noarch
--> Finished Dependency Resolution
Error: Package: php-php-gettext-1.0.11-3.el6.noarch (epel)
           Requires: php-mbstring
Error: Package: phpMyAdmin-3.5.8.1-1.el6.noarch (epel)
           Requires: php-mbstring >= 5.2.0
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
come posso fare?
avevo già provato su centos 6 e nn avevo avuto problemi!