ZoomClips bug - wrong RPATH

Probably wrong category, couldn’t find a better one
I downloaded the latest zoom workplace package for Ubuntu Version: 6.7.5 (6891)
The OS keeps reporting a crash on /opt/zoom/CoomClips

hagai@ubuntu128gb:~/Desktop$ /opt/zoom/ZoomClips
/opt/zoom/ZoomClips: symbol lookup error: /opt/zoom/ZoomClips: undefined symbol: _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13find_first_ofEPKcmm, version Qt_5

It seems Zoom workplaces loaded Qt shared libraries which are different to the ones the executable was linked against.
.
Even though the .deb is shipped with the shared objects, it falls to the OS Qt shared objects.

Check the RPATH on the executable showed the problem

hagai@ubuntu128gb:~/Desktop$ readelf -d /opt/zoom/ZoomClips | grep -E “RPATH|RUNPATH”
0x000000000000001d (RUNPATH) Library runpath: [/home/jenkins/agent/workspace/Client.den/Client/Linux/u18_qt51518/release/linux-client/linux/ZoomClips/../../../linux-resource/prebuild_libs/libs64/release:/home/jenkins/agent/workspace/Client.den/Client/Linux/u18_qt51518/release/linux-client/linux/ZoomClips/../../../linux-resource/prebuild_libs/libs64/release/webrtc:/home/jenkins/agent/workspace/Client.den/Client/Linux/u18_qt51518/release/dependencies/qtlibs/gcc_64/lib]

It seems that this package is configured to run on a specific Jenkins build environment and does not load the shared objects it is packed with (under /opt/zoom/Qt/ …)

This causes the ldd to load the OS shared objects which do not hold the correct symbols the executable is expecting.

I would appreciate if someone can contact the package maintainer(s) and let them know about this issue (I use the zoom free tier and couldn’t find another way to open a bug report)

@Hagai you might need to raise this in the zoom community forum instead https://community.zoom.com/