Recently I had configured Web server with PHP under Fedora core. Everything was working fine except the installation of phpMyAdmin, reported an error as follows:
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.
Following command helped me to find out the exact package name:
# yum search mbstring
Following command installed the package php-mbstring.i386 for fedora core 4:
# yum install php-mbstring.i386
Do not forget to restart web server.
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- 10 Greatest Open Source Software Of 2009
- My 10 UNIX Command Line Mistakes
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
- Email this to a friend
- Download PDF version
- Printable version
- Comment RSS feed
- Last Updated: Jul/26/2006


{ 13 comments… read them below or add one }
very helpful..and straight forward. thanks a lot
You are a smart guy… Thank you for helping me fix this issue.
Hi…I am having this problem but I did not understand whrere this command goes..?!!
Can you please explain more
Thanks! Works perfect
Thanks!!! Came up pretty high on google once you subtract “-windows” & “-dll”. I hate when those windows guys muck up my apache/mysql/php searches ;-)
Great Hint! You are A Godsend!
Excellent and worked well.
Such a simple solution, yum is a godsend!!!
Thanks Man!
Sometimes we forget the very basic thing.
Thanks -:)
Thankx Man, perfect help…
it’s the same in the new centos 5.3
Steve
RefinanceRight.org
THE BEST SOLUTIONNNN!!!!!!!!!!!!!!!!!!!!!
Sos groso.
Seemed too simple but it didn’t work for me.