aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: libcurl problem?  (Read 14142 times)

neoone

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
libcurl problem?
« on: October 16, 2004, 11:50:20 AM »

Hi,

ich bekomme 2.0.0rc6 nicht kompiliert, was anscheinend irgendwas mit der libcurl zu tun hat.

Hab mir auch schon die letzte Version besorgt, nutzt aber nichts.

Hier die Ausgabe:

Code: [Select]
g++  -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0    -lpthread -o amule  amule-ListenSocket.o amule-EMSocket.o amule-AddFriend.o amule-AddFileThread.o amule-AICHSyncThread.o amule-BarShader.o amule-BaseClient.o amule-ChatSelector.o amule-ChatWnd.o amule-CatDialog.o amule-CFile.o amule-ClientCredits.o amule-ClientDetailDialog.o amule-ClientList.o amule-ClientUDPSocket.o amule-ColorFrameCtrl.o amule-CommentDialog.o amule-CommentDialogLst.o amule-DirectoryTreeCtrl.o amule-DownloadClient.o amule-DownloadListCtrl.o amule-DownloadQueue.o amule-ED2KLink.o amule-ECSocket.o amule-EditServerListDlg.o amule-ExternalConn.o amule-FileDetailDialog.o amule-FileDetailListCtrl.o amule-filemem.o amule-filefn.o amule-Friend.o amule-FriendListCtrl.o amule-MuleGifCtrl.o amule-HTTPDownload.o amule-IPFilter.o amule-KnownFile.o amule-KadDlg.o amule-KnownFileList.o amule-listctrl.o amule-MD5Sum.o amule-MuleListCtrl.o amule-MuleNotebook.o amule-MuleTextCtrl.o amule-muuli_wdr.o amule-OScopeCtrl.o amule-otherfunctions.o amule-packets.o amule-PartFile.o amule-Preferences.o amule-PrefsUnifiedDlg.o amule-Preview.o amule-QueueListCtrl.o amule-SafeFile.o amule-SearchDlg.o amule-SearchList.o amule-SearchListCtrl.o amule-server.o amule-ServerList.o amule-ServerListCtrl.o amule-ServerSocket.o amule-ServerWnd.o amule-SharedFileList.o amule-SharedFilesCtrl.o amule-SharedFilesWnd.o amule-SHA.o amule-SHAHashSet.o amule-sockets.o amule-StatisticsDlg.o amule-TransferWnd.o amule-UDPSocket.o amule-UploadClient.o amule-UploadListCtrl.o amule-UploadQueue.o amule-amule.o amule-amuleDlg.o amule-UInt128.o   amule-eggtrayicon.o amule-SysTray.o amule-gtk2-funcs.o amule-gtkplugxembed.o amule-CryptoPP.o  -L/usr/local/lib -pthread   -L/usr/X11R6/lib  -lwx_gtk2_xrc-2.5 -lwx_gtk2_html-2.5 -lwx_gtk2_adv-2.5 -lwx_gtk2_core-2.5 -lwx_base_xml-2.5 -lwx_base_net-2.5 -lwx_base-2.5  -Wl,--export-dynamic -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lz -L/usr/lib -lcurl -lz -lssl -lcrypto -ldl -lz
amule-HTTPDownload.o(.text+0x9f9): In function `HTTPThread::Entry()':
/pub/src/aMule-2.0.0rc6/src/HTTPDownload.cpp:131: undefined reference to `curl_multi_init()'
amule-HTTPDownload.o(.text+0xae5):/pub/src/aMule-2.0.0rc6/src/HTTPDownload.cpp:147: undefined reference to `curl_multi_add_handle(void*, void*)'
amule-HTTPDownload.o(.text+0xb2b):/pub/src/aMule-2.0.0rc6/src/HTTPDownload.cpp:157: undefined reference to `curl_multi_perform(void*, int*)'
amule-HTTPDownload.o(.text+0xb5a):/pub/src/aMule-2.0.0rc6/src/HTTPDownload.cpp:162: undefined reference to `curl_multi_remove_handle(void*, void*)'
amule-HTTPDownload.o(.text+0xb76):/pub/src/aMule-2.0.0rc6/src/HTTPDownload.cpp:164: undefined reference to `curl_multi_cleanup(void*)'

Vielen Dank für jede Hilfe,
Neo
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: libcurl problem?
« Reply #1 on: October 16, 2004, 11:57:36 AM »

hast du curl und curl-dev installiert?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

neoone

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 7
Re: libcurl problem?
« Reply #2 on: October 16, 2004, 12:40:17 PM »

So ähnlich, hab's jetzt. Durch Zufall bin ich drauf gekommen.

Irgendwo steht in dem Makefile das er curl in -L /usr/lib suchen soll und nicht in /usr/local/lib.

Und in /usr/lib stand noch die 2.0 Version.

Sorry und danke!  :baby:
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: libcurl problem?
« Reply #3 on: October 16, 2004, 03:19:24 PM »

kein thema ;)

have fun
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."