Re: Unable to send email with libcurl (cross compiled for arm) application

2012-07-27 Thread usama yaseen
I am able to resolve the smtp issue by specifying the ca-bundle, now i am able to send the emails from arm without any problem, here's the parameters of configure command: ./configure --host=arm-none-linux-gnueabi --build=i686-linux CFLAGS='-Os'

Re: Unable to send email with libcurl (cross compiled for arm) application

2012-07-24 Thread usama yaseen
Hi Dan, yes previously ssl support was not enabled and https was not included in the protocols supported, i installed SSL from source and now my configure option is like this: ./configure --host=arm-none-linux-gnueabi --build=i686-linux CFLAGS='-Os' --enable-smtp --with-ssl after

Re: Unable to send email with libcurl (cross compiled for arm) application

2012-07-24 Thread Dan Fandrich
On Mon, Jul 23, 2012 at 11:52:31PM -0700, usama yaseen wrote: yes previously ssl support was not enabled and https was not included in the protocols supported, i installed SSL from source and now my configure option is like this: ./configure --host=arm-none-linux-gnueabi --build=i686-linux

Re: Unable to send email with libcurl (cross compiled for arm) application

2012-07-21 Thread Dan Fandrich
On Wed, Jul 18, 2012 at 06:38:25AM -0700, usama yaseen wrote: I am using libcurl for am-1808 running linux[i need to send emails with my c-program], i have compiled the libcurl successfully for arm and the sample application gets compiled successfully, but when i run this application on

Unable to send email with libcurl (cross compiled for arm) application

2012-07-18 Thread usama yaseen
I am using libcurl for am-1808 running linux[i need to send emails with my c-program], i have compiled the libcurl successfully for arm and the sample application gets compiled successfully, but when i run this application on arm-board, i got the following output. * About to connect() to