with-ttf[=DIR]This provides TrueType font support. –with-gd[=DIR]This enables all

with-xsl[=DIR]This adds support for the Extensible Stylesheet Language format. –with-yaz[=DIR]By using this extension, you can easily implement a Z39.50 origin (client) that searches or scans Z39.50 targets (servers) in parallel. –enable-ypThis enables network management of important administrative files; Yellow- Pages (YP) is also known as NIS. Downloading and PreparationNow that we have explained the important configuration directives and extensions, it is up to you to determine which ones you want to use with your installation. Because we want to ensure that you will be able to get up and running as smoothly as possible, we are going to show you how to do a basic PHP installation that will work. Let s get started by downloading the packages: 1.In the previous chapters of this book, you created a directory for downloading and install- ing your source files. Move to that directory now: cd /usr/local/src/webserver2.Go to www.php.net/downloads.php and select the PHP 5 tarball under the Complete Source Code section. PHP.net uses a mirroring system, so you will have to choose the mir- ror that is closest to you for downloading your file. After you find a mirror (the closest is usually highlighted for you), copy the URL to the files and use the single-quotes in wget to follow the redirect: wget http://us3.php.net/get/php 5.0.0.tar.gz/from/this/mirror 3.Unpack the tarball: tar zxpf php-5.0.0.tar.gzA new directory will be created for you with the contents of the tarball. Compiling and Installing PHPThe next step is to create your installation script. As we mentioned in previous chapters, it is always a good idea to create a script that has the configure options for your compilation in case you need to install again later. Your script is named php_install and contains the following: cd php-5.0.0./configure –with-apxs=/www/bin/apxs –with-mysql=/usr/local/mysql –enable-ftp –enable-trans-sid
Note: If you are looking for cheap and inexpensive provider to host and run your tomcat application check Actions tomcat hosting services

Comments are closed.