|
From: Tom H. <th...@cy...> - 2004-10-13 11:43:07
|
In message <Pin...@he...>
Nicholas Nethercote <nj...@ca...> wrote:
> How many times has this RPATH problem come up? Is it worth an entry
> in the FAQ? Even better, is there a way we can auto-detect and deal
> with it?
I'm not aware of it having come up before but it might have done.
Given that we are acting as the ELF loader we ought to be able to
detect it - you just need to look for a DT_RPATH entry in the dynamic
attributes in the ELF file. I don't think we can do anything other
than warn however as it would require altering the ELF headers...
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|