i need the utils module...
tried to install it with - "make install-modules modules=modules/utils"
and got the following:
"
make install-modules modules=modules/utils
CC (gcc) [M utils.so] conf.o
CC (gcc) [M utils.so] functions.o
CC (gcc) [M utils.so] pidf.o
pidf.c:52:27: warning: libxml/parser.h: No such file or directory
In file included from pidf.c:54:
pidf.h:41: error: expected ×’=×’, ×’,×’, ×’;×’, ×’asm×’ or ×’__attribute__×’ before
×’xmlNodeGetNodeByName×’
pidf.h:43: error: expected ×’=×’, ×’,×’, ×’;×’, ×’asm×’ or ×’__attribute__×’ before
×’xmlDocGetNodeByName×’
pidf.h:44: error: expected ×’=×’, ×’,×’, ×’;×’, ×’asm×’ or ×’__attribute__×’ before
×’xmlNodeGetChildByName×’
pidf.h:46: error: expected ×’)×’ before ×’root×’
pidf.h:48: error: expected ×’)×’ before ×’node×’
pidf.c:56: error: expected ×’=×’, ×’,×’, ×’;×’, ×’asm×’ or ×’__attribute__×’ before
×’xmlNodeGetAttrByName×’
pidf.c:67: error: expected ×’)×’ before ×’node×’
pidf.c:76: error: expected ×’=×’, ×’,×’, ×’;×’, ×’asm×’ or ×’__attribute__×’ before
×’xmlNodeGetChildByName×’
pidf.c:87: error: expected ×’=×’, ×’,×’, ×’;×’, ×’asm×’ or ×’__attribute__×’ before
×’xmlNodeGetNodeByName×’
pidf.c:106: error: expected ×’)×’ before ×’root×’
pidf.c:116: error: expected ×’=×’, ×’,×’, ×’;×’, ×’asm×’ or ×’__attribute__×’ before
×’xmlDocGetNodeByName×’
pidf.c:122: error: expected ×’)×’ before ×’doc×’
make[1]: *** [pidf.o] Error 1
make: *** [install-modules] Error 1
"