How to install a specific module say "Sqlite" without using easyapache ?
==========
- Login to the server via SSH :-
- Go to path /home/cpeasyapache/src/php-5.x/ext/sqlite
- phpize (this will create ./configure command )
- ./configure
- make
- make install
==========
Here you will find the extension dir path and you need to enter the extension dir path in php.ini as follows :
# ll usr/local/lib/php/extensions/no-debug-non-zts-20060613/
extension=sqlite.so
NOTE : Applicable only modules available in /home/cpeasyapache/src/php-5.x.x/ext/
==========
- Login to the server via SSH :-
- Go to path /home/cpeasyapache/src/php-5.x/ext/sqlite
- phpize (this will create ./configure command )
- ./configure
- make
- make install
==========
Here you will find the extension dir path and you need to enter the extension dir path in php.ini as follows :
# ll usr/local/lib/php/extensions/no-debug-non-zts-20060613/
extension=sqlite.so
NOTE : Applicable only modules available in /home/cpeasyapache/src/php-5.x.x/ext/