Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


-- download and install php
wget http://php.net/get/php-5.4.4142.tar.bz2/from/this/mirror
tar xvfj php-5.4.3842.tar.bz2
cd php-5.4.3842
./configure --prefix=/usr/local/uptime/apache --with-apxs2=/usr/local/uptime/apache/bin/apxs --with-mysql --with-libdir=lib64
make
make install

...