[openblas] Missing and misconfigured symlinks

Problems with packages? Post here, using [tags] of the package name.

[openblas] Missing and misconfigured symlinks

Postby twetto » Sat Oct 23, 2021 6:29 am

Hello, I encountered the absence of libblas.so and libblas.so.3 while compiling packages:

$this->bbcode_second_pass_code('', '# ls -l /usr/lib/libblas.so*
lrwxrwxrwx 1 root root 23 Oct 3 05:28 /usr/lib/libblas.so -> libopenblasp-r0.3.18.so

# ls -l /usr/lib/libopenblas.so*
lrwxrwxrwx 1 root root 29 Oct 3 05:28 /usr/lib/libopenblas.so -> libopenblas_armv7p-r0.3.18.so
lrwxrwxrwx 1 root root 29 Oct 3 05:28 /usr/lib/libopenblas.so.3 -> libopenblas_armv7p-r0.3.18.so')

Seems like libblas.so is linked to the wrong place and libblas.so.3 is missing.

My temporary fix is to symlink them accordingly:
$this->bbcode_second_pass_code('', 'sudo ln -sf /usr/lib/libopenblas.so /usr/lib/libblas.so
sudo ln -sf /usr/lib/libopenblas.so.3 /usr/lib/libblas.so.3')

The platform is Raspberry Pi 4 and armv7h.

Thank you.
twetto
 
Posts: 1
Joined: Sat Oct 23, 2021 5:08 am

Return to Packages

Who is online

Users browsing this forum: No registered users and 11 guests