Install by whl and get error:Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != NULL' failed!

In server A, get a whl package from source by this script
In server B, install from whl package, but when import torch, get error:

Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != NULL' failed!

or ldd any lib in the path:torch/lib, get the same error. but in server A, install from the same source, and work fine.
i run in conda env, and my script is almost consistent with builder/manywheel/build.sh.