Error while loading shared libraries

hey guys, newbie here.
just installed manjaro xfce and did sudo pacman -S and -Syu for blender and krita but they don’t work
and when I run them from terminal they say
krita: error while loading shared libraries: libexiv2.so.26: cannot open shared object file: No such file or directory
and
blender: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory

You need to update, those are old libraries:

sudo pacman-mirrors -f5 && sudo pacman -Syyu

didn’t work :frowning:

That tells us nothing. Please post the output of that command using Preformatted text </> .

1 Like

couldn’t paste here and pasted in a pastebin https://pastebin.com/LFe0EdK4

nvidia-450xx-utils and nvidia-430xx-utils are in conflict

See:

first two commands didn’t work : https://pastebin.com/HQmuUpcY

by the way I don’t have nvidia graphic cards, I have a laptop which has two graphic cards, hp probook 4530s
Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics
driver: i915 v: kernel
Device-2: AMD Seymour [Radeon HD 6400M/7400M Series] driver: radeon

deleted cuda and now the conflict is gone and I did sudo pacman -Syyu successfully but I get the same errors with blender and krita
UPDATE
Fixed krita with following command:
$ sudo pacman -S gsl
working on blender
UPDATE
well, $ sudo pacman -Syu blender fixed the issue.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.