[SOLVED] blender: error while loading shared libraries: libOpenColorIO.so.2.1
Yesterday after I did a full system update (Pacman -Syu) blender stopped working.
Whenever I try to open blender I get this error message.
blender: error while loading shared libraries: libOpenColorIO.so.2.1: cannot open shared object file: No such file or directory
I looked into it and realised that libOpenColorIO.so.2.1 was updated to libOpenColorIO.so.2.2. But when I downgrade the opencolorio package to an older version which has libOpenColorIO.so.2.1 I get the error message.
blender: error while loading shared libraries: libOpenColorIO.so.2.2: cannot open shared object file: No such file or directory
So it seems, for some reason blender requires the current version of libOpenColorIO and the previous one. But I'm not really sure how to install them both at the same time. Also I don't think blender should need 2 versions of the same library.
I've also tried completely uninstalling blender and all its dependencies, then reinstalling them, but that didn't fix the issue, should I just build it from source?