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.
🐧 Get the latest tutorials on Linux, Open Source & DevOps via:
- RSS feed or Weekly email newsletter
- Share on Twitter • Facebook • 16 comments... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
Great! just what i was searching!
thanks man, it worked like a charm!
it`s working) the simplest way) thanks
Seemed too simple but it didn’t work for me.
THE BEST SOLUTIONNNN!!!!!!!!!!!!!!!!!!!!!
Sos groso.
it’s the same in the new centos 5.3
Steve
RefinanceRight.org
Thankx Man, perfect help…
Thanks Man!
Sometimes we forget the very basic thing.
Thanks -:)
Such a simple solution, yum is a godsend!!!
Excellent and worked well.
Great Hint! You are A Godsend!
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 😉
Thanks! Works perfect
Hi…I am having this problem but I did not understand whrere this command goes..?!!
Can you please explain more
You are a smart guy… Thank you for helping me fix this issue.
very helpful..and straight forward. thanks a lot