It's not a custombuild bug. Try:
Or if you're using Debian:
Code:
yum -y install curl-devel
Or if you're using Debian:
Code:
apt-get -y install curl-devel
A weird error appears now after d/l of custombuild.tar.gz, unpacking, setting options.conf and doing:
./build update
./build all d
checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
*** There was an error while trying to configure php. Check the configure/ap2/configure.php5 file
I can see curl-7.16.2.tar.gz, but there's no folder for it after ./build all d - curl was not unpacked and built before ./build tries to compile php, hence an above error.
Several times I have deleted the entire custombuild folder, redownloaded custombuild.tar.gz and tried to recompile, but the above error happens every time.