Skip to main content
Topic: [SOLVED] blender: error while loading shared libraries: libOpenColorIO.so.2.1 (Read 634 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

[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.
Code: [Select]
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.
Code: [Select]
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?

Re: blender: error while loading shared libraries: libOpenColorIO.so.2.1

Reply #1
I just ran into a similar issue while re-building a package. I wondered if anyone posted here about it and lo and behold, right at the top of my unread posts! I'm looking into it, I suspect I may have fudged the build order of some of these libraries that I recently brought in.

Re: blender: error while loading shared libraries: libOpenColorIO.so.2.1

Reply #2
Sorry for any inconvenience there. I believe your issue will be solved once openimageio-2.4.5.0-1.2 gets propagated to your mirror.

Re: blender: error while loading shared libraries: libOpenColorIO.so.2.1

Reply #3
ok, thanks  :D , I'll update it tommorow and see if the issue is fixed.

Re: blender: error while loading shared libraries: libOpenColorIO.so.2.1

Reply #4
Sorry for any inconvenience there. I believe your issue will be solved once openimageio-2.4.5.0-1.2 gets propagated to your mirror.
Just updated and yep, it's fixed, thanks a bunch!  :)