|
|
|
Home Credits Affliates Link Exchange HTMLshaman PHPshaman LINUXshaman Helpful Links Web Design Images Backgrounds Icon Sets GIF Images |
Compliation for Apache This section, we will touch on how to install PHP on your webserver and we will be using Linux as an example platform as a large number of users are using the Linux Platform. Go to PHP.NET and download the latest stable edition of php and unpack it into your server. Once done, enter your directory and then configure the installation with an example configure line as follows : ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd --with-jpeg-dir=/usr/lib --with-gettext=/usr --enable-safe-mode --with-config-file-path=/etc/httpd --with-exec-dir=/usr/bin --with-zlib --enable-magic-quotes --with-regex=system --with-ttf --with-db --with-gdbm --enable-mbstring --enable-mbstr-enc-trans --enable-track-vars --enable-wddx=shared --enable-mm=shared --enable-xml --enable-ftp --disable-debug --with-libdir=/usr/lib --with-db3 --with-interbase=shared Each -- you see will allow PHP to have a specific resource that must be already installed in the server. example: "--with-gd" means that it will have GD version 1 support for php and can be used in various photo gallery installations. After the process completes successfully, do a "make" and "make install" Note that this walk-through is a very basic one and considers that you already know how to work in the Linux environment. For a more detailed site please refer to the Linux Shaman
|
| Our Recommended Links |
|
|
Contact us at webmaster@galacnet.com for advertising opportunities on GalacNet. |