K
K
krll-k2014-08-11 15:52:45
linux
krll-k, 2014-08-11 15:52:45

Installed php and curl from sources. How to add curl extension to php?

Installed php and curl from sources. How to add curl extension to php?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Reistlin, 2014-08-11
@iznaur

in php.ini it says this
extension=php_curl.so? and is curl installed in the correct folder? in general look in search engines for something like "curl installation in ubuntu/debian/etc" there is a lot of stuff

D
Dmitry Skogorev, 2014-08-11
@EnterSandman

*nix should have extension=curl.so or whatever it's called. must lie in the folder with php libraries or you must specify a direct path to its location

S
Sergey, 2014-08-11
@butteff

In general, you now need to separately install or compile the php driver to work with curl, then connect it to php.ini

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question