udie has asked for the wisdom of the Perl Monks concerning the following question:

Oh Kind Monks, I am trying to use Lingua::LinkParser but when i run the code i get the error,

perl: symbol lookup error: /usr/local/lib64/perl5/site_perl/5.10.0/x86_64-linux-thread-multi/auto/Lingua/LinkParser/LinkParser.so: undefined symbol: parse_options_create

I run fedora 12 with perl 5.10 i have tried the following versions of link parser 4.2.0 4.4.3 4.6.7 i get the same error with all the above version the Lingua version si 1.14 I really need this working for my project kindly help Thanks Uday

Replies are listed 'Best First'.
Re: Error while using Lingua::LinkParser
by graff (Chancellor) on Apr 27, 2010 at 18:45 UTC
Re: Error while using Lingua::LinkParser
by desemondo (Hermit) on Apr 27, 2010 at 03:44 UTC
    can you please provide a small code snippit that produces the issue?
      hi desmonde, thanks for the propmt reply, i get the error for the folowing code,
      use Lingua::LinkParser; my $parser = new Lingua::LinkParser;
      Instantiating the object is throwing the error :(