Advertisement
Guest User

Untitled

a guest
Mar 18th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. static --prefix=/build/buildd/ps3mediaserver-1.60.0+git+mencoder35003/target/bin-tools/target --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-openssl
  2. ERROR: openssl not found
  3.  
  4. If you think configure made a mistake, make sure you are using the latest
  5. version from Git. If the latest version fails, report the problem to the
  6. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  7. Include the log file "config.log" produced by configure as this will help
  8. solving the problem.
  9. root@XBMC-I5:~/src/ffmpeg/FFmpeg-master# nano config.log
  10. root@XBMC-I5:~/src/ffmpeg/FFmpeg-master# ./configure --enable-gpl --enable-version3 --enable-nonfree --disable-doc --disable-debug --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-libfreetype --disable-libass --disable-fontconfig --enable-runtime-cpudetect --extra-libs=-static --disable-devices --disable-ffplay --disable-ffserver --disable-ffprobe --disable-vda --disable-libtheora --disable-libvorbis --disable-shared --enable-static --prefix=/build/buildd/ps3mediaserver-1.60.0+git+mencoder35003/target/bin-tools/target --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-openssl
  11. ERROR: openssl not found
  12.  
  13. If you think configure made a mistake, make sure you are using the latest
  14. version from Git. If the latest version fails, report the problem to the
  15. ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  16. Include the log file "config.log" produced by configure as this will help
  17. solving the problem.
  18. root@XBMC-I5:~/src/ffmpeg/FFmpeg-master# tail config.log
  19. BEGIN /tmp/ffconf.WTYBc0rv.c
  20. 1 extern int SSL_library_init();
  21. 2 int main(void){ SSL_library_init(); }
  22. END /tmp/ffconf.WTYBc0rv.c
  23. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer -pthread -I/usr/include/freetype2 -c -o /tmp/ffconf.QIEzQdlS.o /tmp/ffconf.WTYBc0rv.c
  24. gcc -Wl,--as-needed -o /tmp/ffconf.mPwo2Q5o /tmp/ffconf.QIEzQdlS.o -lssl -lcrypto -lws2_32 -lgdi32 -lxvidcore -lx264 -lvorbisenc -lvorbis -logg -ltheoraenc -ltheoradec -logg -lopencore-amrwb -lopencore-amrnb -lmp3lame -lfreetype -lfaac -lm -lbz2 -lz -pthread -static
  25. /usr/bin/ld: cannot find -lws2_32
  26. /usr/bin/ld: cannot find -lgdi32
  27. collect2: error: ld returned 1 exit status
  28. ERROR: openssl not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement