Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lib versions problem #9

Open
oxydron opened this issue Jan 20, 2017 · 2 comments
Open

Lib versions problem #9

oxydron opened this issue Jan 20, 2017 · 2 comments

Comments

@oxydron
Copy link

oxydron commented Jan 20, 2017

$ ./FaceAlignment prepare    
$ ./FaceAlignment: /home/bh/anaconda3/lib/libgomp.so.1: version `GOMP_4.0' not found (required by ./FaceAlignment)
$ ./FaceAlignment: /home/bh/anaconda3/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./FaceAlignment)

Trying to use ./FaceAlignment prepare causes this error, related to wrong library versions.
Any tip to solve this?

@luoyetx
Copy link
Owner

luoyetx commented Jan 21, 2017

It seems the program links the wrong dynamic so file. Usually, these so files should lie in /usr/lib or /usr/local/lib. Error warns you link the files from anaconda.

@oxydron
Copy link
Author

oxydron commented Jan 23, 2017

Indeed it does. And did ls and grep on both directories (/usr/lib and /usr/local/lib) and got no libgomp1. And the strange is: by looking for it using aptitude, aptitude search libgomp I found the package and it is already installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants