<div>Looks like the crash is due to ASLR (Address Space Layout Randomization). You need to disable it for it to work. You can disable ASLR very easily - check out <a href="http://stackoverflow.com/questions/1455904/how-to-disable-address-space-randomization-for-a-binary-on-linux">http://stackoverflow.com/questions/1455904/how-to-disable-address-space-randomization-for-a-binary-on-linux</a> for instance</div>

<div>Statifier worked for me once I disabled ASLR ...<br><br></div>
<div class="gmail_quote">On Sun, Jul 25, 2010 at 12:32 AM, Henning Thielemann <span dir="ltr">&lt;<a href="mailto:schlepptop@henning-thielemann.de">schlepptop@henning-thielemann.de</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">C K Kashyap schrieb:<br>
<div class="im">&gt; Hi,<br>&gt; At my work we ran into a situation where we started wishing there was a<br>&gt; way to take a dynamically linked executable and create a statically<br>&gt; linked bundle out of it. Little bit of googling got me to statifier -<br>
&gt; <a href="http://statifier.sourceforge.net/statifier/main.html" target="_blank">http://statifier.sourceforge.net/statifier/main.html</a>.<br><br></div>I also tried to use statifier in order to run a Haskell program on a<br>
remote machine that I compiled locally. I had also no success. :-(<br><br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Kashyap<br>