Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 3
    Welcome! Please edit your question to show the complete output when you try to install the library (sudo apt install libtbb2). Commented Mar 17, 2023 at 19:28
  • please include the command that outputs the message Commented Mar 17, 2023 at 19:51
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented Mar 17, 2023 at 22:23
  • @don_aman Done buddy. Commented Mar 18, 2023 at 3:31
  • 1
    The version of bt_fuzzer you are running was built against an older version of libtbb.so than is available on your distro. The answer is to rebuild bt_fuzzer from source, linking against the dependencies available in your distro. Commented Mar 18, 2023 at 8:39