error while loading shared libraries: libxml2.so.2: cannot open shared object file 解决方法

Angry Panda / 2023-07-31 / 原文

参考:

https://blog.csdn.net/qq_39779233/article/details/128215517

 

 

============================================

 

 

 

error while loading shared libraries: libxml2.so.2: cannot open shared object file 解决方法

 

 

解决方法:

sudo apt-get install libxml2

 

 

 

 

 

 

============================================