Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing library libsymLite.so #88

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clementFoyer
Copy link

Since dyninst/dyninst@739ad57, the library can be built with LIGHTWEIGHT_SYMTAB=ON which allows (or disallows) for the building of the lightweight version of the dyninst library (particularly the Stackwalking, Parsing and ProcControl).

This commit takes that in account by checking whether the light version is available, and if not, adds the relevant shared libraries.

Since dyninst/dyninst@739ad57, the
library can be built with `LIGHTWEIGHT_SYMTAB=ON` which allows (or
disallows) for the building of the lightweight version of the dyninst
library (particularly the Stackwalking, Parsing and ProcControl.

This commit takes that in account by checking whether the light version
is available, and if not, adds the relevant shared libraries.
@hainest
Copy link

hainest commented Oct 9, 2024

This was fixed by 53e74b1. I'm able to build the current HEAD against Dyninst 13.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants