<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Fine, I didn't check the NEWS.<br>
Anyway using "LIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = `mysql_config --libs`" might be good for all platforms, RedHat or Debian based, 32 or 64 bits.<br>
<br>
In fact, this is not a big issue, the problem right now for me is the segfault, just like Nils:<br>
sam@garage:~/dev/shim-081121$ ./shim --data<br>
Segmentation fault<br>
<br>
sam@garage:~/dev/shim-081121$ strace -f ./shim --data<br>
....<br>
open("/home/sam/.shimrc", O_RDONLY)&nbsp;&nbsp;&nbsp;&nbsp; = 3<br>
--- SIGSEGV (Segmentation fault) @ 0 (0) ---<br>
+++ killed by SIGSEGV +++<br>
<br>
Sam.<br><br>--- En date de&nbsp;: <b>Lun 24.11.08, R P Herrold <i>&lt;herrold@owlriver.com&gt;</i></b> a écrit&nbsp;:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">De: R P Herrold &lt;herrold@owlriver.com&gt;<br>Objet: Cross-session order modification and  cancellation now works<br>À: sam_backtester@yahoo.fr, "trading-shim general mailing list" &lt;ts-general@trading-shim.org&gt;<br>Date: Lundi 24 Novembre 2008, 16h21<br><br><pre>On Mon, 24 Nov 2008, sam wrote:<br><br>&gt; Just like Nils, same issue, on an Ubuntu 8.10 32 bits.<br>&gt; <br>&gt; It seems that there is a /lib64 in the Makefile, for Mysql libs.<br>&gt; You might leave " LIB&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = `mysql_config --libs`"<br>uncommented.<br><br>ahh -- Bill mentioned this in the NEWS file and I think in his post.<br><br>The release build test I use on Debian does the needed patching of the Makefile<br>automatically:<br>
        available at:<br>        ftp://ftp.owlriver.com/pub/local/COLUG/<br><br>        file:<br>        shim-debian.sh<br><br>retrieve it, and mark it +x<br><br>then just run it: ./shim-debian.sh   and it will take the needed steps.<br><br>Note that it does expect to be able to 'sudo' to root rights to ensure<br>the build environment is complete -- add a line this as root:<br><br>        echo "userid        ALL=(ALL) ALL " &gt;&gt; /etc/sudoers<br><br>and it will be happy (assuming of course 'sudo' is already installed. <br>;)<br><br>-- Russ herrold<br></pre></blockquote></td></tr></table><br>