anhttran / extreme_3d_faces

Extreme 3D Face Reconstruction: Looking Past Occlusions
Other
785 stars 184 forks source link

Getting libblas.so error during install #7

Closed likwifi closed 6 years ago

likwifi commented 6 years ago

make[2]: *** No rule to make target '/usr/lib/libblas.so', needed by 'bin/TestBump'. Stop. CMakeFiles/Makefile2:196: recipe for target 'config/CMakeFiles/TestBump.dir/all' failed make[1]: *** [config/CMakeFiles/TestBump.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2

I can see that libblas is located at "/usr/lib/x86_64-linux-gnu" but I'm completely new to Ubuntu and have no idea how to update paths.

likwifi commented 6 years ago

Creating link to file solved issue. sudo ln -s /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/libblas.so