Advertisement
Guest User

linuxdeploy-symlink-error

a guest
Dec 9th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $ linuxdeploy ... -e out/appdir2//usr/bin/beast
  2. linuxdeploy version 1-alpha (git commit ID c45cd46), <local dev build> built on 2019-11-19 10:36:25 UTC
  3. ERROR: Could not find dependency: libffmpeg.so
  4. Failed to deploy executable: out/appdir2//usr/bin/beast
  5.  
  6. $ ll out/appdir2//usr/bin/beast
  7. lrwxrwxrwx 1 timj timj 18 Dez 9 21:22 out/appdir2//usr/bin/beast -> ../electron/ebeast*
  8. $ ldd out/appdir2//usr/bin/beast
  9. linux-vdso.so.1 (0x00007fff853ad000)
  10. libffmpeg.so => not found
  11. libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x000014c570b09000)
  12. $ ldd out/appdir2//usr/electron/ebeast
  13. linux-vdso.so.1 (0x00007ffe1d344000)
  14. libffmpeg.so => /var/tmp/beast/out/appdir2//usr/electron/libffmpeg.so (0x00001455c0db4000)
  15. libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00001455c0bb0000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement