Re: Good tutorial for compiling last PHP with Apache support from source

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

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux