Re: Porting libcurl on Android with SSL Support

2012-07-21 Thread Dan Fandrich
On Tue, Jul 17, 2012 at 11:39:00AM +0200, Tancho . wrote: On Tue, Jul 17, 2012 at 3:34 AM, Guenter li...@gknw.net wrote: there might be cases where you need such a makefile - different folks have different needs; unless Dan agrees it should be removed I think we keep it; and

Re: Porting libcurl on Android with SSL Support

2012-07-17 Thread Tancho .
Hey Guys On Tue, Jul 17, 2012 at 3:34 AM, Guenter li...@gknw.net wrote: Hi Tancho, Am 17.07.2012 01:08, schrieb Tancho .: just to inform you ( I forgot to do it last week ) I successfully cross-compiled cUrl for Android with SSL using the standalone toolchain. thanks for giving

Re: Porting libcurl on Android with SSL Support

2012-07-16 Thread Tancho .
Hey guys, just to inform you ( I forgot to do it last week ) I successfully cross-compiled cUrl for Android with SSL using the standalone toolchain. I would suggest removing the Android.mk file which points people in the wrong direction and adding an Android.README file which will explain the

Re: Porting libcurl on Android with SSL Support

2012-07-16 Thread Guenter
Hi Tancho, Am 17.07.2012 01:08, schrieb Tancho .: just to inform you ( I forgot to do it last week ) I successfully cross-compiled cUrl for Android with SSL using the standalone toolchain. thanks for giving feedback! I would suggest removing the Android.mk file which points people in the

Re: Porting libcurl on Android with SSL Support

2012-07-08 Thread Tancho .
Okay guys, I haven't touched the code since friday, but today I must finish this. So I guess I made the dumb error of not using the standalone toolchain.. I will try that. Can you (Dan or Guenter) send me any params for the configure ? what I am doing now is the following : 1. made a standalone

Re: Porting libcurl on Android with SSL Support

2012-07-08 Thread Tancho .
Update : I got the following config after fixing my standalone toolchain path (missed a - in the path) curl version: 7.26.0 Host setup: arm-unknown-linux-androideabi Install prefix: /usr/local Compiler: arm-linux-androideabi-gcc SSL support: no

Re: Porting libcurl on Android with SSL Support

2012-07-08 Thread Guenter
Hi, Am 09.07.2012 03:08, schrieb Tancho .: Update : I got the following config after fixing my standalone toolchain path good. and ofcourse, I got a compile error because of the libssh.. no idea nost likely because openssl dependency was missing ... where it came from .. libz is there

Re: Porting libcurl on Android with SSL Support

2012-07-05 Thread Tancho .
Please find my responce is inline ... Tancho On Thu, Jul 5, 2012 at 3:14 AM, Guenter li...@gknw.net wrote: Hi, Am 04.07.2012 19:53, schrieb Tancho .: I have tried to port libcurl to android but ran into some issues, and there's no porting needed - it runs out-of-the-box when you

Re: Porting libcurl on Android with SSL Support

2012-07-05 Thread Guenter
Hi Tancho, Am 05.07.2012 10:46, schrieb Tancho .: Please share your thoughts, I was more interested in the how rather than the if in this question :) hehe ... The way I go for compiling is described in ./docs/INSTALL ... How do I disable OpenSSL engine support in curl and still be able to

Re: Porting libcurl on Android with SSL Support

2012-07-05 Thread 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

Re: Porting libcurl on Android with SSL Support

2012-07-05 Thread Guenter
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

Re: Porting libcurl on Android with SSL Support

2012-07-05 Thread Tancho .
I will, thanks, should report back in less than an hour.. Tancho On Thu, Jul 5, 2012 at 2:13 PM, Guenter li...@gknw.net wrote: 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

Re: Porting libcurl on Android with SSL Support

2012-07-05 Thread Tancho .
So if I understood correctly I am supposed to add stuff to the standalone NDK. I am using Crystax NDK v7b (default google ndk with some extra stuff like support for wchar_t and wstring, runtime_error, C++11 support etc.. but it's completely backward compatible. ) so I extracted your zip in the

Re: Porting libcurl on Android with SSL Support

2012-07-05 Thread Dan Fandrich
On Thu, Jul 05, 2012 at 07:17:01PM +0200, Guenter wrote: Am 05.07.2012 15:37, schrieb Tancho .: 2. the script I'm using is actually just setting the environment and then calling the curl config script, it's based on the explanations in the Android.mk file comments by the dev team you mean the

Porting libcurl on Android with SSL Support

2012-07-04 Thread Tancho .
Hey guys, I have tried to port libcurl to android but ran into some issues, and would appreciate the help you could provide so, I have successfully configured libcurl and it's compilable without SSL support, but when I link to OpenSSL I get the following errors : Compile thumb : curl =

Re: Porting libcurl on Android with SSL Support

2012-07-04 Thread Guenter
Hi, Am 04.07.2012 19:53, schrieb Tancho .: I have tried to port libcurl to android but ran into some issues, and there's no porting needed - it runs out-of-the-box when you configure a cross-compile, see f.e. here were I have a bunch of autobuilds, and also with OpenSSL support: