(gdb) run
Starting program: /root/mythtranscode
/root/mythtranscode: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
searching for the missing library I reveal that it is not present but the following are:
[EMAIL PROTECTED]:~# find / -name libstdc++.so*
/usr/lib/libstdc++.so.6.0.1
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so
How can it be possible that a binary I compiled last night is looking for a library that I don't have?
--
Thanks,
Devan Lippman <[EMAIL PROTECTED]>
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
