Bonjour,

Je cherche actuellement à recompiler PHP5 avec la librairie GD embarquée car mon serveur est sous Ubuntu.

Je lance ma commande ./configure et elle s'arrête sur une erreur en me demandant de réinstaller libcurl. Voici l'erreur exacte :

checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
Une petite recherche sur Google et, oh miracle, je trouve une solution : installer le paquet curl-devel.

Mais voilà, le problème est ce paquet est introuvable.

Lorsque j'exécute la commande apt-cache search curl, voici la liste de paquet que j'obtiens :

autopkgtest - automatic as-installed testing for Debian packages
python-pycurl - Python bindings to libcurl
python-pycurl-dbg - Python bindings to libcurl (debug extension)
ario - GTK+ client for the Music Player Daemon (MPD)
curlftpfs - filesystem to access FTP hosts based on FUSE and cURL
flickcurl-utils - utilities to call the Flickr API from command line
flying - pool/snooker/carrom/hockey/curling simulator for X11
fp-units-net - Free Pascal -- networking units
gambas2-gb-net-curl - The Gambas advanced networking component
gimp-libcurl - libcurl URI plugin for GIMP
libcurl-ocaml - ocaml curl bindings
libcurl-ocaml-dev - ocaml libcurl bindings
libflickcurl-dev - C library for accessing the Flickr API - development files
libflickcurl0 - C library for accessing the Flickr API
libflickcurl0-dbg - C library for accessing the Flickr API - debugging symbols
libghttp-dev - original GNOME HTTP client library - development kit
liblua5.1-curl-dev - libcURL development files for the lua language version 5.1
liblua5.1-curl0 - libcURL bindings for the lua language version 5.1
libwww-curl-perl - Perl bindings to libcurl
libwww-dev - The W3C WWW library - development files
libwww-doc - The W3C WWW library - documentation
libwww-ssl-dev - The W3C WWW library - development files (SSL support)
pmccabe - McCabe-style function complexity and line counting for C and C++
python-urljr - Common interface to urllib2 and curl for making HTTP requests
slang-curl - transfer files using HTTP and FTP from S-Lang
spl-curl - SPL Programming Language -- curl adapter
tclcurl - Tcl bindings to libcurl
wmget - Background download manager in a Window Maker dock app
xmms2-plugin-curl - XMMS2 - curl transport for HTTP
bzr - easy to use distributed version control system
curl - Get a file from an HTTP, HTTPS or FTP server
libcurl3 - Multi-protocol file transfer library (OpenSSL)
libcurl3-dbg - libcurl compiled with debug symbols
libcurl3-gnutls - Multi-protocol file transfer library (GnuTLS)
libcurl4-gnutls-dev - Development files and documentation for libcurl (GnuTLS)
libcurl4-openssl-dev - Development files and documentation for libcurl (OpenSSL)
php5-curl - CURL module for php5
Est-il possible que le nom du paquet soit différent ?

Si oui, pouvez m'aider à savoir quel paquet je dois installer s'il vous plaît ?
Si non, comment puis-je régler ce problème ?

Merci d'avance.