I istalled PHP now (without fink, it didn’t work with fink), but the thing is that everytime I turn my computer off (what I don’t do very often but still) I have to write this in the terminal:
gunzip libphp4.so.gz”
sudo mv libphp4.so /usr/libexec/httpd/”
cd /etc/httpd”
sudo apxs -e -a -n php4 libexec/httpd/libphp4.so”
sudo perl -p -i.bak -e ‘s%#(AddType S+-php[ -])%$1%i’
because when I don’t do it my php pages don’t open.
Is that normal? Did I do something wrong by the installation.
(I hope you people out there now what i mean, because my english is not that good to explain it so good
.)