I HATE prelink
While making last-minute clean ups for
preload to handle deleted binaries and shared objects nicely, I figure out a disaster, which is
prelink changing binaries
every #^@&ing night :-(.
What happens then is that preload simply loses all the context information it has gathered about the binary, since it's a new binary there in place...
So I have to ignore the part of the file name after the magic string ".#prelink#.". What a hack...