How to install php module without running EASYAPACHE?

Install php module without running EASYAPACHE

1. Login to server as root

2. cd /home/cpeasyapache/src/php-5.2.9/ext/XXXXX — >>> extension which you want to install

3. phpize

4. ./configure

5. make

6. make install

7. After that you can see extension dir path. ll extension dir path.

8. vi /usr/local/lib/php.ini

9. add extension=extension.so

10. then restart apache

11. That’s it.



Both comments and pings are currently closed.

Comments are closed.