New submission from Arminas <[email protected]>: After installing ffmpeg-0.5 from source code, I cannot find any ffmpeg executable.. OS: Solaris 10, sparc. Here is the steps I make: 1. Download ffmpeg-0.5 source, uncompress 2. cd ffmpeg-0.5; ./configure --prefix=/usr/local/ffmpeg 3. make && make install
Here is the `ls` output after installation is done: # ls /usr/local/ffmpeg/ include lib So there is no "bin" directory or anything similar. To be sure, I run `find / -name ffmpeg` , but ffmpeg still cannot be found. Maybe I have to add some specific parameters when executing `configure` command? PS: I've installed ffmpeg-php module for php successfully (this requires ffmpeg binaries), so includes and libraries are fine. ---------- messages: 6636 priority: normal status: new substatus: new title: There is no ffmpeg executables after install complete type: bug _____________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1303> _____________________________________________________
