< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index |
Hi, I'm encountered the problem when compile the resip on dedian for android - can't find the openssl libraries, but I have been deployed the openssl( https://github.com/resiprocate/openssl-android.git)Compile x86 : ssl <= kssl.cSharedLibrary : libssl.soExecutable : opensslInstall : openssl => /opt/ndk/openssl-android/libs/x86/opensslInstall : libssl.so => /opt/ndk/openssl-android/libs/x86/libssl.soCompile x86 : ssltest <= ssltest.cExecutable : ssltestInstall : ssltest => /opt/ndk/openssl-android/libs/x86/ssltestLibrary openssl deployed successfully to /root/ndk-prebuilt/openssl/tmp/tmp.r4c5vhM4BV/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lssl/tmp/tmp.r4c5vhM4BV/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lcryptocollect2: ld returned 1 exit statusmake[1]: *** [librutil.la] Error 1make[1]: Leaving directory `/opt/ndk/resiprocate-1.9.8/rutil'How to fix it ?Thanks