well i downloached apache, or httpd 2.0.43 and i did this command
./configure --prefix=/usr/local/apache
then i did what you said with the php until...
./configure --with-mysql --with-apxs2=/path/to/apache2/bin/apxs
filling in the path/to with /usr/local/
when i did that it said
configure: error: --with: invalid option;
so then i tried:
./configure --with-mysql --with-apache=usr/bin/apache --enable-track-vars
but it said cannot locate httpd.h in the /usr/bin folder
So now im stuck, any help would be apreciated
-Ideal