Keywords: General - Google Cloud Platform - Technical issue - Other
Description:
Hi,
I've installed ffmpeg to bitnami server (https://github.com/PHP-FFMpeg/PHP-FFMpeg)
also installed ffmpeg libs (sudo apt-get install ffmpeg)
when I'm trying to run any command in PHP file - Im getting error:
PHP Fatal error: Uncaught Alchemy\BinaryDriver\Exception\ExecutionFailureException: ffprobe failed to execute command '/usr/bin/ffprobe' '-help' '-loglevel' 'quiet':
Error Output:
PHP Fatal error: Uncaught Alchemy\BinaryDriver\Exception\ExecutionFailureException: ffprobe failed to execute command '/usr/bin/ffprobe' '-help' '-loglevel' 'quiet':
/usr/bin/ffprobe: /opt/bitnami/common/lib/libuuid.so.1: no version information available (required by /usr/lib/x86_64-linux-gnu/libSM.so.6)
/usr/bin/ffprobe: /opt/bitnami/common/lib/libuuid.so.1: no version information available (required by /lib/x86_64-linux-gnu/libblkid.so.1)
/usr/bin/ffprobe: symbol lookup error: /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0: undefined symbol: FcConfigReference
in /home/eugeny/attachments/vendor/alchemy/binary-driver/src/Alchemy/BinaryDriver/ProcessRunner.php:95
but when I run this command in console: /usr/bin/ffprobe -help -loglevel quiet
all is ok
I tested it on a clean ubuntu server and there all working correctly
can it be some permission issue with PHP and libuuid?
thank you