I've tried the solution of issue #1033, but that didn't work. I'm using Ubuntu 16.04, I've installed OpenBLAS using apt-get.
sudo update-alternatives --set libblas.so.3 /usr/lib/openblas-base/libblas.so.3
My libblas.so.3 alternatives are,
sudo update-alternatives --list libblas.so.3
/usr/lib/atlas-base/atlas/libblas.so.3
/usr/lib/libblas/libblas.so.3
/usr/lib/openblas-base/libblas.so.3
I've also tried to install OpenBLAS from the source, it compiled well, but the problem still existed.
I get this error: <application_name>: symbol lookup error: /usr/lib/libblas.so.3: undefined symbol: gotoblas, whenever I try to run any program that uses OpenBLAS