Make full: problem with OpenImageIO

Hello, i get an error during building Blender with make full under manjaro linux. First, make lite and make work perfect for me (no building errors, no errors or crashes during execution) but with make full I get /opt/lib/osl/bin/oslc: error while loading shared libraries: libOpenImageIO.so.1.8: cannot open shared object file: No such file or directory
According to a similar problem from vince_549, I deleted the build_linux_full folder and run install_deps.sh again with the --with-all argument. Saddly this does’nt work for me. ls -l /usr/lib/libOpenImage* returns
lrwxrwxrwx 1 root root 21 12. Aug 13:28 /usr/lib/libOpenImageIO.so -> libOpenImageIO.so.2.0
lrwxrwxrwx 1 root root 24 12. Aug 13:28 /usr/lib/libOpenImageIO.so.2.0 -> libOpenImageIO.so.2.0.10
-rwxr-xr-x 1 root root 10297888 12. Aug 13:28 /usr/lib/libOpenImageIO.so.2.0.10
lrwxrwxrwx 1 root root 26 12. Aug 13:28 /usr/lib/libOpenImageIO_Util.so -> libOpenImageIO_Util.so.2.0
lrwxrwxrwx 1 root root 29 12. Aug 13:28 /usr/lib/libOpenImageIO_Util.so.2.0 -> libOpenImageIO_Util.so.2.0.10
-rwxr-xr-x 1 root root 761464 12. Aug 13:28 /usr/lib/libOpenImageIO_Util.so.2.0.10

There was a similar issue like this Ubuntu where the problem was with the install_deps.sh

Fix: https://developer.blender.org/rB5ea6545ad576bcc3ea107d351fda3c3909651c61

I think I solved a similar problem in Fedora by making a symlink to the libOpenImageIO.so.1.8 file that install deps made in the system libs folder.

That’s what solved this problem for me (or at least something similar). There’s probably something wrong somewhere with that whole process.