apache - Cannot enable GD support for ffmpeg-php extension -


this phpinfo()

ffmpeg  ffmpeg-php version  0.6.0-svn ffmpeg-php built on apr 25 2015 20:01:27 ffmpeg-php gd support   disabled ffmpeg libavcodec version   lavc52.72.2 ffmpeg libavformat version  lavf52.64.2 ffmpeg swscaler version sws0.11.0  directive   local value master value ffmpeg.allow_persistent 0   0 ffmpeg.show_warnings    0   0  gd  gd support  enabled gd version  bundled (2.1.0 compatible) freetype support    enabled freetype linkage    freetype freetype version    2.3.11 gif read support    enabled gif create support  enabled jpeg support    enabled libjpeg version 6b png support enabled libpng version  1.2.49 wbmp support    enabled xpm support enabled libxpm version  30411 xbm support enabled  directive   local value master value gd.jpeg_ignore_warning  0   0 

i need enable gd support ffmpeg. i've tried using ./configure --enable-skip-gd-check , nothing has worked. i've scoured google last 12 hours , tried every "solution" advice appreciated. thanks.

terminal output after ./configure --enable-skip-gd-check:

root@ip-111-111-111-11 [/usr/local/src/ffmpeg-php-0.6.0]# ./configure --enable-skip-gd-check checking grep handles long lines , -e... /bin/grep checking egrep... /bin/grep -e checking sed not truncate output... /bin/sed checking cc... cc checking c compiler default output file name... a.out checking whether c compiler works... yes checking whether cross compiling... no checking suffix of executables...  checking suffix of object files... o checking whether using gnu c compiler... yes checking whether cc accepts -g... yes checking cc option accept iso c89... none needed checking how run c preprocessor... cc -e checking icc... no checking suncc... no checking whether cc understands -c , -o together... yes checking system library directory... lib checking if compiler supports -r... no checking if compiler supports -wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking php prefix... /usr/local checking php includes... -i/usr/local/include/php i/usr/local/include/php/main -i/usr/local/include/php/tsrm -i/usr/local/include/php/zend -i/usr/local/include/php/ext -i/usr/local/include/php/ext/date/lib checking php extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20121212 checking php installed headers prefix... /usr/local/include/php checking if debug enabled... no checking if zts enabled... no checking re2c... no configure: warning: need re2c 0.13.4 or later if want regenerate php parsers. checking gawk... gawk checking ffmpeg support... yes, shared checking whether force gd support in ffmpeg-php... yes checking ffmpeg headers... ...found in /usr/include/libavcodec checking ffmpeg libavcodec.so... ...found in /usr/lib64 checking ffmpeg swscale support... yes checking ld used cc... /usr/bin/ld checking if linker (/usr/bin/ld) gnu ld... yes checking /usr/bin/ld option reload object files... -r checking bsd-compatible nm... /usr/bin/nm -b checking whether ln -s works... yes checking how recognize dependent libraries... pass_all checking ansi c header files... yes checking sys/types.h... yes checking sys/stat.h... yes checking stdlib.h... yes checking string.h... yes checking memory.h... yes checking strings.h... yes checking inttypes.h... yes checking stdint.h... yes checking unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking dlfcn.h... yes checking maximum length of command line arguments... 1966080 checking command parse /usr/bin/nm -b output cc object... ok checking objdir... .libs checking ar... ar checking ranlib... ranlib checking strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking cc option produce pic... -fpic checking if cc pic flag -fpic works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should explicitly linked in... no checking dynamic linker characteristics... gnu/linux ld.so checking how hardcode library paths programs... immediate checking whether stripping libraries possible... yes checking if libtool supports shared libraries... yes checking whether build shared libraries... yes checking whether build static libraries... no  creating libtool appending configuration tag "cxx" libtool configure: creating ./config.status config.status: creating config.h 


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -