Re: compile fails on Fedora
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2007-07-12 07:57:42
|
Jari and Michael, On 7/11/07, Robert Iakobashvili <cor...@gm...> wrote: > On 7/11/07, jari pietila <jar...@ho...> wrote: > > My build attempts on Fedora 5 and 6 failed with the following error below. > > Is there a way to get around this? > > > > -jari > > > > # curl-loader-0.40]# 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(strerror.o): In function `Curl_idn_strerror': > > ../../../packages/curl/lib/strerror.c:682: undefined > > reference to `idna_strerror' Another option to workaround about this is to build libcurl with a configuration option: --without-libidn \ Please, find the Makefile for the latest 0.40 version attached. For other versions you'll need to edit the Makefile manually and embedd the string above to libcurl target. Please, substitute or edit the Makefile in curl-loader-0.40 directory and run: make cleanall; make Michael, could you, please, verify, that the fix works for your linux computers? Thanks. Sincerely, Robert Iakobashvili, coroberti %x40 gmail %x2e com ........................................................... http://curl-loader.sourceforge.net A web testing and traffic generation tool. |