Version and Platform (required):
- Binary Ninja Version: [5.2.8161-dev (98bf34dd)]
- Edition: Commercial
- OS: Archlinux
- OS Version: 6.14.6-arch1-1
- CPU Architecture: x86_64
Bug Description:
Please provide a clear and concise description of what happened.
libxml2.so.2 doesn't exist anymore on archlinux (I think since libxml2 version 2.11.5-1).
Instead there is /usr/lib/libxml2.so and /usr/lib/libxml2.so.16.
This is needed for the debugger.
Steps To Reproduce:
ldd plugins/libdebuggercore.so | grep libxml
libxml2.so.2 => not found
Expected Behavior:
Maybe link to the new version of libxml2? Or statically link to it?
Version and Platform (required):
Bug Description:
Please provide a clear and concise description of what happened.
libxml2.so.2 doesn't exist anymore on archlinux (I think since libxml2 version 2.11.5-1).
Instead there is
/usr/lib/libxml2.soand/usr/lib/libxml2.so.16.This is needed for the debugger.
Steps To Reproduce:
Expected Behavior:
Maybe link to the new version of libxml2? Or statically link to it?