MamasBoyGitHub / universal-media-server

Automatically exported from code.google.com/p/universal-media-server
GNU General Public License v2.0
0 stars 0 forks source link

Linux ffmpeg not statically linked #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. file ffmpeg

What is the expected output? What do you see instead?
ffmpeg: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), 
statically linked, for GNU/Linux 2.6.24, 
BuildID[sha1]=0xcd1c9d77046e79cc3213c393b2e1a47a00312bdc, not stripped

ffmpeg: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically 
linked (uses shared libs), for GNU/Linux 2.6.24, 
BuildID[sha1]=0x02825e7111efcf9116317a1d4e1c97b4f9876b02, stripped

bile@firefly:/tmp/ums-2.4.2  $ ./ffmpeg 
./ffmpeg: error while loading shared libraries: libva.so.1: cannot open shared 
object file: No such file or directory

What version of the product are you using? On what operating system?
2.4.2
Ubuntu 12.10 64bit 

Original issue reported on code.google.com by anarchoc...@gmail.com on 23 Feb 2013 at 12:46

GoogleCodeExporter commented 8 years ago
Thanks for the report. We're working on it.

Original comment by subjunk on 14 Mar 2013 at 9:59

GoogleCodeExporter commented 8 years ago
user@supreme:~/Downloads/ums-2.6.0$ ldd ffmpeg 
    linux-gate.so.1 =>  (0xf77cc000)
    libva.so.1 => not found
[snip]

user@supreme:~/Downloads/ums-2.6.0$ ./ffmpeg 
./ffmpeg: error while loading shared libraries: libva.so.1: cannot open shared 
object file: No such file or directory

Same problem in 2.6.0.
Ubuntu 12.04.2 LTS x64.

Original comment by martbh...@gmail.com on 29 Mar 2013 at 5:43

GoogleCodeExporter commented 8 years ago
The plan is to probably start using builds from http://ffmpeg.gusari.org/static/

Original comment by subjunk on 29 Mar 2013 at 5:44

GoogleCodeExporter commented 8 years ago

Original comment by subjunk on 25 May 2013 at 2:47