[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: memory fragmentation by the loader
On Wed, 2005-08-03 at 15:55 +0300, hayim@xxxxxxxxxxxxxx wrote:
> OK I figured that I need to do:
> prelink -r _base_address_ _library_
>
> changing /lib/tls/libc.so.6 to 0x00585000 was easy.
> When I tried to move /lib/ld-linux.so.2 to 0x0056c000 (as it is on my other
> machine). Things started to go wrong (to say the least :).
> the machine didn't even boot.
>
> I recovered the previous location of ld-linux.so.2, but still it is stuck in the
> middle of the address space.
just pass it --exec-shield and it'll put all of the libs in that region
anyway.
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/