[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How I got Apache 1.3.9 with PHP 3.0.14 on RaQ2 (and MySQL)
- Subject: Re: [cobalt-users] How I got Apache 1.3.9 with PHP 3.0.14 on RaQ2 (and MySQL)
- From: "Steven Werby" <steven@xxxxxxxxxxxx>
- Date: Tue Jan 18 22:24:11 2000
ISP <isplists@xxxxxxxxxxxx> wrote:
> [root apache]# find / -name httpd
> /usr/sbin/httpd <===============================BINGO!
Wish it was that simple! Actually, I was supposed to find the new httpd
file in src/ from the apache_1.3.9 configuration directory I was working
from in order to replace the file you mention above. Couldn't find it b/c
it never was created. There was an error when I ran "make" from apache, but
I didn't see it.
Turns out I had to do a few things to get php 3.0.14 and apache 1.3.9 to
install correctly on my RaQ2. Many thanks to Neil Kemp (neil@xxxxxxxxxx)!
His instructions posted to the list 1/16 worked like a charm with these
changes:
## Changed all instances of "1.3.3" to "1.3.9" in apache_1.3.3-cobalt.patch
## Added "=/home/mysql"
./configure --with-mysql=/home/mysql --with-apache=../apache_1.3.9 --enable-
trackvars
(I have a non-standard mysql install b/c I don't like my /usr partition
filling up)
## In modules.c removed ";^M" from lines 47, 95 and 145 that referenced
mod_auth
(not sure how or why they got there, but removing them let the make step
work)
PHP 3.0.14 and Apache 1.3.9 are now running on my RaQ2. MySQL 3.22.27 is
also running and I plan on upgrading that to the latest stable version in a
few days.
Steven {steven@xxxxxxxxxxxx}