I am trying to install the libxml2 library.during installing this error occures.
make[4]: Entering directory `/home/madhuv/y/libxml2-2.9.2/python'
CC libxml.lo
libxml.c:14:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
make[4]: *** [libxml.lo] Error 1
make[4]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/madhuv/y/libxml2-2.9.2/python'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/madhuv/y/libxml2-2.9.2'
make: *** [all] Error 2.
please help me.
python-dev
by:sudo apt-get install python-dev
– Ron May 15 '15 at 09:38