LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem with phpMyAdmin installation (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-phpmyadmin-installation-4175494644/)

Yarok 02-12-2014 07:54 AM

Problem with phpMyAdmin installation
 
Hello,

I'm running Red Hat 6 and try to install phpMyAdmin.
I have the epel repo as requested.
# yum install phpmyadmin
....

Error: Package: phpmyadmin-3.5.8.2-1.el6.noarch (epel) requires php-mbstring

I didn't find any answer on the net...

Please Advice.

TenTenths 02-12-2014 08:54 AM

Try
Code:

yum install php-mbstring
and then
Code:

yum install phpmyadmin

officerx 02-12-2014 03:26 PM

Just install xampp's full package it comes with phpadmin and its easy to install.

John VV 02-12-2014 04:48 PM

is this a paid for and registered install of rhel6
this command should AUTO install ALL needed prerequisites
Code:

su -
yum install phpmyadmin

if needed it should auto grab and ask to install ( with a yes / no question )
httpd
httpd-tools
libcrypt
php
php-gd
php-mbstring
php-mcrypt
php-mysql
php-pdo
php-php-gettext

and all of these are in the base RHN repo

you will get the above list of needed prerequisites
and a y/n question
type in y
and install them from the RHN repo


can you please post the output of this command
Code:

su -
yum repolist all

that will help in debugging the issue of yum NOT auto getting and asking to install the prerequisites


All times are GMT -5. The time now is 02:44 PM.