scan_tools runtime error undefined symbol cblas_dtrsv ubuntu 12.04.2LTS
I have downloaded the scan_tools source code from git: it did build successfully, but at runtime I get:
"laser_scan_matcher_node: symbol lookup error: /usr/lib/libgsl.so.0: undefined symbol: cblas_dtrsv".
When I run ldd on the laser_scan_matcher_node binary, I see that libgsl.so.0 is linked, but NOT libgslcblas.
I am on ubuntu 12.04.2LTS.
What could I do to make it work, please ?