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

发布时间 2023-07-31 19:53:52作者: Death_Knight

参考:

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

 

 

 

 

 

 

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