Control: reassign -1 libopenblas0 0.3.13+ds-3 Control: tags -1 + moreinfo
Dear Reuss, Sorry for the late reply. Le mercredi 18 août 2021 à 10:03 +0200, Reuss András a écrit : > Package: octave > > Octave installation is left unconfigured on debian update from > buster to bullseye > > octave --configure > /usr/libexec/octave/6.2.0/exec/x86_64-pc-linux-gnu/octave-gui: error > while loading shared libraries: libopenblas.so.0: cannot open shared > object file: No such file or directory > > > ldd /usr/libexec/octave/6.2.0/exec/x86_64-pc-linux-gnu/octave-gui > libopenblas.so.0 => not found This is strange. It behaves as if “ldconfig” had not been run. But it should be automatically triggered after the openblas installation. > ****************************** > *solution:* > *sudo ln -s /usr/lib/x86_64-linux-gnu/libopenblas.so > /usr/lib/x86_64-linux-gnu/libopenblas.so.0* > ******************************* Note that this is *not* the right way of fixing this problem. The .so symlink is normally provided by the -dev package. By doing this, you may be introducing problems for future upgrades. Do you still have the dpkg log (from /var/log/dpkg.log*) and possibly the apt log (from /var/log/apt/term.log*) that What if you remove this symlink and manually run “ldconfig” (as root)? Do you have something in /usr/local/lib? Best regards, -- ⢀⣴⠾⠻⢶⣦⠀ Sébastien Villemot ⣾⠁⢠⠒⠀⣿⡁ Debian Developer ⢿⡄⠘⠷⠚⠋⠀ https://sebastien.villemot.name ⠈⠳⣄⠀⠀⠀⠀ https://www.debian.org
signature.asc
Description: This is a digitally signed message part

