yulequan / face-alignment-in-3000fps

a c++ implementation of face alignment in 3000fps
Other
377 stars 234 forks source link

Can't run model, your code uses outdated libs. #27

Open oxydron opened 7 years ago

oxydron commented 7 years ago

Trying to use your model by $ ./LBF.out ./img/test.jpg got me this:

./LBF.out: /home/bh/anaconda3/lib/libgomp.so.1: version `GOMP_4.0' not found (required by ./LBF.out)
./LBF.out: /home/bh/anaconda3/lib/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./LBF.out)
./LBF.out: /home/bh/anaconda3/lib/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./LBF.out)

this libgomp1 package is currently on version 6.3 Any tips to solve that?