face-alignment-at-3000fps icon indicating copy to clipboard operation
face-alignment-at-3000fps copied to clipboard

Lib versions problem

Open oxydron opened this issue 8 years ago • 2 comments

$ ./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?

oxydron avatar Jan 20 '17 20:01 oxydron

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.

luoyetx avatar Jan 21 '17 01:01 luoyetx

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.

oxydron avatar Jan 23 '17 18:01 oxydron