Problems installing php on a RaQ4i
I should post this in the RaQ Forum, but it doenst get much attention and I figured I'd post here instead.I just recently acquired a RaQ (today) and I've been trying to install PHP for the past 2 hours to no avail. I've followed some instructions located in the RaQ forum, but whenever I view a php page it still asks me to download the file...
I have added the addtype statement in the httpd.conf, and restarted apache like a million times.
I'm also new to any flavor of linux (this is my first real attempt at linux), but I think I've held together pretty good so far.
Heres what I have done.
1. "su -" to root
2. cd /usr/local
3. wget a version of php 4.2.3
4. decompressed and cd'ed to the php dir
5. ./configure.... blah blah blah. no erros.
6. make
7. make install
8. added addtype lines in httpd.conf
9. restarted apache
Did I miss anything obvious, or is there something seriously wrong?
thanks in advance
