cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Porting libcurl on Android with SSL Support

From: Guenter <lists_at_gknw.net>
Date: Thu, 05 Jul 2012 14:13:42 +0200

Hi Tancho,
Am 05.07.2012 13:34, schrieb Tancho .:
> Woow.. Guenter dude,
> is it possible that you share the three static libs? like.. libssl,
> libcrypro and libcurl (compiled with ssl)?
> It would mean so much if you would :)
> by the way, I already tried configuring curl (latest official version),
> and I did, but the configure script did not disable the openssl engine
> stuff..
> that's actually my problem...
> so can you share the libs?
try these:
http://svwe10.itex.at/~android/curl-android-devel.tar.bz2
provided that you created the standalone toolchain from NDK then you
usually a path like:
[/opt]/arm-linux-androideabi-4.4.3/sysroot/usr
there is either no folder 'local', or it is empty; just extract the
above archive with:
tar xjf curl-android-devel.tar.bz2 -C
[/opt]/arm-linux-androideabi-4.4.3/sysroot/usr
the [/opt] here represents the place where you've stored the toolchain
on your box ...
now all dependent libs should be automatically found by configure via
pkg-config if you create the wrapper I suggested in ./docs/INSTALL ...

the archive does not contain libcurl, but I think you should now be able
to easily build it yourself. Let me know how it works for ya.

Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-07-05