Mail Beyond Logo
Feed on
Posts
Comments

Well I installed and updated Red Hat Enterprise Linux (RHEL) AS, and installed PHPMyAdmin.

But wait! PHPMyAdmin says:

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.

I need this mbstring package. How do I get it? Well it’s apparently really simple. People in the I-net’s say: “Just install the php-mbstring’s package”. Well that sounds easy, but where can I download the rpm? I tried a bunch of rpm’s, to no avail. I tried to find an apt rpm, so that I could use apt-get to install it on RHEL, but NO. I went into the up2date gui a few times, pleading with it to install this package, as it surely knows where to get it. But it doesn’t let you search for packages.

The solution, use up2date from RHEL’s command line to download the php-mbstring package. Open a terminal, and run:

up2date -i php-mbstring

Now open up PHPMyAdmin again, and it won’t complain.

If you found this helpful, help me by checking out the ads at the bottom of the page. Thank you!

Bookmark with: | del.icio.us | Digg it | Netscape | Newsvine | Yahoo MyWeb |

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.