Post compiled php 5.4 curl installation
- by user140657
I recently compiled php 5.4 from source. I have Centos 6. I used this configuration:
# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
# make
# make install
# cp php.ini-dist /usr/local/lib/php.ini
I realize now that I do not have cURL installed. I don't know how to install cURL after a compiled installation of php. Using yum…