Re: cannot restore segment prot after reloc

2008-03-12 Thread Alan Modra
On Tue, Mar 11, 2008 at 07:17:54AM -0500, Paul Turner wrote: > I try to execute I get this error: This list is the wrong place to ask about this error, as the error has nothing to do with binutils. The error is from glibc ld.so, so may be due to a bug there, or even with your kernel. -- Alan Mo

Re: cannot restore segment prot after reloc

2008-03-12 Thread Jim Wilson
Paul Turner wrote: What does this mean "cannot restore segment prot after reloc? The message is from the dynamic linker, which is part of glibc. See the glibc file elf/dl-reloc.c. It means that you have a read-only section (like text) that contains relocs that require modifying the read-on