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

feat: more granular error messages when looking for shared objects #289

Closed
wants to merge 1 commit into from

Conversation

govinda-kamath
Copy link

  • Had run into a situation where loading libopenslide.so.1 failed because my system had an old version of libglib but the error message shown was libopenslide.so.0 not found.
  • This fixes that by giving the error message for each one of the shared objects the code looks for in case it did not find any.

@openslide-bot
Copy link

DCO not signed off ❌

One or more commits have not been signed off. All changes contributed to the OpenSlide project must certify to the terms of the Developer Certificate of Origin, version 1.1. Note that by doing so, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

To certify to the Developer Certificate of Origin, add Signed-off-by: Your Name <[email protected]> to each commit message. git commit --signoff will do this for you automatically.

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

Successfully merging this pull request may close these issues.

2 participants