Saturday, 17 August 2013

php5 curl: Recompiling does not reflect in phpinfo

php5 curl: Recompiling does not reflect in phpinfo

I am trying to get curl to work on my Oracle Linux OS, but I am running
into some walls. I am loading my phpinfo() page using an Apache + Django
combined server. Furthermore, I have made sure to comment out the curl
line in the php.ini file. I have also attempted to compile php again using
./configure --with-curl=/usr/include/curl/, followed by the make and sudo
make install method calls. However, this recompiling is not reflecting in
the phpinfo() page, which still shows a later build date and a different
configuration command. As an added note, I am pretty sure I have curl
installed. I've run sudo yum install php-curl and sudo yum install curl,
and both have responded to me, saying that the php-common and curl
packages, respectively, have already been installed.
Does anyone have any advice? Thanks.

No comments:

Post a Comment