I've followed the directions on php.net to install apache with php support on mac OS X server and have had success, but with a few warnings that i am concerned about.
These are the warning messages i am receiving: gcc -DDARWIN -DTARGET=\"apache\" -DUSE_EXPAT -I./lib/expat-lite `./apaci` \ -o apache buildmark.o modules.o modules/php4/libphp4.a modules/standard/libstandard.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -lm ld: warning -L: directory name (../modules/php4) does not exist ld: warning -L: directory name (../../modules/php4) does not exist Normally i wouldn't be too concerned with these warnings since php and apache seemed to install fine after doing a make install, but when i try to load a php page, all i get is raw php code mixed in with the html that displays properly. Is there an additional step to the ones listed at http://www.php.net/manual/en/install.macosx.php that i am overlooking? Can anyone point me in the direction of where i should be looking to solve my problem? I've successfully installed apache and php on a mac OS X client machine with no problems, but we are migrating over to a server machine and i have little experience with OS X server (10.2.6) thanks -Greg -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php