Compatibilty with libc-2.12.so

asked 2015-02-03 03:20:58 -0600

updated 2015-02-03 08:19:29 -0600

berak gravatar image

Hi I have hadoop installed on my windows machine using VMWare and CentOS version 6.3. It has libc-2.12.so.

As I am using hadoop image of Cloudera inside VMWare, I am unable to upgrade OS or glibc. I have libc-2.12.so on my machine which unfortunately I cannot change.

When I compile program using OpenCV it gets complied but it fails at run time as it requires glibc 2.14 version but I have 2.12.

Can you please guide me if there is any OpenCV version which can compile/run program on libc-2.12.so on CentOs 6.3. If yes then how can I get that Thanks Aniruddh

edit retag flag offensive close merge delete

Comments

try building the opencv libs from github src locally.

berak gravatar imageberak ( 2015-02-03 03:27:34 -0600 )edit