apache w/ php make errors

Dpk dpk@egr.msu.edu
Tue, 17 Oct 2000 09:55:46 -0400


On Tue, Oct 17, 2000 at 09:27:31AM -0400, Scott Overfield 7239 wrote:

   Good morning,
     I have made several attempts to compile and install apache/ssl/mysql/php 
   following the instructions from devshed.com 
   (http://www.devshed.com/Server_Side/PHP/SoothinglySeamless/)
   
   # cd apache_1.3.12
   # SSL_BASE=../openssl-0.9.x \
   RSA_BASE=../rsaref-2.0/local \
   ./configure \
   --enable-module=ssl \
   --activate-module=src/modules/php4/libphp4.a \
   --enable-module=php4 \
   --prefix=/usr/local/apache \
   --enable-shared=ssl
   
   configure runs w/out errors, but when i try to run make, when it
   gets to the php modules it returns an error "no such file or
   directory" i have looked in the directory
   /apache-1.3.12/src/modules and there is no sub dir called php4 any
   help would be appreciated, i am sort of a linux newbie

Make sure you run "make install" in the php directory.  This will
install the PHP4 modules into the apache source directory.

Dennis