<br><div><span class="gmail_quote">On 3/30/06, <b class="gmail_sendername">Dave Jones</b> <<a href="mailto:davej@redhat.com">davej@redhat.com</a>> 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> > Is there some known proc magic that has to happen to make old binaries work<br> > with 2.6.16? My Teamspeak client (which is unfortunatley closed-source)
<br> > works with the FC5 2.6.15 kernel but dies with an error (that I can provide<br> > to you as soon as I get home ... sorry for not being able to be specific<br> > right now) about a library not found with the 
2.6.16 kernel.<br><br>should be binary compatible.  need the error to diagnose further.</blockquote><div><br>Here is the exact error I get: </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 "Teamspeak" 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> Just not with 2.6.16.<br><br>/Mike<br>