| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Careful, this might break in other distros. Thank you for the PR. |
Sorry, something went wrong.
|
Hi @marcomagdy, thanks for your suggestion. I have made a new change to make it use the dynamic loader from libc when the one from ldd is not found in libc. I think it is more robust now. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Issue #, if available:

In Ubuntu 24.04, the dynamic loader path from the ldd command is different from the paths in dpkg-quey.
So the current packaging process fails because the packager could not find the dynamic loader.
Description of changes:
The PR changes it to using the dynamic loader from libc if the one from ldd is not found in libc.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.