kanary
Verified User
Hello,
I want to install ffmpeg on my server.
I am using this page to install
http://vexxhost.com/blog/2007/03/03...2tool-lame-mp3-encoder-libogg-–-the-easy-way/
but i got stuck at 14. Compile FFMPEG-PHP
there it says i have to use command "phpize"
but when i use it on my server i get
[root@server ffmpeg-php-0.5.1]# phpize
-bash: phpize: command not found
when i do a find commend i get this back
[root@server ffmpeg-php-0.5.1]# find / | grep -ri phpize
/usr/local/directadmin/custombuild/php-5.2.3/scripts/phpize
/usr/local/directadmin/custombuild/php-5.2.3/scripts/phpize.in
/usr/local/directadmin/custombuild/php-5.2.3/scripts/phpize.m4
/usr/local/directadmin/custombuild/php-5.2.3/scripts/man1/phpize.1.in
/usr/local/directadmin/custombuild/php-5.2.3/scripts/man1/phpize.1
/usr/local/bin/phpize
/usr/local/lib/php/build/phpize.m4
/usr/local/man/man1/phpize.1
so it is already located on my server.
if i directly go to that command i get this back
[root@server ffmpeg-php-0.5.1]# /usr/local/bin/phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
but how can i fixt this to use the "phpize" command ?
I want to install ffmpeg on my server.
I am using this page to install
http://vexxhost.com/blog/2007/03/03...2tool-lame-mp3-encoder-libogg-–-the-easy-way/
but i got stuck at 14. Compile FFMPEG-PHP
there it says i have to use command "phpize"
but when i use it on my server i get
[root@server ffmpeg-php-0.5.1]# phpize
-bash: phpize: command not found
when i do a find commend i get this back
[root@server ffmpeg-php-0.5.1]# find / | grep -ri phpize
/usr/local/directadmin/custombuild/php-5.2.3/scripts/phpize
/usr/local/directadmin/custombuild/php-5.2.3/scripts/phpize.in
/usr/local/directadmin/custombuild/php-5.2.3/scripts/phpize.m4
/usr/local/directadmin/custombuild/php-5.2.3/scripts/man1/phpize.1.in
/usr/local/directadmin/custombuild/php-5.2.3/scripts/man1/phpize.1
/usr/local/bin/phpize
/usr/local/lib/php/build/phpize.m4
/usr/local/man/man1/phpize.1
so it is already located on my server.
if i directly go to that command i get this back
[root@server ffmpeg-php-0.5.1]# /usr/local/bin/phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
but how can i fixt this to use the "phpize" command ?
Last edited: