Your find command indicates you have MIME::Header installed, but you need
Mail::Header (completely different).
Depending on your distribution you can probably install it from the regular
package manager (but you'll have to search for the package name (something
like perl-Mail-Header)), or you can install it through CPAN:

perl -MCPAN -e 'install Mail::Header'


On Fri, May 10, 2013 at 3:32 AM, Allen Chan <allen.c...@five9.com> wrote:

>  Hi everyone,
>
>  I got nfcapd working and writing the flow data to file. nfdump is also
> showing data.
>  I am trying to install nfsen for the UI part of it.
>
>  I am getting this error:
>
>  [root@xx nfsen-1.3.6p1]# ./install.pl ./etc/nfsen.conf
> Check for required Perl modules: Failed
> Required nfsen modules not found
> Can't locate Mail/Header.pm in @INC (@INC contains: libexec ./libexec
> ./installer-items /usr/local/lib64/perl5 /usr/local/share/perl5
> /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5
> /usr/share/perl5 .) at ./install.pl line 640.
>
>  [root@xx nfsen-1.3.6p1]# find / -name 'Header'
>  /usr/local/lib/perl5/5.16.2/**x86_64-linux-thread-multi/**
> Encode/MIME/Header
> /usr/lib64/perl5/Encode/MIME/**Header
>
>  Pretty sure i have all the requirements so this is a little puzzling.
> Googling the error has mostly just gotten advice to install the cpan
> packages...
>
>  Thanks
> Allen Chan
>
> ------------------------------
>
> CONFIDENTIALITY NOTICE: This e-mail and any files attached may contain
> confidential information of Five9 and/or its affiliated entities. Access by
> the intended recipient only is authorized. Any liability arising from any
> party acting, or refraining from acting, on any information contained in
> this e-mail is hereby excluded. If you are not the intended recipient,
> please notify the sender immediately, destroy the original transmission and
> its attachments and do not disclose the contents to any other person, use
> it for any purpose, or store or copy the information in any medium.
> Copyright in this e-mail and any attachments belongs to Five9 and/or its
> affiliated entities.
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and
> their applications. This 200-page book is written by three acclaimed
> leaders in the field. The early access version is available now.
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Nfsen-discuss mailing list
> Nfsen-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
>
>
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to