Add mbstring extension for php and other general extensions note: The default directory that generates extension. so is the usrlocalphp5libphpextensionsno-debug-non-zts-20090626 set extension_dir directory to its environment php5.2.14, does not support mbstring extension after compilation. If the php source code package adds mbstring extension and other general extensions to php in usrl
Note: The default directory that generates extension. so is
/Usr/local/php5/lib/php/extensions/no-debug-non-zts-20090626/
Set the directory of extension_dir to point to it
Php5.2.14 environment. mbstring extensions are not supported after compilation.
Assume that the php source code package is in the/usr/local/src/php-5.2.14
The php installation directory is/usr/local/php.
# Cd/usr/local/src/php-5.2.14/ext/mbstring/
#/Usr/local/php/bin/phpize
#./Configure-with-php-config =/usr/local/php/bin/php-config
# Make
# Make install
After Execution, add extension = mbstring. so to php. ini.
Restart the web server. check that phpinfo should support mbstring.