Hi, Thank you very much for the response. Now, I could get lots of error messages:
AutoSplitting blib/lib/Lingua/LinkParser/Simple.pm (blib/lib/auto/Ling +ua/LinkParser/Simple) /usr/bin/perl /usr/local/share/perl/5.10.0/ExtUtils/xsubpp -typemap / +usr/share/perl/5.10/ExtUtils/typemap -typemap typemap LinkParser.xs +> LinkParser.xsc && mv LinkParser.xsc LinkParser.c Please specify prototyping behavior for LinkParser.xs (see perlxs manu +al) cc -c -I/home/aktest/link-4.1b/ -D_REENTRANT -D_GNU_SOURCE -DDEBIAN - +fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D +_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"1.14\" -DXS_VERSION=\"1.14\ +" -fPIC "-I/usr/lib/perl/5.10/CORE" -DDICTIONARY_DIR=\".\" LinkParse +r.c LinkParser.xs:5:27: error: link-includes.h: No such file or directory LinkParser.c: In function ‘XS_Lingua__LinkParser_dictionary_create_lan +g’: LinkParser.c:124: error: ‘Dictionary’ undeclared (first use in this fu +nction) LinkParser.c:124: error: (Each undeclared identifier is reported only +once LinkParser.c:124: error: for each function it appears in.) .....
I have searched for those errors and referred to incorrect link-grammar installations. I have installed link-grammar required for this module in /home/aktest/link-4.1b. Is there anything I am missing obvious ?

In reply to Re^2: Installing Lingua::LinkParser by crossthelimit
in thread Installing Lingua::LinkParser by crossthelimit

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.