I'm trying to install proxy software called Glype on my server. It continues to tell me that "Glype requires cURL/libcurl". I have the latest version of curl installed. Why might this be happening? Glype runs with PHP, and the curl binary is in /usr/bin and is rwxrwxrwx.
|
|
From your query and the tests you have done, it seems you have cURL installed in the first place and it looks pretty much like php is not able to find the curl path even though it is installed properly. troubleshoot it further by putting a |
|||
|
|
|
I downloaded glype and found it's a PHP program, so what you need is not libcurl or CURL binary, but php_curl module,
If you're running php with apache, simply restart apache will finish the installation:
|
|||||||||
|
|
Please provide more info, such:
My recomendation is that you should install E.g. in a Debian machine:
Check if you have the library already installed with the command of
Or you can use any other package available. |
|||||
|