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

Hi , I am unable to install the Text::Mecab module taken from the CPAN.
When i do the first step for installation manually as below:
#perl MakeFile.PL
Then it is prompting as below:
Enter the path for mecab-config []
If i provide some path , then it is not proceeding.
Please help me the steps to install this module.?
Thanks in advance,
Nagaraju

Replies are listed 'Best First'.
Re: Need Help to install Text::Mecab
by duckyd (Hermit) on Aug 20, 2007 at 19:09 UTC
    Do you have mecab installed? You need to install it first, and then tell Text::Mecab where it is located. If you do have mecab installed, what path are you providing and what error message are you getting?
      I have not found any CPAN module with the name "Mecab" I could see only Text::Mecab which which is alternative interface to "libmecab" Please correct me if am wrong? Thanks in advance Raj

        Exactly. You need to have libmecab installed on your system. Ask your system administrator how to do this if you don't know how to proceed.