RHEL (Redhat Enterprise Linux) 5.6 (Tikanga) 환경에서 ffmpeg-php v0.6.0을 설치하려고했습니다. 나는 PHP 버전 5.2.17을 실행하고있어 다음는 FFmpeg 패키지를 설치 한 :RHEL 5.6에서 ffmpeg-php를 설치할 때 오류가 발생합니다.
- 는 FFmpeg-0.6.5-1.el5.rf
- 는 FFmpeg-(STABLE) - 0.6.5-1.el5.rf을
- 는 FFmpeg-libpostproc-0.6.5-1.el5.rf는
나는 these installation instructions을 따랐습니다. 지금까지 내가 권장하는 this을 발견했습니다
In file included from /usr/include/sys/stat.h:105,
from /usr/include/php/main/php_streams.h:28,
from /usr/include/php/main/php.h:400,
from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
/usr/include/bits/stat.h:88: error: field 'st_atim' has incomplete type
/usr/include/bits/stat.h:89: error: field 'st_mtim' has incomplete type
/usr/include/bits/stat.h:90: error: field 'st_ctim' has incomplete type
/usr/include/bits/stat.h:149: error: field 'st_atim' has incomplete type
/usr/include/bits/stat.h:150: error: field 'st_mtim' has incomplete type
/usr/include/bits/stat.h:151: error: field 'st_ctim' has incomplete type
In file included from /usr/include/php/main/php.h:406,
from /usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:40:
/usr/include/php/TSRM/tsrm_virtual_cwd.h:209: error: expected specifier-qualifier-list before 'time_t'
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c: In function 'zm_startup_ffmpeg':
/usr/local/src/ffmpeg-php-0.6.0/ffmpeg-php.c:94: warning: implicit declaration of function 'avcodec_init'
다른 사람이 비슷한 문제가 발생했는지 확인하고자하는 인터 웹 크롤링 적이 : 나는 다음과 같은 오류가 점점 오전, 내가 make
를 실행하는 단계에 붙어 ffmpeg-php의 이전 버전을 설치하십시오.
이전 버전의 사용에 불만이 있으며 위의 오류가 발생하여 다른 사람이 문제를 해결했는지, 또는 문제를 해결하기 위해 올바른 방향으로 나를 안내 할 수 있는지 궁금합니다.
며칠 전이 에로와도 같이 뛰었습니다. 여전히 해상도를 찾고 있습니다. 아직 해결 했니? – rahuL
서버를 폐기하고 Ubuntu 12.04 LTS를 사용하여 새 서버를 구축하는 작업을 마쳤습니다. –