probleme beim kompilieren ld: cannot find -lcurl

Software besorgen und anwenden
Post Reply
Message
Author
Michael Degner

probleme beim kompilieren ld: cannot find -lcurl

#1 Post by Michael Degner »

Hallo,

ich habe ein problem beim Kompilieren einer software
leider weiss ich mir da auch keinen rat mehr, vielleicht könnt ihr mir wieter helfen
Fehlermeldung:
then mv -f ".deps/ip.Tpo" ".deps/ip.Po"; else rm -f ".deps/ip.Tpo"; exit 1; fi
g++ -fexceptions -g -O2 -o dansguardian String.o FDTunnel.o ConnectionHandler.o DataBuffer.o HTTPHeader.o NaughtyFilter.o RegExp.o FDFuncs.o BaseSocket.o Socket.o FatController.o UDSocket.o SysV.o ListContainer.o Auth.o HTMLTemplate.o LanguageContainer.o DynamicURLList.o DynamicIPList.o ImageContainer.o OptionContainer.o FOptionContainer.o ListManager.o md5.o DownloadManager.o ConfigVar.o ContentScanner.o SocketArray.o dansguardian.o clamav.o clamdscan.o default.o fancy.o proxy.o ident.o ip.o -L/usr/lib -lz -lbz2 -lgmp -L/usr/lib -lcurl -L/usr/ssl/lib -lssl -lcrypto -ldl -lz -lpthread -lclamav -lz
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lcurl
collect2: ld returned 1 exit status
make[2]: *** [dansguardian] Error 1
make[2]: Leaving directory `/Downloads/dansguardian-2.9.5.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Downloads/dansguardian-2.9.5.0'
make: *** [all] Error 2

vielen dank für eure hilfe
michael

Alex.MH

#2 Post by Alex.MH »

Hi,

der Linker kann die libcurl nicht finden. Du musst CURL installieren ( http://curl.haxx.se/ ).

Gruss,
Alex

tobiast
Posts: 19
Joined: 06. Mar 2006 12:52

#3 Post by tobiast »

oder das Packet curl-devel fehlt
Linuxtips auf meiner Homepage http://linuxblog.blogs.t-tietz.de/

Post Reply