Re: Help me to compile curl-loader
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-10-09 21:18:27
|
Mehdi, On 10/9/07, mehdi khalilzadeh <meh...@ya...> wrote: > I do your guidance, but it's error didn't solve. can you help me more? My guess, that you are doing it well. Sure, we will work together till the problem gets resolved. This is a problem of libcurl, and I will report it to them, but in meanwhile let's work-around it. Y have added to the makefile --without-ldap. After this correction, you were supposed to run $make cleanall $make If it is still has the same linking problems with ldap functions, please, find in the Makefile the linking line: # Link Libraries. In some cases, plese add -lidn LIBS= -ldl -lpthread -lrt -lcurl -levent -lz -lssl -lcrypto Please, add at the end -lldap The result will look like: LIBS= -ldl -lpthread -lrt -lcurl -levent -lz -lssl -lcrypto -lldap please, run just $make > - how I can remove ldap option from making? I will report the bug it to curl project. Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net A web testing and traffic generation tool. |