CentOS 7 - configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Версия от 13:05, 19 сентября 2019; Admin iph (обсуждение | вклад) (Новая страница: «=== CentOS 7 - configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option === При сбор…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к:навигация, поиск

CentOS 7 - configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option

При сборке php-ffmpeg:

# ./configure
configure: error: ffmpeg headers not found. Make sure ffmpeg is compiled as shared libraries using the --enable-shared option


Решение: скопировать либы от ffmpeg-devel в /usr/include/:

# cp -r /usr/include/ffmpeg/* /usr/include/