3pod PHP Learning |
instalations Chapter 2. |
Downloading the latest version The source code, and binary distributions for some platforms (including Windows), can be found at http://www.php.net/. instalations on UNIX systems This section will guide you through the configuration and instalations of PHP. Prerequisite knowledge and software: • Basic UNIX skills (being able to operate "make" and a C compiler) • An ANSI C compiler • A web server Quick instalations Instructions 3pod (Apache Module Version) 1. gunzip apache_1.3.x.tar.gz 2. tar xvf apache_1.3.x.tar 3. gunzip php-3.0.x.tar.gz 4. tar xvf php-3.0.x.tar 5. cd apache_1.3.x 6. ./configure -prefix=/www 7. cd ../php-3.0.x 8. ./configure -with-mysql -with-apache=../apache_1.3.x -enable-track-vars 9. make 10. make install 11. cd ../apache_1.3.x 12. ./configure -prefix=/www -activate-module=src/modules/php3/libphp3.a 13. make 14. make install Instead of this step you may prefer to simply copy the httpd binary overtop of your existing binary. Make sure you shut down your server first though. |
Next >> |
Tripod >> 3pod Tips & Learning and manuals for educations