I just recompiled myth against the SVN last night and I get a segfault
when exiting from mythtranscode.  I tried to load it up in gdb to
troubleshoot and when I try to run I get <br>
(gdb) run<br>
Starting program: /root/mythtranscode<br>
/root/mythtranscode: error while loading shared libraries:
libstdc++.so.5: cannot open shared object file: No such file or
directory<br>
<br>
searching for the missing library I reveal that it is not present but the following are:<br>
root@devanLFS:~# find / -name libstdc++.so*<br>
/usr/lib/libstdc++.so.6.0.1<br>
/usr/lib/libstdc++.so.6<br>
/usr/lib/libstdc++.so<br>
<br>
How can it be possible that a binary I compiled last night is looking for a library that I don't have?<br clear="all"><br>-- <br>Thanks,<br>Devan Lippman &lt;<a href="mailto:devan@lippman.net">devan@lippman.net</a>&gt;