October 13, 2003

Installing PHP by Tarball

Here we go!

  1. Snag the latest tar from php.net.
  2. Run configure, I used
    ./configure --prefix=/usr/local/php-4.3.2 --with-mysql=/usr --with-apxs2=/usr/local/apache2/bin/apxs --with-openssl=/usr/local/openssl-0.9.7b --enable-magic-quotes --enable-sockets --with-curl
  3. Run 'make' and 'make install'
  4. Run
    libtool --finish /root/src/php-4.3.3/libs
    (Why didn't I run libtool before?)
  5. Add
    AddType application/x-httpd-php .php
    to /usr/local/apache2/conf/httpd.conf, and while you are at it, make 'index.php' the default index
    DirectoryIndex index.php index.html index.html.var
    (look for 'DirectoryIndex' using your editor)

Wait... I just found these instructions... maybe I should have found them earlier!

Posted by torque at October 13, 2003 1:05 PM | TrackBack
Comments

Record company EMI sign a deal with the estate of crooner Dean Martin to use the singer's likeness...

Posted by: Eugene Rosser at December 7, 2006 4:17 AM

Record company EMI sign a deal with the estate of crooner Dean Martin to use the singer's likeness...

Posted by: Eugene Rosser at December 7, 2006 4:17 AM

The Rolling Stones postpone a show in the US to allow singer Sir Mick Jagger time to rest his voice...

Posted by: Gavin Mcnair at December 7, 2006 10:21 AM
Post a comment









Remember personal info?