apache w/ php make errors
Scott Overfield 7239
soverfield@fnac-usa.com
Tue, 17 Oct 2000 09:27:31 -0400
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