Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 22793 invoked by uid 6000); 13 Aug 1999 23:51:04 -0000 Received: (qmail 22601 invoked by uid 2001); 13 Aug 1999 23:50:20 -0000 Received: (qmail 19496 invoked by uid 2012); 13 Aug 1999 23:45:19 -0000 Message-Id: <19990813234519.19495.qmail@hyperreal.org> Date: 13 Aug 1999 23:45:19 -0000 From: Eric Persson Reply-To: fam.persson@mbox318.swipnet.se To: apbugs@hyperreal.org X-Send-Pr-Version: 3.2 Subject: documentation/4859: Minor documentation bug Sender: apache-bugdb-owner@apache.org Precedence: bulk >Number: 4859 >Category: documentation >Synopsis: Minor documentation bug >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: doc-bug >Submitter-Id: apache >Arrival-Date: Fri Aug 13 16:50:01 PDT 1999 >Last-Modified: >Originator: fam.persson@mbox318.swipnet.se >Organization: apache >Release: 1.3.6 >Environment: Linux 2.0.35 Slackware >Description: Hi ! I was installing apache 1.3.6 and followed the INSTALL file which came with the dist. But I guess you have missed a step. I add the text below here to make it easier to find: gunzip apache_1.3.x.tar.gz tar xvf apache_1.3.x.tar gunzip php-3.0.x.tar.gz tar xvf php-3.0.x.tar cd apache_1.3.x ./configure --prefix=/www cd ../php-3.0.x ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars make make install cd ../apache_1.3.x ./configure --prefix=/www --activate-module=src/modules/php3/libphp3.a (The above line is correct! Yes, we know libphp3.a does not exist at this stage. It isn't supposed to. It will be created.) make (you should now have an httpd binary which you can copy to your Apache bin dir) make install # this make install was missing in your version. cd ../php-3.0.x cp php3.ini-dist /usr/local/lib/php3.ini You can edit /usr/local/lib/php3.ini file to set PHP options. Edit your httpd.conf or srm.conf file and add: AddType application/x-httpd-php3 .php3 As you saw of my comment the make install on apache was missing. Might be good to add it.. =) Thanks for your great work. Regards, Eric Persson >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]