Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /////////////////////////Jel ovo ?/////////////////////
  2. if you get elfclass errors you don't have the right x86 packages installed
  3. fix:
  4. dpkg --add-architecture i386 (this is for debian, use equivalent on your OS)
  5. apt-get update (or yum)
  6. apt-get install libtbb2:i386 (or yum)
  7.  
  8. if you get missing library libtbb2.so you don't have libtbb2 package installed
  9. fix:
  10. apt-get install libtbb2 (or yum, if on x86)
  11. apt-get install libtbb2:i386 (or yum, if on x86_x64)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement