Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- ERROR: openssl not found
- If you think configure made a mistake, make sure you are using the latest
- version from Git. If the latest version fails, report the problem to the
- ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
- Include the log file "config.log" produced by configure as this will help
- solving the problem.
- root@XBMC-I5:~/src/ffmpeg/FFmpeg-master# nano config.log
- 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
- ERROR: openssl not found
- If you think configure made a mistake, make sure you are using the latest
- version from Git. If the latest version fails, report the problem to the
- ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
- Include the log file "config.log" produced by configure as this will help
- solving the problem.
- root@XBMC-I5:~/src/ffmpeg/FFmpeg-master# tail config.log
- BEGIN /tmp/ffconf.WTYBc0rv.c
- 1 extern int SSL_library_init();
- 2 int main(void){ SSL_library_init(); }
- END /tmp/ffconf.WTYBc0rv.c
- 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
- 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
- /usr/bin/ld: cannot find -lws2_32
- /usr/bin/ld: cannot find -lgdi32
- collect2: error: ld returned 1 exit status
- ERROR: openssl not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement