http://bugs.winehq.org/show_bug.cgi?id=13915
--- Comment #58 from Myk Taylor myk002@yahoo.com 2010-08-24 19:28:48 --- (In reply to comment #56)
In general it should work as long as prelink is found at compile time to set the base address, and as long as the OS doesn't force randomization despite prelink.
<snip>
That's certainly still true, and it's one of the reasons we set a fixed base address for kernel32.
on my system, prelink is installed, and I have set kernel.randomize_va_space = 0 in /etc/sysctl.conf, yet it still seems /usr/lib32/wine/kernel32.dll.so is loaded at a different address in the two processes. While I pursue a better solution, What else should I do to ensure that it works?