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

passing multiple libs #16

Closed
haampie opened this issue Nov 2, 2021 · 1 comment
Closed

passing multiple libs #16

haampie opened this issue Nov 2, 2021 · 1 comment

Comments

@haampie
Copy link

haampie commented Nov 2, 2021

When I build mbedtls from its makefile, it does not set DT_NEEDED even though it creates 3 libraries that depend on each other. From their docs:

Also, when loading shared libraries using dlopen(), you'll need to load libmbedcrypto first, then libmbedx509, before you can load libmbedtls.

Should this be supported by libwhich? E.g.

libwhich libmbedcrypto.so libmbedx509.so libmbedtls.so
@haampie
Copy link
Author

haampie commented Nov 3, 2021

Closing this as it seems to be an issue with mbedtls and the use case is probably very minimal

@haampie haampie closed this as completed Nov 3, 2021
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

No branches or pull requests

1 participant