Hallo Gemeinde,
ich versuche jetzt schon seit gestern ffmpeg-php zum laufen zu bringen,ader ich scheiter jedesmal. In der Anleitung steht folgendes:
Aber es fängt schon bei dem Befehl autoconf. den will er gar nicht annehmen dann kommt immer command not found. Als System benutze ich Suse 10.3, Xampp + developer package.Achja und das normale FFmpeg habe ich bereits installiert und es läuft auch einwandfrei doch mit PHP will es nicht klappen 
Ich bin langsam echt am verzweifeln,ich hoffe mir kann jemand ein paar Tipps geben.
Denn ich hab von Linux null Ahnung
ich versuche jetzt schon seit gestern ffmpeg-php zum laufen zu bringen,ader ich scheiter jedesmal. In der Anleitung steht folgendes:
Code:
Building into the PHP binary
Unpack the archive and copy the ffmpeg-php extension directory into your the PHP sources extensions directory.
1. tar -xjf ffmpeg-php-X.x.x.tar.gz
2. cp ffmpeg-php /path/to/php_sources/ext
Run autoconf in your php source directory to update the configure script.
1. cd /path/to/php_sources
2. autoconf
Configure PHP with the ffmpeg option.
1. ./configure [other options...] --with-ffmpeg=yes
Now build and install PHP. If everything went as planned, ffmpeg-php is now built into the PHP binary and no further configuration is required.
Building as an Extension
Build and install PHP if it is not already installed
Unpack the archive
1. tar -xjf ffmpeg-php.X.x.x.tar.gz
Change to the ffmpeg-php extension directory and run phpize (included with your PHP installation) to build configuration files.
1. cd ffmpeg-php
2. phpize
Configure and build the extension.
1. ./configure && make
Install the shared extension.
1. make install (as root)

Ich bin langsam echt am verzweifeln,ich hoffe mir kann jemand ein paar Tipps geben.
Denn ich hab von Linux null Ahnung
