Re: installation problems - ubuntu 11.10
Status: Alpha
Brought to you by:
coroberti
From: Mueller, E. <emu...@ar...> - 2012-01-08 06:59:57
|
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! eric On 1/8/12 12:54 AM, "Robert Iakobashvili" <cor...@gm...> wrote: >Hi Eric, > > > >On Sun, Jan 8, 2012 at 6:57 AM, Mueller, Eric <emu...@ar...> wrote: >> I would like to install curl-loader 0.54 on the latest version of >>ubuntu, >> however I am running into problem. I have read the README and I believe >>I >> have all dependencies. Below is the snippet of the output of the build >> process where it failsŠthanks! >> >> ŠŠ >> >> 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 >> >> >>/home/emueller/curl-loader-0.54/build/curl/lib/libcurl.a(libcurl_la-sslus >>e.o): >> In function `ossl_connect_common': >> >> ssluse.c:(.text+0x83d6): undefined reference to `SSLv2_client_method' >> >> collect2: ld returned 1 exit status >> >> make[3]: *** [curl] Error 1 >> >> make[3]: Leaving directory >>`/home/emueller/curl-loader-0.54/build/curl/src' >> >> make[2]: *** [install] Error 2 >> >> make[2]: Leaving directory >>`/home/emueller/curl-loader-0.54/build/curl/src' >> >> make[1]: *** [install-recursive] Error 1 >> >> make[1]: Leaving directory `/home/emueller/curl-loader-0.54/build/curl' >> >> make: *** [lib/libcurl.a] Error 2 >> >> >> >> 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. > >-- >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 >...................................................................... > >-------------------------------------------------------------------------- >---- >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 |