We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a462a19 commit 5f86cc6Copy full SHA for 5f86cc6
1 file changed
internal/lookup/library.go
@@ -32,6 +32,9 @@ func NewLibraryLocator(opts ...Option) Locator {
32
opts = append(opts,
33
WithSearchPaths([]string{
34
"/",
35
+ "/usr/local/glibc/usr/lib",
36
+ "/usr/local/glibc/lib",
37
+ "/usr/local/glibc/lib64",
38
"/usr/lib64",
39
"/usr/lib/x86_64-linux-gnu",
40
"/usr/lib/aarch64-linux-gnu",
0 commit comments