Hi, I ran into an issue building an application that complained libutil.so was not found. It's not in /usr/lib indeed with glibc 2.35-2, while it was a link to libutil.so.1 -> libutil-2.32.so in glibc 2.32. Just creating the link fixed the build issue. I'm wondering if it's a new library deployment scheme, or it the link was missed during packaging. Regards.