configure: error: Please reinstall the libcurl distribution

  • Data: 2014

W czasie kompilacji PHP możemy napotkać się na kilka błędów, głównie wynikających z braku bibliotek developerskich, oto jeden z nich:

configure: error: Please reinstall the libcurl distribution.

W celu wyeliminowania w/w błędu instalujemy następujący pakiet:

  • Debian / Ubuntu : aptitude install libcurl3-dev (32/64 bit)
  • RedHat / CentOS / Fedora : yum install curl curl-devel.x86_64 (64 bit) / yum install curl curl-devel (32 bit)

Powrót »