1. Execute
Yum install PHP-mbstring
2. Modify PHP. ini (this step is very important, and some lxadmin versions cannot be modified automatically)
Echo 'extension = mbstring. so'>/etc/PHP. ini # depends on the PHP installation directory.
3. Restart Web Service
For Apache: Service httpd restart
Method 2:
Python 5.36
Installation Directory:/usr/local/PHP
# Cd/usr/src/php-5.3.6/EXT/mbstring
#/Usr/local/PHP/bin/phpize
#./Configure -- With-PHP-Config =/usr/local/PHP/bin/PHP-config
# Make & make install
Echo 'extension = mbstring. so'>/usr/local/PHP/lib/PHP. ini
#/Usr/local/apache2/bin/apachectl restart
Use/usr/local/PHP/bin/PHP-V # Check whether the configuration is correct
Use php.info to check whether mbstring is successfully installed.
Http://hi.baidu.com/cuttinger/blog/item/c8e44623e3c9e4499822edff.html
Http://wenku.baidu.com/view/cf3365d2195f312b3169a531.html
Http://hi.baidu.com/quanzhou722/blog/item/01b6572dde62572d359bf735.html