in reply to Re^2: When i am installing a one perl module i am getting error like this. So anyone can help me on this.
in thread When i am installing a one perl module i am getting error like this. So anyone can help me on this.
fatal error: libxml/parserInternals.h: No such file or directory #incl +ude <libxml/parserInternals.h>
You don't have the module prerequisites installed as suggested in my previous reply.
yum install libxml2 libxml2-devel or apt install libxml2 libxml2-dev, or whatever your OS package manager is.
Update: See also this reply
|
|---|