| |||||||
![]() |
| | LinkBack (3) | Thread Tools | Display Modes |
|
#41
| |||
| |||
|
[root@host ffmpeg]# make install make: *** No rule to make target `install'. Stop. [root@host ffmpeg]# [root@host ffmpeg]# cd /usr/local/src [root@host src]# wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.0.tbz2 --22:09:28-- http://superb-west.dl.sourceforge.ne...php-0.5.0.tbz2 => `ffmpeg-php-0.5.0.tbz2' Resolving superb-west.dl.sourceforge.net... 209.160.59.253 Connecting to superb-west.dl.sourceforge.net|209.160.59.253|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,606,351 (1.5M) [application/octet-stream] 100%[====================================>] 1,606,351 564.27K/s 22:09:31 (562.51 KB/s) - `ffmpeg-php-0.5.0.tbz2' saved [1606351/1606351] [root@host src]# tar jxvf 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 [root@host src]# cd /usr/local/src/ffmpeg-php-0.5.0/ [root@host ffmpeg-php-0.5.0]# phpize Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20050606 [root@host ffmpeg-php-0.5.0]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed 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 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 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20020429 checking for re2c... re2c 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 [root@host ffmpeg-php-0.5.0]# make make: *** No targets specified and no makefile found. Stop. [root@host ffmpeg-php-0.5.0]# make install make: *** No rule to make target `install'. Stop. [root@host ffmpeg-php-0.5.0]# cd /usr/local/src [root@host src]# wget superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.0.tbz2 --22:11:08-- http://superb-west.dl.sourceforge.ne...php-0.5.0.tbz2 => `ffmpeg-php-0.5.0.tbz2.1' Resolving superb-west.dl.sourceforge.net... 209.160.59.253 Connecting to superb-west.dl.sourceforge.net|209.160.59.253|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,606,351 (1.5M) [application/octet-stream] 100%[====================================>] 1,606,351 678.18K/s 22:11:11 (676.61 KB/s) - `ffmpeg-php-0.5.0.tbz2.1' saved [1606351/1606351] [root@host src]# tar jxvf 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 [root@host src]# cd /usr/local/src/ffmpeg-php-0.5.0/ [root@host ffmpeg-php-0.5.0]# phpize Configuring for: PHP Api Version: 20020918 Zend Module Api No: 20020429 Zend Extension Api No: 20050606 [root@host ffmpeg-php-0.5.0]# ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for egrep... grep -E checking for a sed that does not truncate output... /bin/sed checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed 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 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 checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20020429 checking for re2c... re2c 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 [root@host ffmpeg-php-0.5.0]# make make: *** No targets specified and no makefile found. Stop. make diyince stop diyor kaliyor nasil olucak bu egdurp kurulumundada ayni seyi yapiyor nasil yapicazda gecicek |
|
#42
| |||
| |||
|
arkadasım bu anlattıgını anlasam kesin hacker olurdum saka degil hic bise anlamıyorum video sitesi icin reseller aldim almaz olaydim FFMPEG yokmus kuracam bunlari yapacagima inanmiyorum Kurulum Özeti download edin ve yükleyin aşağıdakileri: libffac, libffad2,nasm, x264,amr, xvid, libogg, libvorbis, mp3lame, 3gp, ffmpeg nereden download edecez ? |
|
#43
| |||
| |||
| bendede aynısını veriyor- Centos 4.6 Kullanıyorum
__________________ Bende artık Mars'lıyım ![]() |
|
#44
| ||||
| ||||
| Quote:
centos 5.2 32bit sisteme sorunsuzca kurulum yaptım. teşekkür ederim.
__________________ "No Like Other" |
|
#45
| |||
| |||
|
Subversion u yüklerken böle bir hata veriyor acaba nedir bu ? Error: Missing Dependency: perl(URI) >= 1.17 is needed by package subversion
|
|
#46
| |||
| |||
|
bunlarla uğraşmak istemiyormusunuz ? ozaman birde bunu deneyin işletim sisteminiz centos'sa buyrun ; FFmpeg Uğraşsız Kurulum + Eklentiler
__________________ Bende artık Mars'lıyım ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://forum.whmdestek.com/site-server-genel-makaleleri/170-ffmpeg-installation-advanced.html | ||||
| Posted By | For | Type | Date | |
| FFMPEG Kurulumu - Webmaster Forum | This thread | Refback | 12.07.07 19:48 | |
| süper Video Sitesi scripti - Webmaster Zone | This thread | Refback | 06.07.07 19:19 | |
| gdlib ve ffmpeg-php - Webmaster Zone | This thread | Pingback | 30.06.07 11:15 | |




