Hello Alan. Did you ever compile any application? It's relatively simple. Generaly, You just have to: Certify you have the minimum tools to compile a program (e.g apt-get install build-essentials) Cd to the php sources directory (i'm assuming you have allready downloaded them) As root, run: # ./configure Select the options that applies to your needs, them # make && make install That should do the trick for you Enviado por Samsung Mobile Alan Hoffmeister <alanhoffmeister@xxxxxxxxx> escreveu: Hello fellows, Does any one know a good guide for noobs to compile last PHP with Apache support from source code? I was planning to use Ubuntu 11.10. Already googled it but could only find old references that cannot be used anymore. Thanks. -- Att, Alan Hoffmeister -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php