On Thu, Jan 03, 2019 at 02:42:50PM -0500, Greg Wooledge wrote: > When I run "strace /sbin/ldconfig" on my system, I see this line: > > rename("/etc/ld.so.cache~", "/etc/ld.so.cache") = 0
Oh, and there was also this stuff: stat("/var/cache/ldconfig", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 open("/var/cache/ldconfig/aux-cache~", O_WRONLY|O_CREAT|O_TRUNC|O_NOFOLLOW, 0600) = 3 write(3, "glibc-ld.so.auxcache-1.0\273\2\0\0\376-\0\0"..., 45358) = 45358 close(3) = 0 rename("/var/cache/ldconfig/aux-cache~", "/var/cache/ldconfig/aux-cache") = 0 brk(0xa2d000) = 0xa2d000 Maybe your /var/cache/ldconfig directory is missing? I honestly have no idea what that is. I've never seen it before.