Jalol j'ai suivie a la virgule près ton tuto que je trouve d'ailleur très bien fait.
Sur mon gentoo de chez kimsufi-ovh , J'ai les emerges qui sont ARCH masked,donc comme si portage était locké et plus le make install m'installe rien ?Sur Putty ssh2 voilà les codes:
serveur kimsufi-ovh sous gentoo
ks34121 ~ # emerge ffmpeg
!!! ARCH is not set... Are you missing the /etc/make.profile symlink?
!!! Is the symlink correct? Is your portage tree complete?
ks34121 ~ # locate phpize
/bin/phpize
/usr/local/php4/bin/phpize
/usr/local/php4/lib/php/build/phpize.m4
/usr/local/php4/man/man1/phpize.1
/usr/local/php5/bin/phpize
/usr/local/php5/lib/php/build/phpize.m4
/usr/local/php5/man/man1/phpize.1
ks34121 ~ # locate php-config
/bin/php-config
/usr/local/php4/bin/php-config
/usr/local/php4/man/man1/php-config.1
/usr/local/php5/bin/php-config
/usr/local/php5/man/man1/php-config.1
ks34121 ~ # ln -s /usr/local/php4/bin/phpize /bin/phpize
ln: création d'un lien symbolique `/bin/phpize' vers `/usr/local/php4/bin/phpize': Le fichier existe.
ks34121 ~ # ln -s /usr/local/php4/bin/php-config /bin/php-config
ln: création d'un lien symbolique `/bin/php-config' vers `/usr/local/php4/bin/php-config': Le fichier existe.
ks34121 ~ # ln -s /usr/local/php4/bin/pear /bin/pear
ln: création d'un lien symbolique `/bin/pear' vers `/usr/local/php4/bin/pear': Le fichier existe.
ks34121 ~ # ln -s /usr/local/php4/bin/pecl /bin/pecl
ln: création d'un lien symbolique `/bin/pecl' vers `/usr/local/php4/bin/pecl': Le fichier existe.
ks34121 ~ # cd /homr/src
-bash: cd: /homr/src: Aucun fichier ou répertoire de ce type
ks34121 ~ # cd /home/src
ks34121 src # wget
http://ovh.dl.sourceforge.net/source...php-0.5.0.tbz2
--23:24:48--
http://ovh.dl.sourceforge.net/source...php-0.5.0.tbz2
=> `ffmpeg-php-0.5.0.tbz2.1'
Résolution de ovh.dl.sourceforge.net... 213.186.33.91
Connexion vers ovh.dl.sourceforge.net|213.186.33.91|:80...connect é.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 1,606,351 (1.5M) [text/plain]
100%[====================================>] 1,606,351 7.24M/s
23:24:50 (7.24 MB/s) - « ffmpeg-php-0.5.0.tbz2.1 » sauvegardé [1606351/1606351]
ks34121 src # tar -xjvf ffmpeg-php-0.5.0.tbz2
ffmpeg-php-0.5.0/
ffmpeg-php-0.5.0/include/
ffmpeg-php-0.5.0/include/gd.h
ffmpeg-php-0.5.0/include/gd_io.h
ffmpeg-php-0.5.0/tests/
ffmpeg-php-0.5.0/tests/test_media/
ffmpeg-php-0.5.0/tests/test_media/robot.avi
ffmpeg-php-0.5.0/tests/test_media/Ballad of the Sneak.mp3
ffmpeg-php-0.5.0/tests/test_media/test.avi
ffmpeg-php-0.5.0/tests/getFrameRate.phpt
ffmpeg-php-0.5.0/tests/getFramesResampled.phpt
ffmpeg-php-0.5.0/tests/getFrameCrop.phpt
ffmpeg-php-0.5.0/tests/getPixelAspectRatio.phpt
ffmpeg-php-0.5.0/tests/getFileName.phpt
ffmpeg-php-0.5.0/tests/getFrameHeight.phpt
ffmpeg-php-0.5.0/tests/getFramesForwardPassedEnd.phpt
ffmpeg-php-0.5.0/tests/isKeyFrame.phpt
ffmpeg-php-0.5.0/tests/getFramesBackwards.phpt
ffmpeg-php-0.5.0/tests/getAudioCodec.phpt
ffmpeg-php-0.5.0/tests/persistentMovie.phpt
ffmpeg-php-0.5.0/tests/getFramesForward.phpt
ffmpeg-php-0.5.0/tests/getFrameCount.phpt
ffmpeg-php-0.5.0/tests/getVideoCodec.phpt
ffmpeg-php-0.5.0/tests/getPTS.phpt
ffmpeg-php-0.5.0/tests/animatedGif.phpt
ffmpeg-php-0.5.0/tests/getAudioBitRate.phpt
ffmpeg-php-0.5.0/tests/getAudioChannels.phpt
ffmpeg-php-0.5.0/tests/getAudioSampleRate.phpt
ffmpeg-php-0.5.0/tests/test_ffmpeg.php
ffmpeg-php-0.5.0/tests/getVideoBitRate.phpt
ffmpeg-php-0.5.0/tests/getDuration.phpt
ffmpeg-php-0.5.0/tests/getFrameResampled.phpt
ffmpeg-php-0.5.0/tests/getPixelFormat.phpt
ffmpeg-php-0.5.0/tests/getFrameWidth.phpt
ffmpeg-php-0.5.0/tests/getBitRate.phpt
ffmpeg-php-0.5.0/tests/getFrame.phpt
ffmpeg-php-0.5.0/tests/getID3Info.phpt
ffmpeg-php-0.5.0/tests/hasAudio.phpt
ffmpeg-php-0.5.0/tests/getNextKeyFrame.phpt
ffmpeg-php-0.5.0/tests/getFrameNumber.phpt
ffmpeg-php-0.5.0/tests/getFramesNoArg.phpt
ffmpeg-php-0.5.0/ffmpeg_animated_gif.h
ffmpeg-php-0.5.0/LICENSE
ffmpeg-php-0.5.0/ffmpeg_movie.c
ffmpeg-php-0.5.0/config.m4
ffmpeg-php-0.5.0/ChangeLog
ffmpeg-php-0.5.0/ffmpeg_movie.h
ffmpeg-php-0.5.0/EXPERIMENTAL
ffmpeg-php-0.5.0/CREDITS
ffmpeg-php-0.5.0/ffmpeg_frame.c
ffmpeg-php-0.5.0/php_ffmpeg.h
ffmpeg-php-0.5.0/ffmpeg_frame.h
ffmpeg-php-0.5.0/TODO
ffmpeg-php-0.5.0/INSTALL
ffmpeg-php-0.5.0/ffmpeg-php.c
ffmpeg-php-0.5.0/ffmpeg_animated_gif.c
ffmpeg-php-0.5.0/conftest.c
ffmpeg-php-0.5.0/conftest
ks34121 src # cd ffmpeg-php-0.5.0
ks34121 ffmpeg-php-0.5.0 # phpize
Configuring for:
PHP Api Version: 20020918
Zend Module Api No: 20020429
Zend Extension Api No: 20050606
ks34121 ffmpeg-php-0.5.0 # ./configure && make
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for egrep... grep -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for PHP prefix... /usr/local/php4
checking for PHP includes... -I/usr/local/php4/include/php -I/usr/local/php4/include/php/main -I/usr/local/php4/include/php/TSRM -I/usr/local/php4/include/php/Zend
checking for PHP extension directory... /usr/local/php4/lib/php/extensions/no-debug-non-zts-20020429
checking for re2c... exit 0;
checking for mawk... no
checking for gawk... gawk
checking for ffmpeg support... yes, shared
checking for ffmpeg headers... configure: error: ffmpeg headers not found. Make sure you've built ffmpeg as shared libs using the --enable-shared option
ks34121 ffmpeg-php-0.5.0 # make install
make: *** Pas de règle pour fabriquer la cible « install ». Arrêt.
ks34121 ffmpeg-php-0.5.0 #
Je connais mieux FEDORA CORE que GENTOO si quelqu'un a une soluce MERCI