[SunRescue] RE: PHP/MySQL/Apache on Solaris...

Bill Bradford rescue at sunhelp.org
Thu May 31 11:05:59 CDT 2001


On Thu, May 31, 2001 at 12:03:51PM -0400, Ken Hansen wrote:
> Also, one of the freeware links off sunhelp.org has Apache and PHP 
> packages listed, pre-compiled. 

Why bother with packages?  Its easy:

apache:
./configure --enable-module=so
gmake
gmake install

php:
./configure --with-mysql --with-apxs=<apache-prefix>/bin/apxs
gmake
gmake install

mysql:
./configure
gmake
gmake install

Bill

--
Bill Bradford
mrbill at mrbill.net
Austin, TX



More information about the rescue mailing list