cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Install cURL in Android using binary

From: Joe Cabezas <joe.cabezas_at_gmail.com>
Date: Wed, 17 Oct 2012 13:57:01 -0300

not working :(

here's what i did

/storage/sdcard0/0Joe $ ./curl www.google.cl
/sbin/sh: ./curl: Permission denied

/storage/sdcard0/0Joe $ chmod +x curl
chmod: curl: Operation not permitted

/storage/sdcard0/0Joe $ chmod 755 curl
chmod: curl: Operation not permitted

/storage/sdcard0/0Joe $ su -
root_at_android:/storage/sdcard0/0Joe # chmod +x curl

root_at_android:/storage/sdcard0/0Joe # ./curl www.google.cl

sh: ./curl: can't execute: Permission denied

126|root_at_android:/storage/sdcard0/0Joe # chmod 755 curl

root_at_android:/storage/sdcard0/0Joe # ./curl www.google.cl

sh: ./curl: can't execute: Permission denied

2012/10/17 Ralph Mitchell <ralphmitchell_at_gmail.com>

> missions: chmod 755 /some/fol

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-10-17