cd /usr/local/src/php-xxxNow PHP 4 is installed and we are ready to compile and install Apache.
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-mysql --with-apache=../apache_xxx
make
make install
| Appendix 3: Technical Documents / Installing PHP and Apache / 3) Compiling and Installing PHP | « Previous | Up | Home | Search | Next » |
cd /usr/local/src/php-xxxNow PHP 4 is installed and we are ready to compile and install Apache.
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-mysql --with-apache=../apache_xxx
make
make install
| User Contributed Notes: 3) Compiling and Installing PHP | Add a Comment |