Posted by Gerard Seibert on 12/28/05 16:32
"NotGiven" <noname@nonegiven.invalid> wrote in message
news:Bhjsf.28480$Qa1.14209@bignews1.bellsouth.net...
>I have tried to install mod_PHP5 on freebsd where I had
>installed apache 2. It throws as error indicating mod_php5 needs
>apache 1.3.
>
> I am a newbie, shoudl I just run Apache 1.3 rather than trying
> to run the latest Apache?
>
What you want to do is update your ports. Then cd to
/usr/ports/lang/php5
Now just install the port: make install && make distclean
There are certain attributes that should be added to the
httpd.conf file after the installation. You might try using this
installation method to get a better idea of what to do.
make && make install > ~/php5-install.log && make distclean
Now you can just read the log file created to get a better
picture of what you have to do.
By the way, I personally run PHP5 with Apache2 and have no
problems.
--
Gerard Seibert
gerard@seibercom.net
[Back to original message]
|