PHP5 Problems in FreeBSD
I've been trying to install PHP5 for some time now, the newest port which I got the other day, and I got it installed. But everywhere I read it goes on about library files, which I don't have.
Is there some way I can use the /usr/local/bin/php file in Apache2?
I'm a bit of a FreeBSD n00b by the way, so you may need to spell it out.
Thanks.
Is there some way I can use the /usr/local/bin/php file in Apache2?
I'm a bit of a FreeBSD n00b by the way, so you may need to spell it out.
Thanks.
Comments
pkg_add <packagename>.tgz
then cd to /usr/ports
cd lang
cd php5
and then make
make install
at least i think thats how it goes
Fingers crossed
I was going to try Linux, but I hate the way you can't just get a standard distribution that ahs only the base OS, but actually installs it, and comes with all neccessary components, e.g. CC, FTP, etc.
For me, FreeBSD fits that category. I guess Tom's turned me from being a Linux person. I am now officially a FreeBSD supporter.
Slackware isn't as popular for servers but fits that description perfectly. So does Debian.
BTW, I'm not trying to convert you, just inform you.
BTW, I got PHP5 working with BOD's instructions.
Just need a bit more configuration, and then the tests can begin.