php 5 custom
Posted by: dcallan
Posted on: 2005-01-18 12:45:00
Hi folks, ok so I have read the guides on dreamhost kb and others but am having problems installing php 5 in my dir. can anyone provide me the code and steps to do it. I just want php and not any externals (unless I need them for main php) Been trying something like below for a while, the binary 'php' does not get generated though?
wget http://uk.php.net/get/php-5.0.3.tar.gz/from/this/mirror
tar -zxvf php-5.0.3.tar.gz
cd php-5.0.3
./configure --prefix=/home/dcallan/php5
--with-libxml-dir=/home/dcallan/php5/ --with-expat-dir=/home/dcallan/php5/lib
--enable-shared=yes --enable-static=yes --with-xsl=/usr/local
--enable-track-vars --enable-sockets --enable-wddx --with-xmlrpc
make
make install
http://www.akamarketing.com - Over a year with dreamhost, happy man!!!