Libcurl

india159:~# dpkg -s curl
Package: curl
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 212
Maintainer: Domenico Andreoli <cavok@debian.org>
Architecture: i386
Version: 7.15.5-1etch1
Replaces: curl-ssl
Provides: curl-ssl
Depends: libc6 (>= 2.3.6-6), libcomerr2 (>= 1.33-3), libcurl3 (>= 7.15.5-1), libidn11 (>= 0.5.18), libkrb53 (>= 1.4.2), libssl0.9.8 (>= 0.9.8c-1), zlib1g (>= 1:1.2.1)
Description: Get a file from an HTTP, HTTPS, FTP or GOPHER server
curl is a client to get files from servers using any of the supported
protocols. The command is designed to work without user interaction
or any kind of interactivity.
.
curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, file transfer resume and more.
.
Homepage: http://curl.haxx.se
 
libcurl muss demnach auch installiert sein.
Wahrscheinlich ist die Version von deinem Programm zu alt. Gibts keine neuere?

Versuch mal, ohne den curl-test zu kompilieren.
Code:
./configure --help

Ansonsen kannst du versuchen, die gesuchte libcurl auf die in deiner Version zu verlinken.

Code:
find / -xdev -name libcurl\*
zeigt dir deine libcurls an.
 

Ähnliche Themen

configure schlägt bei X fehl

Nginx als Reverse Proxy für Nextcloud und Emby

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Ich mag Dovecot nicht ...

X startet nichtmehr

Zurück
Oben