Advertisement
Guest User

Untitled

a guest
Jul 29th, 2013
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. root@alexschomb-rpi:/usr/local/bin# ./ffmpeg
  2. ./ffmpeg: error while loading shared libraries: libaacplus.so.2: cannot open shared object file: No such file or directory
  3. root@alexschomb-rpi:/usr/local/bin# ldd ./ffmpeg
  4. ./ffmpeg: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.17' not found (required by ./ffmpeg)
  5.     /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0xb6f96000)
  6.     libasound.so.2 => /usr/lib/arm-linux-gnueabihf/libasound.so.2 (0xb6ec6000)
  7.     libaacplus.so.2 => not found
  8.     libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0xb6e55000)
  9.     libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0xb6e4a000)
  10.     libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0xb6e22000)
  11.     libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0xb6e03000)
  12.     libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xb6cd4000)
  13.     librt.so.1 => /lib/arm-linux-gnueabihf/librt.so.1 (0xb6cc5000)
  14.     /lib/ld-linux-armhf.so.3 (0xb6fa3000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement