-
-
Notifications
You must be signed in to change notification settings - Fork 282
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
2.35-r0 missing lib64 symlink #175
Comments
This is also the reason behind build failures involving glibc applications on alpine base images, e.g like in #176 Working and broken container examples below:
|
sure,after installed 2.35-r0,something doesn't work ,programs based on glibc won't work. |
btw this is the commit that changed the behavior ddfe092. it looks like the apk packager complained about it so it was removed. Funnily enough, the code in apkbuild understood exactly what this package is doing but considers it an error anyway (https://github.com/alpinelinux/abuild/blob/master/abuild.in#L766):
|
My crude workaround to do in a
|
This works on x86 but for some reason on aarch64 the equivalent doesn't seem to work
it has to be
I'm not sure why it shouldn't be the 64bit lib folder. You can check this using
|
2.34-r0 release:
Meanwhile the 2.35-r0 release:
This causes some applications to fail as they're linked against /lib64 according to ldd.
As an aside I also noticed libSegFault.so is missing in the new version, but I'm not sure if that's a problem or not.
The text was updated successfully, but these errors were encountered: