Here we use sysvmsg as an example.
1. Enter the Directory of the php installation file
Cd/home/soft/php-5.3.17/ext here we need to install sysvmsg, then
Cd sysvmsg/
Run/usr/local/php/bin/phpize again to return the following information: (suppose my php is installed in the/usr/local/php directory)
Processing ING:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519 run the following command again:
./Configure -- with-php-config =/usr/local/php/bin/php-config
Make & make install:
Build complete.
Don't forget to run 'Make test '.
Installing shared extensions:/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/then
Modify php. ini again
Vi/usr/local/php/etc/php. ini search extension
Add this command
Extension = sysvmsg. so OK !!!
Summary: In fact, the installation is very simple. The general process is to install the relevant plug-in and then configure the php. Ini file to restart apach.