PDA

View Full Version : Recompile PHP?


reefland
Fri 9th Jan '04, 11:09pm
Boy, I'm posting like a guy with a new server that don't know anything about it! Oh wait, I am a guy with a new server that don't know anything about it. :D

How do I recompile PHP, any good how to's out there? The reason is I want to turn off persistent connections and I need to enable GD support for the gallery on my site. Can anyone point me in the right direction?

Thanks!
Scott Z.

Raz Meister
Sat 10th Jan '04, 8:43am
http://www.php.net/manual/en/install.apache.php

tamarian
Sat 10th Jan '04, 11:31am
This is the complete apache/php how-to:

http://www.tldp.org/HOWTO/Apache-Compile-HOWTO/index.html

This tool helps compiling apacha/php/mysql/ssl etc. and all the modules:

http://sourceforge.net/projects/apachetoolbox/

reefland
Sat 10th Jan '04, 11:49pm
Thanks guys, I actually found another way to do it on my server which was to simply run /scripts/easyapache from the command line. By doing this, gd was enabled and persistent connections was turned off. :)