[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Compilation statique, Missing required libcurl



Bonjour,

Je cherche a compiler de manière statique un soft ...

Donc je fait un ./configure LDFLAGS=-static CFLAGS="-03"
J'ai l'erreur suivante :
checking for pthread_create in -lpthread... yes
checking for gawk... (cached) gawk
checking for curl-config... /usr/bin/curl-config
checking for the version of libcurl... 7.26.0
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2

Pour info, j'ai essayé en installant les paquets libcurl4-openssl-dev ou libcurl4-gnutls-dev et le problème est identique. J'ai aussi testé avec l'option --with-libcurl=/usr/lib/x86_64-linux-gnu/ et --with-libcurl=/usr/lib/ et le problème reste entier :(

Pour info, j'ai une Debian Wheezy 64 bits (je sais pas si cela a de l'importance, mais avec l'architecture i386 activée)

Merci pour votre aide ;)

--
Alain JUPIN


Reply to: