On Sun, Jul 17, 2016 at 09:49:34AM +0930, Arthur Marsh wrote: > Running prelink: > prelink: /usr/sbin/ntptime: R_386_32 relocs should not be present in > prelinked REL sections
There is nothing wrong with R_386_32 relocs in either REL, EXEC or DYN section. The linker is generating this by default. I would argue that it's a bug in prelink that it can't deal with it. Kurt

