Advertisement
Guest User

centminmod_ffmpeg_phpext_install_230816-072831.log

a guest
Aug 24th, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1.  
  2. -------------------------------------------------------------------------
  3. Installing ffmpeg-php extension relies on the ffmpeg-php developer
  4. to keep ffmpeg-php updated for ffmpeg compatibility and that has
  5. been flaky with various compatibility issues. There have been work
  6. arounds like https://community.centminmod.com/posts/24018/ but
  7. there are no guarantees due to issues outlined in this thread post
  8. at https://community.centminmod.com/posts/7078/
  9.  
  10. if ffmpeg-php fails to compile, you can unload it by removing the
  11. settings file at /etc/centminmod/php.d/ffmpeg.ini and restarting
  12. php-fpm service
  13. -------------------------------------------------------------------------
  14.  
  15. [?1034hDo you want to continue with ffmpeg-php + ffmpeg install ? [y/n] y
  16.  
  17.  
  18. Install FFMPEG PHP extension...
  19. Cloning into 'ffmpeg-php-git'...
  20. make: *** No rule to make target `clean'. Stop.
  21. Configuring for:
  22. PHP Api Version: 20131106
  23. Zend Module Api No: 20131226
  24. Zend Extension Api No: 220131226
  25. Configuring for:
  26. PHP Api Version: 20131106
  27. Zend Module Api No: 20131226
  28. Zend Extension Api No: 220131226
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for a sed that does not truncate output... /bin/sed
  32. checking whether the C compiler works... yes
  33. checking for C compiler default output file name... a.out
  34. checking for suffix of executables...
  35. checking whether we are cross compiling... no
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C compiler... yes
  38. checking whether ccache gcc accepts -g... yes
  39. checking for ccache gcc option to accept ISO C89... none needed
  40. checking how to run the C preprocessor... ccache gcc -E
  41. checking for icc... no
  42. checking for suncc... no
  43. checking whether ccache gcc and cc understand -c and -o together... yes
  44. checking for system library directory... lib
  45. checking if compiler supports -R... no
  46. checking if compiler supports -Wl,-rpath,... yes
  47. checking build system type... x86_64-unknown-linux-gnu
  48. checking host system type... x86_64-unknown-linux-gnu
  49. checking target system type... x86_64-unknown-linux-gnu
  50. checking for PHP prefix... /usr/local
  51. checking for 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
  52. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20131226
  53. checking for PHP installed headers prefix... /usr/local/include/php
  54. checking if debug is enabled... no
  55. checking if zts is enabled... no
  56. checking for re2c... re2c
  57. checking for re2c version... 0.14.3 (ok)
  58. checking for gawk... gawk
  59. checking for ffmpeg support... yes, shared
  60. checking whether to force gd support in ffmpeg-php... no
  61. checking for ffmpeg headers...
  62. configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option
  63. make: *** No targets specified and no makefile found. Stop.
  64. make: *** No rule to make target `install'. Stop.
  65.  
  66. FFMPEG PHP Extension installed
  67. restarting php-fpm service ...
  68.  
  69. Gracefully shutting down php-fpm done
  70. Starting php-fpm [23-Aug-2016 08:07:10] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
  71. done
  72.  
  73. check phpinfo for FFMPEG PHP Extension...
  74.  
  75. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20131226/ffmpeg.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20131226/ffmpeg.so: cannot open shared object file: No such file or directory in Unknown on line 0
  76. Extension 'ffmpeg' not present.
  77.  
  78. Total FFMPEG PHP Extension Install Time: 2319.747460393 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement