The short answer: No
The long answer: Because of all the libraries involved, I don't think this will be a very good idea. The problem may be that some of your shared object libraries are not being found by the compiler at run time. There is a linker that can make this happen. If your are logged in as root, type this command "ldconfig -v" and see if that gets you anywhere. If not, it would be helpful to know the error messages you are getting rather than just saying it is not compatible. I don't mean to harsh your mellow but the reason you haven't had a lot of hits on this thread is because unlike the world of windoze, we seldom suggest reinstalling or rebooting as a solution to any problem. Rather, define the symptoms, then determine the cause by reading error messages and logs. This is the basic information you or anybody you enlist to help you needs to come up with a solution.