Boston Linux & Unix (BLU) Home | Calendar | Mail Lists | List Archives | Desktop SIG | Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings
Linux Cafe | Meeting Notes | Blog | Linux Links | Bling | About BLU

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MySQL, PHP, and Apache



	For the person that asked about building these at the meeting last night,
these are some rough notes on what I did when building these last time.
This isn't verbatim as the server also included mod_ssl and mod_perl, but
the general outline is here:
	I did an RPM install of MySQL using these three packages:

MySQL-3.22.20a-1
MySQL-client-3.22.20a-1
MySQL-devel-3.22.20a-1

	I then did a non DSO compile of PHP with Apache:
	
tar -zxf ~/ftp/apache_1.3.6.tar.gz
tar -zxf ~/ftp/php-3.0.8.tar.gz

cd ../apache_1.3.6
./configure --prefix=/usr/local/apps/apache-1.3.6 --with-layout=Apache
cd ../php-3.0.8
./configure --with-apache=../apache_1.3.6 --with-mysql=/usr
make
make install

cd ../apache_1.3.6
./configure --prefix=/usr/local/apps/apache-1.3.6 --with-layout=Apache \
--enable-module=rewrite --activate-module=src/modules/php3/libphp3.a \
--enable-module=php3
make

- Daniel R. <danielr at ccs.neu.edu> [http://www.ccs.neu.edu/home/danielr/]
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).




BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org