I have build opencv which is a C++ Package in Ubuntu 12.04 and generated the "SO" files. Now I need to use these SO ( shared Object ) files in CENTOS ( which is another linux version ).
I copied the SO's generated in Ubuntu to Centos ( /usr/local/lib ). Will these libraries work in CENTOS?
I tried out and looks like its not working.. Still I am not sure whether the So will work or not. Please help..