I have a remote linux based ftp webserver? how can I install curl on there? i want to use it through PHP
feedback
|
migrated from stackoverflow.com May 21 '11 at 4:48
This question came from our site for professional and enthusiast programmers.
|
If your distribution uses yum you could do like this:
If it doesn't work, give at least some indication as to your distribution and why you have problems installing curl. | |||
|
feedback
|
|
firstly, check your PHP env with phpinfo(); if it support dl() function, you can load curl dynamic into your script, if not, seems that you're not able to load curl extension. | |||
|
feedback
|