|
|
|
What I had to do to get php-3.0 built, and working with the
Apache-1.3.0 build:
extract php-3.0 in to a suitable directory. I always use a
directory called 'c', under my own home directory. Its safe
there, so I don't accidently clobber something.
Make sure gd1.3, from www.boutell.com is built, and BE SURE
that you install the libgd.a file in /usr/lib, and the gd*.h
files into /usr/include
I used the do-conf file:
./configure --with-apache../apache-1.3.0 \
--with-gd=/usr/local --with-pgsql
Then, be sure to use 'gmake'. Make sure your apache-1.3.0 is
actually ../ just in the next directory. You can now safely
do a 'gmake install'. It will install the module into the
appropriate apache directory.
Next, cd../apache-1.3.0, and begin by making a do-conf
shell file and make it 755.
I used this: for compatibility with previous apache version:
./configure --compat --prefix=/usr/local/etc/httpd \
--activate-module=src/modules/php3/libphp3.a
Run this, (or your version) and then do 'gmake' only.
Once you know it compiles ok, then start adding modules to
the do-conf file, and re-gmake it.
That should hopefully take you a lot less time than it
took me:
cheers
Robert
|
|
| Easy windows installation kit for win 9* PHP4 MySQL Apache phpMyAdmin Categories : Installation, PHP, MySQL, Apache, Web Servers | | | Why do i get a "Save As" dialog box when I type in the url of a php3 file Categories : PHP Configuration, PHP, Apache, Web Servers | | | WebServerSpy checks which kind of Webserver is running, Apache, Netscape, Fasttrack, IIS, HTTP-Header, HTTP 1.0, GET, spy, WWW Categories : HTTP, Network, Apache, PHP, Web Servers | | | phpCMS a content-management-system written in php. Categories : Content Management, Apache, Complete Programs, Web Servers, PHP | | | Caldera Openlinux 1.2 Standard Categories : Web Servers, MySQL, PHP, Apache, Databases | | | apache_lookup_uri -- Perform a partial request for the specified URI and return all info about it Categories : PHP, PHP Functions, Apache, Web Servers | | | include php3 files Categories : Filesystem, PHP, Apache, Web Servers | | | PHP Apache and SSL Categories : PHP, Apache, Web Servers | | | Logging 404 errors in your custom statistics using Apache and a PHP script. Categories : Apache, Web Servers, PHP, Errors and Logging | | | forum field names Categories : Global Variables, PHP, PHP Configuration, Installation | | | windows nt php/3 file upload script Categories : Filesystem, PHP, IIS, WinNT, Web Servers | | | The first step Guest Book ... ^^ Categories : MySQL, PHP, Apache, HTML, HTTP | | | Stronghold 2.3 PHP3RC4 PHP3 COMPILE FAILURE parse error httpd.h Categories : Installation, PHP | | | Query2Report : Generating Html, Pdf and Csv Reports from SQL Query Categories : PHP, PHP, HTML, PDF, Excel | | | Scan Apache access log files and report possible worms attack Categories : PHP, PHP Classes, Security, Apache, Log Files | |
|
|