Comment 2 for bug 1298165

Revision history for this message
Mark Nunberg (mnunberg) wrote :

I also ran into this issue (Using Debian, but same issue). Apparently the solution is twofold:

(1) Install `binutils-dev`. This will give you a `libbfd.so`
(2) `LD_PRELOAD=/usr/lib/libbfd.so mutrace -d ...`

As a workaround