Closed ISIM6 closed 1 month ago
root@ded1b620e75f:/usr/local/opengauss/bin# ./gs_dump ./gs_dump: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory
尝试一下
su omm . ~/.profile gs_dump
libxml2.so.2存在于usr/local/opengauss/lib中,需要修改LD_LIBRARY_PATH环境变量才能正确链接到这个文件。
usr/local/opengauss/lib
LD_LIBRARY_PATH
用户omm的.profile文件中添加了对应的PATH以及LD_LIBRARY_PATH环境变量。
omm
.profile
PATH
root@ded1b620e75f:/usr/local/opengauss/bin# ./gs_dump ./gs_dump: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory