Linking errors with prebuild libs on Linux

Hi, the update fix most problem for me, too.
What I`ve done so far:
Delete build directory
Install missing package libxxf86vm (still missing openMP)
Make

[100%] Linking CXX executable ../../bin/blender
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: warning: libtbb.so.2, needed by /home/pepo/blender-git/lib/linux_centos7_x86_64/open
imagedenoise/lib/libOpenImageDenoise.a, not found (try using -rpath or -rpath-link)
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: warning: libtbbmalloc.so.2, needed by /home/pepo/blender-git/lib/linux_centos7_x86_6
4/openimagedenoise/lib/libOpenImageDenoise.a, not found (try using -rpath or -rpath-link)
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: ../../bin/blender: local symbol `_ZNK3tbb8internal32allocate_root_with_context_proxy
4freeERNS_4taskE' in /home/pepo/blender-git/lib/linux_centos7_x86_64/tbb/lib/libtbb.a(task.cpp.o) is referenced by DSO
/usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: final link failed: bad value
collect2: Fehler: ld gab 1 als Ende-Status zurück
make[3]: *** [source/creator/CMakeFiles/blender.dir/build.make:488: bin/blender] Fehler 1
make[2]: *** [CMakeFiles/Makefile2:6889: source/creator/CMakeFiles/blender.dir/all] Fehler 2
make[1]: *** [Makefile:183: all] Fehler 2
make: *** [GNUmakefile:304: all] Fehler 2

CMakeCache.txt (109.7 KB)

No /opt/lib
Cross post Unable to build blender 2.90 on Linux Mint - #9 by Blendphys

Thank you