Saturday June 28, 2008
Crazy! I have to say I miss apt-get! But ohh well. I assume you have ports installed..
Install GD2
sudo port install gd2
Now we want to install entropy php5
curl -O http://www2.entropy.ch/download/php5-5.2.5-6-beta.tar.gz
tar -xzf php5-*-beta.tar.gz
sudo mv php5 /usr/local/
sudo ln -sf /usr/local/php5/entropy-php.conf /etc/apache2/other/+entropy-php.conf
At this point go into the httpd.conf file and comment out the php5 LoadModule line.
sudo apachectl restart
you can then php -i to see we have GD, Imap, etc. etc. installed!
Back
