Advertisement
Guest User

ffmpeg

a guest
Dec 30th, 2017
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 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. 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
  18.  
  19. Install FFMPEG PHP extension...
  20. Initialized empty Git repository in /svr-setup/ffmpeg-php-git/.git/
  21. make: *** No rule to make target `clean'. Stop.
  22. Configuring for:
  23. PHP Api Version: 20131106
  24. Zend Module Api No: 20131226
  25. Zend Extension Api No: 220131226
  26. Configuring for:
  27. PHP Api Version: 20131106
  28. Zend Module Api No: 20131226
  29. Zend Extension Api No: 220131226
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for a sed that does not truncate output... /bin/sed
  33. checking for C compiler default output file name... a.out
  34. checking whether the C compiler works... yes
  35. checking whether we are cross compiling... no
  36. checking for suffix of executables...
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether ccache gcc accepts -g... yes
  40. checking for ccache gcc option to accept ISO C89... none needed
  41. checking how to run the C preprocessor... ccache gcc -E
  42. checking for icc... no
  43. checking for suncc... no
  44. checking whether ccache gcc and cc understand -c and -o together... yes
  45. checking for system library directory... lib
  46. checking if compiler supports -R... no
  47. checking if compiler supports -Wl,-rpath,... yes
  48. checking build system type... x86_64-unknown-linux-gnu
  49. checking host system type... x86_64-unknown-linux-gnu
  50. checking target system type... x86_64-unknown-linux-gnu
  51. checking for PHP prefix... /usr/local
  52. 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
  53. checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20131226
  54. checking for PHP installed headers prefix... /usr/local/include/php
  55. checking if debug is enabled... no
  56. checking if zts is enabled... no
  57. checking for re2c... re2c
  58. checking for re2c version... 0.14.3 (ok)
  59. checking for gawk... gawk
  60. checking for ffmpeg support... yes, shared
  61. checking whether to force gd support in ffmpeg-php... no
  62. checking for ffmpeg headers...
  63. configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option
  64. make: *** No targets specified and no makefile found. Stop.
  65. make: *** No rule to make target `install'. Stop.
  66.  
  67. FFMPEG PHP Extension installed
  68. restarting php-fpm service ...
  69.  
  70. Gracefully shutting down php-fpm . done
  71. Starting php-fpm [30-Dec-2017 23:41:15] 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
  72. done
  73.  
  74. check phpinfo for FFMPEG PHP Extension...
  75.  
  76. 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
  77. Extension 'ffmpeg' not present.
  78.  
  79. Total FFMPEG PHP Extension Install Time: 370.911850344 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement