I packed a very easy Qt application (with shared libraries found by ldd) on my debian 11.
But it failed to run on ubuntu(20.04) virtual machine.
The error is : error while loading shared libraries: __vdso_time: invalid mode for dlopen(): Invalid argument
Both the glibc is version 2.31.
The version of qt is 6.3.2.
I used to set LD_LIBRARY_PATH to . or /usr/local/lib,it has no effect.
