Skip to content

Symbol lookup error: /usr/lib/libblas.so.3: undefined symbol: gotoblas #1114

@adonese

Description

@adonese

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions