installation problems - ubuntu 11.10
Status: Alpha
Brought to you by:
coroberti
From: Mueller, E. <emu...@ar...> - 2012-01-08 05:29:28
|
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-ssluse.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 |