Quote:
Originally Posted by Mr Pheer
I've already installed cURL on my freebsd server, but now i need to recompile php to include it... fuck
how do I do that?
|
in the php-sourcedir type: ./configure --help
should be something like ./configure --enable-curl
then if no errors occur: make
then : make install (as root)
This is on linux, not sure about freebsd