Hi. I had the same issue in starting both octave and R as was found in Testing with libblas.so.3. It is just due to the libblas.so.3 link being missing: I fixed it using
sudo ln -s libopenblas.so.3 libblas.so.3
I suspect that the libblas.so link is messed up as well. Thanks.