Linux, like all operating systems, does NOT guarantee backward compatibility. If you developed under Kubuntu 10.04, your app is NOT going to run under Kubuntu 8.04 or any other version earlier than 10.04. Your application fails because the C runtime version it was built against doesn't exist on your test machine.
Bookmarks