Obstacle


Solution how to install package libxml2-dev


Working solution

# -y, --assumeyes Assume yes; assume that the answer to any question which would be asked is yes.

OS: Red Hat / CentOS

sudo yum install libxml2-devel -y

OS: Ubuntu

sudo apt-get install libxml2-dev