Hello Gurus,
Please, help me to get. I am not getting
this.
At last I reached to XML::LibXSLT with all
dependances successfully instalation,
but catched by error here:
[root qclinux XML-LibXSLT-1.09]# perl
Makefile.PL
running xslt-config... failed using fallback values for LIBS and INC options: LIBS='-L/usr/local/lib -L/usr/lib -lxslt -lxml2 -lz -lm' INC='-I/usr/local/include -I/usr/include' If this is wrong, Re-run as: $ perl Makefile.PL LIBS='-L/path/to/lib' INC='-I/path/to/include' looking for -lxslt... yes
Checking if your kit is complete... Looks good Writing Makefile for XML::LibXSLT [root qclinux XML-LibXSLT-1.09]# make cp benchmark.pl blib/lib/XML/benchmark.pl cp LibXSLT.pm blib/lib/XML/LibXSLT.pm /usr/bin/perl -I/usr/lib/perl5/5.6.1/i686-linux -I/usr/lib/perl5/5.6.1 /usr/lib/perl5/5.6.1/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap LibXSLT.xs > LibXSLT.xsc && mv LibXSLT.xsc LibXSLT.c Please specify prototyping behavior for LibXSLT.xs (see perlxs manual) cc -c -I/usr/local/include -I/usr/include -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.09\" -DXS_VERSION=\"1.09\" -fpic -I/usr/lib/perl5/5.6.1/i686-linux/CORE -DHAVE_BLANK LibXSLT.c LibXSLT.xs:9: libxml/xmlversion.h: No such file or directory LibXSLT.xs:10: libxml/xmlmemory.h: No such file or directory LibXSLT.xs:11: libxml/debugXML.h: No such file or directory LibXSLT.xs:12: libxml/HTMLtree.h: No such file or directory LibXSLT.xs:13: libxml/tree.h: No such file or directory In file included from LibXSLT.xs:14: /usr/local/include/libxslt/xslt.h:12: libxml/tree.h: No such file or directory In file included from LibXSLT.xs:15: /usr/local/include/libxslt/xsltInternals.h:15: libxml/tree.h: No such file or directory /usr/local/include/libxslt/xsltInternals.h:16: libxml/hash.h: No such file or directory /usr/local/include/libxslt/xsltInternals.h:17: libxml/xpath.h: No such file or directory In file included from /usr/local/include/libxslt/xsltInternals.h:19, from LibXSLT.xs:15: /usr/local/include/libxslt/numbersInternals.h:13: libxml/tree.h: No such file or directory In file included from LibXSLT.xs:16: /usr/local/include/libxslt/transform.h:13: libxml/parser.h: No such file or directory /usr/local/include/libxslt/transform.h:14: libxml/xmlIO.h: No such file or directory In file included from LibXSLT.xs:17: /usr/local/include/libxslt/xsltutils.h:18: libxml/xpath.h: No such file or directory /usr/local/include/libxslt/xsltutils.h:19: libxml/xmlerror.h: No such file or directory In file included from LibXSLT.xs:18: /usr/local/include/libxslt/imports.h:12: libxml/tree.h: No such file or directory make: *** [LibXSLT.o] Error 1 Thanks in advance.
-SubbaReddy
|