I'm trying to install cURL on a SuSE Linux Enterprise Server 11 sp3 machine. I'm using this action to do so:
sudo zypper in curl
And I get this error message:
Refreshing service 'susecloud'.
Loading repository data...
Reading installed packages...
'curl' is already installed.
Package 'curl' is not available in your repositories. Cannot reinstall, upgrade, or downgrade.
Resolving package dependencies...
Nothing to do.
I have very little understanding on this kind of stuff and I don't know what command should I use to update (or install?) the cURL. When using phpinfo I can't see any cURL enabled.
If you can help me with this or guide me to a solution, that would be great.
Edit:
extension=php_curl.dll and extension=curl.so are enabled on the php.ini.