curl is not working

I just installed cURL and I checked if it's installed or not by typing

command: which url
output: /usr/bin/curl

and then
command: /usr/bin/curl -V
output: something similar to this curl 7.10.4 ..... etc

I checked the phpinfo output but I couldn't see the curl section

I tried a sample php code but I get this error
Fatal error: Call to undefined function: curl_init()

the server is Linux RedHat 7.3

curl is not working

 

 

 

 

Top