linux - Installing cURL -


i'm trying install curl on linux server , when check see version (curl -v) have says:

curl 7.36.0 (x86_64-unknown-linux-gnu) libcurl/7.36.0 openssl/1.0.1h zlib/1.2.8 protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp features: largefile ntlm ntlm_wb ssl libz tls-srp

but when try run curl function using php script on actual website blank page. when check logs there's error saying: call undefined function curl_init() i'm not sure what's if it's enabled or not.

php's curl_* functions don't use curl binary, uses curl's libraries.

you'll need install curl module php or re-compile php curl enabled.

please see this answer askubuntu stackexchange additional information.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -