CURL在android中不工作

CURL在android中不工作,android,curl,android-ndk,Android,Curl,Android Ndk,我设法使用NDK-RC10将curl编译成在Android中使用。 我在执行以下步骤后崩溃: 1. push curl to /system/bin 2. push curl.so to /system/lib 3. run curl 4. output:[1] + Stopped (signal) curl 我检查logcat,发现: /调试(122):回溯: I/DEBUG(122):#00 pc 00000000 I/DEBUG(122):#01 pc 000048

我设法使用
NDK-RC10
将curl编译成在Android中使用。 我在执行以下步骤后崩溃:

 1. push curl to /system/bin

 2. push curl.so to /system/lib

 3. run curl

 4. output:[1] + Stopped (signal)     curl
我检查logcat,发现:

/调试(122):回溯:

I/DEBUG(122):#00 pc 00000000

I/DEBUG(122):#01 pc 0000483b/system/bin/linker

I/DEBUG(122):#02 pc 000209d0[堆栈]

发生了什么事?我该如何解决这个问题


我在
/system/lib

中有
libz/libc/libssl
您是否尝试过使用addr2line解码堆栈跟踪?您是否尝试过使用addr2line解码堆栈跟踪?