<br><div><span class="gmail_quote">On 3/30/06, <b class="gmail_sendername">Dave Jones</b> &lt;<a href="mailto:davej@redhat.com">davej@redhat.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Mar 30, 2006 at 01:54:10PM -0500, Michael Wiktowy wrote:<br> &gt; Is there some known proc magic that has to happen to make old binaries work<br> &gt; with 2.6.16? My Teamspeak client (which is unfortunatley closed-source)
<br> &gt; works with the FC5 2.6.15 kernel but dies with an error (that I can provide<br> &gt; to you as soon as I get home ... sorry for not being able to be specific<br> &gt; right now) about a library not found with the 
2.6.16 kernel.<br><br>should be binary compatible.&nbsp;&nbsp;need the error to diagnose further.</blockquote><div><br>Here is the exact error I get:&nbsp;</div></div>[mwiktowy@localhost TeamSpeak2RC2]$ ./TeamSpeak<br>/home/mwiktowy/bin/TeamSpeak2RC2/TeamSpeak.bin: symbol lookup error: /home/mwiktowy/bin/TeamSpeak2RC2/TeamSpeak.bin: undefined symbol: initPAnsiStrings
<br><br>Where the launching script &quot;Teamspeak&quot; is simply:<br><br>#!/bin/sh<br>#<br># This starup script will set the correct library path<br># and then startup the teamspeak binary.<br>#<br><br>export LD_LIBRARY_PATH=/home/mwiktowy/bin/TeamSpeak2RC2:$LD_LIBRARY_PATH
<br>/home/mwiktowy/bin/TeamSpeak2RC2/TeamSpeak.bin $*<br><br>With the previous FC5 kernel, this runs fine and still runs fine when I boot to the old kernel.<br>&nbsp;Just not with 2.6.16.<br><br>/Mike<br>