uricamic / clandmark

Open Source Landmarking Library
http://cmp.felk.cvut.cz/~uricamic/clandmark
GNU General Public License v3.0
199 stars 111 forks source link

Inconsistency detected error while ccmake #28

Closed HDaoud closed 9 years ago

HDaoud commented 9 years ago

Hi,

trying to ccmake the package, I got the following error.

Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!

Regards, Hayyan

uricamic commented 9 years ago

Hi @HDaoud,

could you please specify your system and steps you did which led to this error message?

HDaoud commented 9 years ago

I'm using Ubuntu 14.04, downloaded the zip file from github and followed the steps in "http://cmp.felk.cvut.cz/~uricamic/clandmark/#installation". after typing the "CCMake .." it gives the error.

uricamic commented 9 years ago

And is CMake working for you on some other projects?

I am also using Ubuntu 14.04 and I have never encountered anything similar. I have found some link for 15.04, where they claim reinstalling libcurl3 to help: http://ubuntuforums.org/showthread.php?t=2277164

HDaoud commented 9 years ago

Yup, Cmake is working fine, I also tried to do CMake and got the same error, I will look into the link you've sent and update you. Thanks

uricamic commented 9 years ago

I found another one which might be also useful: https://forum.directadmin.com/showthread.php?t=51343

HDaoud commented 9 years ago

Yeah I read that,

and here is another one, http://stackoverflow.com/questions/20007961/error-running-a-compiled-c-file-uses-opengl-error-inconsistency-detected

I have nvidia as well, what is yours?

HDaoud commented 9 years ago

Hi Solved following: http://www.cfd-online.com/Forums/openfoam-installation/136477-inconsistency-detected-ld-so-2-3-0-ubuntu-14-04-a.html

I added the following command in the file ~/.bashrc : export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1

uricamic commented 9 years ago

Hi,

ok. Thanks for the message.