Closed ZhangZhuoSJTU closed 4 years ago
Thanks for the heads up @ZhangZhuoSJTU!
I'm rebuilding consistent packages for ddisasm and gtirb-pprinter and I'll update/close this thread once they're published. Re-running the steps above using these new packages should fix this problem, but please reopen this thread if the problem persists.
Okay, it took a while to get the whole chain of dependencies rebuilt and through CI, but the packages are all updated now and should be consistent.
Thanks again for the report and please let us know if you run into any more issues.
Hi, I follow the README to install pre-built ddisasm on my ubuntu 18.04 machine.
I successfully installed ddisasm following the guidance.
However, when I try to executable ddisasm, the following error message shows out.
I then check the dynamic library required by ddisasm:
It seems there are two libgtirbs (
libgtirb.so.1.8.7
andlibgtirb.so.1.9.0
), among whichlibgtirb.so.1.8.7
is missed.