Guest User

Untitled

a guest
Sep 27th, 2016
73
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /home/mbarisa/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-gcc --sysroot=/home/mbarisa/ffmpeg-android/toolchain-android/sysroot -isysroot /home/mbarisa/ffmpeg-android/toolchain-android/sysroot -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -DPIC -I/usr/local/ssl/android-18/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mcpu=cortex-a8 -std=c99 -fomit-frame-pointer -fPIC -marm -pthread -c -o /tmp/ffconf.qgkZ15Pt.o /tmp/ffconf.ZZTZn1ym.c
  2. /home/mbarisa/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-gcc -static -L/usr/local/ssl/android-18/lib -Wl,-z,relro -Wl,-z,now -pie --sysroot=/home/mbarisa/ffmpeg-android/toolchain-android/sysroot -isysroot /home/mbarisa/ffmpeg-android/toolchain-android/sysroot -mcpu=cortex-a8 -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.jzxLu9Oo /tmp/ffconf.qgkZ15Pt.o -lssl32 -leay32 -lm -pthread
  3. /home/mbarisa/ffmpeg-android/toolchain-android/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lssl32
  4. /home/mbarisa/ffmpeg-android/toolchain-android/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -leay32
  5. /tmp/ffconf.qgkZ15Pt.o:ffconf.ZZTZn1ym.c:function main: error: undefined reference to 'SSL_library_init'
  6. collect2: error: ld returned 1 exit status
  7. check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32
  8. check_header openssl/ssl.h
  9. check_cpp
  10. BEGIN /tmp/ffconf.ZZTZn1ym.c
  11. 1 #include <openssl/ssl.h>
  12. 2 int x;
  13. END /tmp/ffconf.ZZTZn1ym.c
  14. /home/mbarisa/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-gcc --sysroot=/home/mbarisa/ffmpeg-android/toolchain-android/sysroot -isysroot /home/mbarisa/ffmpeg-android/toolchain-android/sysroot -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -DPIC -I/usr/local/ssl/android-18/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mcpu=cortex-a8 -std=c99 -fomit-frame-pointer -fPIC -marm -pthread -E -o /tmp/ffconf.qgkZ15Pt.o /tmp/ffconf.ZZTZn1ym.c
  15. check_func SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32
  16. check_ld cc -lssl -lcrypto -lws2_32 -lgdi32
  17. check_cc
  18. BEGIN /tmp/ffconf.ZZTZn1ym.c
  19. 1 extern int SSL_library_init();
  20. 2 int main(void){ SSL_library_init(); }
  21. END /tmp/ffconf.ZZTZn1ym.c
  22. /home/mbarisa/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-gcc --sysroot=/home/mbarisa/ffmpeg-android/toolchain-android/sysroot -isysroot /home/mbarisa/ffmpeg-android/toolchain-android/sysroot -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Dstrtod=avpriv_strtod -DPIC -I/usr/local/ssl/android-18/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mcpu=cortex-a8 -std=c99 -fomit-frame-pointer -fPIC -marm -pthread -c -o /tmp/ffconf.qgkZ15Pt.o /tmp/ffconf.ZZTZn1ym.c
  23. /home/mbarisa/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi-gcc -static -L/usr/local/ssl/android-18/lib -Wl,-z,relro -Wl,-z,now -pie --sysroot=/home/mbarisa/ffmpeg-android/toolchain-android/sysroot -isysroot /home/mbarisa/ffmpeg-android/toolchain-android/sysroot -mcpu=cortex-a8 -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.jzxLu9Oo /tmp/ffconf.qgkZ15Pt.o -lssl -lcrypto -lws2_32 -lgdi32 -lm -pthread
  24. /home/mbarisa/ffmpeg-android/toolchain-android/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lws2_32
  25. /home/mbarisa/ffmpeg-android/toolchain-android/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lgdi32
  26. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_globallookup: error: undefined reference to 'dlopen'
  27. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_globallookup: error: undefined reference to 'dlsym'
  28. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_globallookup: error: undefined reference to 'dlclose'
  29. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_bind_func: error: undefined reference to 'dlsym'
  30. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_bind_func: error: undefined reference to 'dlerror'
  31. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_bind_var: error: undefined reference to 'dlsym'
  32. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_bind_var: error: undefined reference to 'dlerror'
  33. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_load: error: undefined reference to 'dlopen'
  34. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_load: error: undefined reference to 'dlclose'
  35. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_load: error: undefined reference to 'dlerror'
  36. /usr/local/ssl/android-18/lib/libcrypto.a(dso_dlfcn.o):dso_dlfcn.c:function dlfcn_unload: error: undefined reference to 'dlclose'
  37. collect2: error: ld returned 1 exit status
  38. ERROR: openssl not found
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×