Re: installation problems - ubuntu 11.10
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2012-01-09 11:36:54
|
Eric, Please, download and try the most recent curl-loader-0.55 Thanks! On Sun, Jan 8, 2012 at 9:08 AM, Robert Iakobashvili <cor...@gm...> wrote: > Hi Eric, > > On Sun, Jan 8, 2012 at 8:54 AM, Mueller, Eric <emu...@ar...> wrote: >> Thanks >> >> It seems that when I make the changes to the two files configure.ac and >> ssluse.c and then run "sudo make optimize=1 debug=0" the installation >> process bombs out and the changes do not get saved in the files I >> modified. I tried doing it with "make clean" first too, but same result. >> >> Is there a way that I can compile this thing without it checking for >> openssl? I don't need SSL for the current testing I need to do. >> >> Thanks again! > > >>>> libtool: link: gcc -fomit-frame-pointer -O3 -ffast-math >>>>-finline-functions >>>> -funroll-all-loops -finline-limit=1000 -mmmx -msse >>>>-foptimize-sibling-calls >>>> -DCURL_MAX_WRITE_SIZE=4096 -g0 -Wno-system-headers -o curl main.o >>>>hugehelp.o >>>> urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o >>>>os-specific.o >>>> xattr.o strtoofft.o strdup.o rawstr.o nonblock.o >>>> -L/home/emueller/curl-loader-0.54/build/c-ares/c-ares-1.7.4/lib >>>> -L/usr/include/openssl/lib >>>> /home/emueller/curl-loader-0.54/build/curl/lib/libcurl.a >>>> >>>>/home/emueller/curl-loader-0.54/build/c-ares/c-ares-1.7.4/lib/libcares.so >>>> -lssl -lcrypto -lrt -lz -Wl,-rpath >>>> -Wl,/home/emueller/curl-loader-0.54/build/c-ares/c-ares-1.7.4/lib >>>>-Wl,-rpath >>>> -Wl,/home/emueller/curl-loader-0.54/build/c-ares/c-ares-1.7.4/lib >>>> > >>>> >>>> uname -a >>>> >>>> Linux ubuntack 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC >>>>2011 >>>> x86_64 x86_64 x86_64 GNU/Linux >>>> >>>> emueller@ubuntack:~/curl-loader-0.54$ >>>> >>>> >>>> >>>> CURL-LOADER VERSION: version 0.54, stable, January 2, 2012, svn 587 > >>>>----- >>>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a >>>>complex >>>> infrastructure or vast IT resources to deliver seamless, secure access >>>>to >>>> virtual desktops. With this all-in-one solution, easily deploy virtual >>>> desktops for less than the cost of PCs and save 60% on VDI >>>>infrastructure >>>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox >>>> _______________________________________________ >>>> curl-loader-devel mailing list >>>> cur...@li... >>>> https://lists.sourceforge.net/lists/listinfo/curl-loader-devel >>>> >>> >>>I think you are running into the issue in libcurl/curl: >>> >>>http://comments.gmane.org/gmane.comp.web.curl.general/12537 >>> >>>We'll update curl-loader with the latest release. >>>Actually, it could be dealt by patching libcurl/curl. >>> >>>If u know how to deal with it, just go ahead. Sorry, I do not have ubuntu. > > Right. The changes need to enter a new patch to be applied as you can see > the example in Makefile. > > If you do not know how to do that, > > try to build it without ssl, e.g. > > in Makefile remove > --with-ssl=/usr/include/openssl \ > > or it might be necessary instead > > to pass > --disbable-ssl \ > > Alternatively, take some previous version of curl tarball, place it to > directory packages and correct the version in Makefile. > > -- > Regards, > Robert Iakobashvili, Ph.D. > > Home: http://www.ghotit.com > Blog: http://www.ghotit.com/category/ghotit-blogs/ > Twitter: http://twitter.com/ghotit > Facebook: http://facebook.com/ghotit > ...................................................................... > Ghotit Dyslexia > Assistive technology that understands you > ...................................................................... -- Regards, Robert Iakobashvili, Ph.D. Home: http://www.ghotit.com Blog: http://www.ghotit.com/category/ghotit-blogs/ Twitter: http://twitter.com/ghotit Facebook: http://facebook.com/ghotit ...................................................................... Ghotit Dyslexia Assistive technology that understands you ...................................................................... |