Install sysvmsg extension for php in centos environment

Source: Internet
Author: User
Tags centos zend

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.