Hi
I am updating via YAST and get the following error :
Subprocess failed. Error: RPM failed: rpm: relocation error: /lib64/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined in file libattr.so.1 with link time reference
Hi
I am unable to post the output, normal boot does not boot up.
I have been able to boot up with one of the read-only snapshots, but I am away during the week and will only be able to pick up on the weekend.
Thanks
I’ve got the same problem, the OS is completely broken and doesn’t boot (kernel panic while encrypted volume mount - “Unexpected reschedule of offline CPU#0”).
Managed to chroot the partition from the LiveCD.
# rpm -q --whatprovides /lib64/libacl.so.1
rpm: relocation error: /lib64/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined in file libattr.so.1 with link time reference
Hello. rpm -i was getting the same error. I’ve managed to solve it (but don’t recommend this way to anyone unless you know what you’re doing) by unpacking the rpm and replacing the libs. After that zypper was accessible so it could do it’s magic.
Unfortunately I’ve already removed all the repos except for the official ones + packman and did zypper dup to fix the OS. But I did have unnecessary repos from 15.0 if I’m not mistaken.
We can still ask those who are still facing the problem if they recover libacl.
You can do rpm2cpio from any rpm-based Linux live-cd (I used Fedora), mount your current drive there and overwrite the system libs. Then you should chroot to the path you’ve mounted the OS and do ldconfig. Not a great instruction, I guess, but these were the steps I was following.
I am having the same issue , and I followed your steps but seem to be having issues. can you assist
# rpm2cpio libacl1-2.2.52-lp151.4.29.x86_64.rpm | cpio -idmv
rpm2cpio: relocation error: /lib64/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined in file libattr.so.1 with link time reference
cpio: premature end of archive
I’ve run into the same problem today, too. I installed the updates from the update notifier, and now my system is totally broken. No cp, no tar, no mv, zypper doesn’t work… always with this sort of error.
Does anyone have any hints?
me@myhost:~> cp
cp: relocation error: /lib64/libacl.so.1: symbol getxattr, version ATTR_1.0 not defined in file libattr.so.1 with link time reference