tong / hxssl

Haxe→C++/Neko OpenSSL bindings
30 stars 45 forks source link

Android Build #24

Open alijaya opened 11 years ago

alijaya commented 11 years ago

Hello... Um... How to build for android? I think I have successfully build it, but when I test it for my app, I got runtime error.

E/loader ( 5462): Could not find primitive hxssl_SSL_recv4 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_recv_char__1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_send_char2 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_send4 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_library_init0 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_load_error_strings0 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_new1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_close1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_connect1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_shutdown1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_free__1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_set_bio3 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSLv23_client_method0 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_TLSv1_client_method__0 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_CTX_new1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_CTX_close1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_CTX_load_verify_locations3 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_CTX_set_verify1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_CTX_use_certificate_file3 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_BIO_new_socket2 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_BIO_NOCLOSE0 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_read1 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_write2 in 0xb001281c E/loader ( 5462): Could not find primitive hxssl_SSL_accept1 in 0xb001281c

Does anyone have any idea why this is happen?

ghost commented 8 years ago

Any progress here?