Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Ive just built Boomerang under Linux. Why does it just segfault all the time?

0
Posted

Ive just built Boomerang under Linux. Why does it just segfault all the time?

0

This only happens rarely, and the real cause is still a mystery. However, one reader who had this problem was able to run Boomerang after typing this command: % export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/boomerang/lib where /path/to/bomerang is the absolute path to the boomerang executable, e.g. /home/emmerik/boomerang. This command tells the dynamic loader where to find the Bomerang dynamically linked files, such as libBinaryFile.so. This should not be needed if you don’t monkey around with paths. Note that Boomerang needs several directories at runtime, so if you move it to another directory, in addition to this command, you also need soft links to these directories: frontend, signatures, and transformations.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123