Re: Help me to compile curl-loader
Status: Alpha
Brought to you by:
coroberti
|
From: Robert I. <cor...@gm...> - 2007-10-09 10:42:46
|
Hi Mehdi,
On 10/9/07, mehdi khalilzadeh <meh...@ya...> wrote:
>
>
> We get your tools (curl-loader 0.43) from the web, but we have problem in
> installing it. please help us.
>
> >>>system specification<<<
>
> CPU: Pentium 4 3.0 GHz
> RAM: 1GB
> OS: Linux EL 5
> Kernel version: 2.6.18-8.el5
> gcc version: 4.1.1 20070105 (Red Hat 4.1.1-52)
>
> >>>error detail<<<
>
> [root@localhost curl-loader-0.43]# make
> gcc -g -o curl-loader obj/batch.o obj/cl_alloc.o obj/client.o
> obj/conf.o obj/environment.o obj/heap.o obj/ip_secondary.o obj/loader.o
> obj/loader_fsm.o obj/loader_hyper.o obj/loader_smooth.o obj/mpool.o
> obj/parse_conf.o obj/screen.o obj/ssl_thr_lock.o obj/statistics.o
> obj/timer_queue.o obj/url.o -L./lib -L/usr//lib -ldl -lpthread -lrt -lcurl
> -levent -lz -lssl -lcrypto
> ./lib/libcurl.a(ldap.o): In function `Curl_ldap':
> ldap.c:(.text+0x97): undefined reference to `ldap_url_parse'
> l
Please, edit the Makefile, and where it is
--without-libidn \
make it to appear
--without-libidn --without-ldap \
In a simplier words add --without-ldap between --without-libidn and \
Please, report, if it is helpful. Thanks.
Sincerely,
Robert Iakobashvili,
coroberti %x40 gmail %x2e com
...........................................................
http://curl-loader.sourceforge.net
A web testing and traffic generation tool.
|