phpMyAdmin não encontra mbstring embora esteja instalado [fechado]

1

Estou rodando o Kloxo no momento e atualizei o phpMyAdmin para a versão mais recente, assim como o php e o mysql, no entanto, o phpMyAdmin parece reclamar que o mbstring não está sendo instalado, mesmo assim. O que está errado aqui e como eu corrijo isso?

O erro fromm phpMyAdmin (versão 3.4.10)
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.

o php-mbstring está instalado.

[root@237266 modules]# yum list installed | grep mbstring
php-mbstring.i386                             5.4.5-1.el5.remi         installed

E é de fato a mesma versão do PHP

[root@237266 modules]# yum list installed | grep php.i386
php.i386                                      5.4.5-1.el5.remi         installed
[root@237266 modules]# php -v
PHP 5.4.5 (cli) (built: Jul 20 2012 09:52:56)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
    with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
    with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
    
por Hosh Sadiq 28.07.2012 / 03:14

0 respostas

Tags