I've got those same errors, I have yet to look into them because they 
don't seem to be causing any issue at the moment. The interesting thing is 
I had a pretty much perfectly running installation and those errors didn't 
show up until recently. I'm not sure what I had changed that has caused 
them. The only thing I have recently done is go from nfdump 1.6.5 to 
1.6.10p1, but I had moved back to 1.6.5. I am running RHEL 6.1.

[xxxxxxx@xxxxxx bin]$ ./nfsen restart
Subroutine Lookup::pack_sockaddr_in6 redefined at 
/usr/share/perl5/Exporter.pm line 67.
 at /data/nfsen/prod/libexec/Lookup.pm line 43
Subroutine Lookup::unpack_sockaddr_in6 redefined at 
/usr/share/perl5/Exporter.pm line 67.
 at /data/nfsen/prod/libexec/Lookup.pm line 43
Subroutine Lookup::sockaddr_in6 redefined at /usr/share/perl5/Exporter.pm 
line 67.
 at /data/nfsen/prod/libexec/Lookup.pm line 43
Subroutine AbuseWhois::pack_sockaddr_in6 redefined at 
/usr/share/perl5/Exporter.pm line 67.
 at /data/nfsen/prod/libexec/AbuseWhois.pm line 42
Subroutine AbuseWhois::unpack_sockaddr_in6 redefined at 
/usr/share/perl5/Exporter.pm line 67.
 at /data/nfsen/prod/libexec/AbuseWhois.pm line 42
Subroutine AbuseWhois::sockaddr_in6 redefined at 
/usr/share/perl5/Exporter.pm line 67.
 at /data/nfsen/prod/libexec/AbuseWhois.pm line 42
Subroutine AbuseWhois::pack_sockaddr_in6 redefined at 
/data/nfsen/prod/libexec/AbuseWhois.pm line 44
Subroutine AbuseWhois::unpack_sockaddr_in6 redefined at 
/data/nfsen/prod/libexec/AbuseWhois.pm line 44
Subroutine AbuseWhois::sockaddr_in6 redefined at 
/data/nfsen/prod/libexec/AbuseWhois.pm line 44
./nfsen command [parameters]

        Use --help for long help

Matt Wiebelhaus
Network Systems Design
Phone: 402-544-3050 
Email: [email protected]




From:   "Hart, Benjamin" <[email protected]>
To:     "Matthew A. Wiebelhaus" <[email protected]>
Cc:     "[email protected]" 
<[email protected]>
Date:   11/01/2013 11:10 AM
Subject:        RE: [Nfdump-discuss] Problem with nfdump installation



Hmm I did not.  Going back, installing bison then configuring nfdump then 
nfsen again they both completed the make and installs.
 
However now I get this:
 
 
root@minetflow:/etc/init.d# /etc/init.d/nfdump restart
root@minetflow:/etc/init.d# /etc/init.d/nfsen restart
Subroutine Lookup::pack_sockaddr_in6 redefined at 
/usr/share/perl/5.14/Exporter.pm line 67.
at /data/nfsen/libexec/Lookup.pm line 43
Subroutine Lookup::unpack_sockaddr_in6 redefined at 
/usr/share/perl/5.14/Exporter.pm line 67.
at /data/nfsen/libexec/Lookup.pm line 43
Subroutine Lookup::sockaddr_in6 redefined at 
/usr/share/perl/5.14/Exporter.pm line 67.
at /data/nfsen/libexec/Lookup.pm line 43
Subroutine AbuseWhois::pack_sockaddr_in6 redefined at 
/usr/share/perl/5.14/Exporter.pm line 67.
at /data/nfsen/libexec/AbuseWhois.pm line 42
Subroutine AbuseWhois::unpack_sockaddr_in6 redefined at 
/usr/share/perl/5.14/Exporter.pm line 67.
at /data/nfsen/libexec/AbuseWhois.pm line 42
Subroutine AbuseWhois::sockaddr_in6 redefined at 
/usr/share/perl/5.14/Exporter.pm line 67.
at /data/nfsen/libexec/AbuseWhois.pm line 42
Subroutine AbuseWhois::pack_sockaddr_in6 redefined at 
/data/nfsen/libexec/AbuseWhois.pm line 44
Subroutine AbuseWhois::unpack_sockaddr_in6 redefined at 
/data/nfsen/libexec/AbuseWhois.pm line 44
Subroutine AbuseWhois::sockaddr_in6 redefined at 
/data/nfsen/libexec/AbuseWhois.pm line 44
/etc/init.d/nfsen command [parameters]
 
        Use --help for long help
 
root@minetflow:/etc/init.d#
 
From: Matthew A. Wiebelhaus [mailto:[email protected]] 
Sent: Friday, November 01, 2013 9:39 AM
To: Hart, Benjamin
Cc: [email protected]
Subject: Re: [Nfdump-discuss] Problem with nfdump installation
 
Do you have YACC installed?

sudo apt-get install bison

Matt Wiebelhaus
Network Systems Design
Phone: 402-544-3050 
Email: [email protected]




From:        "Hart, Benjamin" <[email protected]>
To:        "[email protected]" <
[email protected]>
Date:        11/01/2013 07:41 AM
Subject:        [Nfdump-discuss] Problem with nfdump installation




Fresh Ubuntu 12.04 server install, downloaded nfdump-1.6.10p1, untarred 
and ran ./configure –enable-nfprofile
Then when trying to Make get this:
 
Make all-recursive
Make[1]: Entering Directory ‘/usr/src/nfdump-1.6.10p1’
Making all in .
Make[2]: Entering directory ‘/usr/src/nfdump-1.6.10p1’
Make[2]: Leaving directory /usr/src/nfdump-1.6.10p1’
Making all in bin
Make[2]: Entering directory ‘/usr/src/nfdump-1.6.10p1/bin’
/bin/bash ../ylwrap grammar.y y.tab.c grammar.c y.tab.h ‘echo grammar.c | 
sed –e s/cc$/hh/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/’ y.output 
grammar.output – yacc –d
../ylwrap: line 112: yacc command not found
Make[2]: *** [grammar.c] error 1
Make[2]: Leaving directory ‘/usr/src/nfdump-1.6.10p1/bin’
Make[1]: *** [all-recursive] error 1
Make[1]: Make[2]: Leaving directory ‘/usr/src/nfdump-1.6.10p1’
Make: *** [all] error 2
 
 
Any clue why this is happening?
 
 
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform 
that
developers love is also attractive to malware creators. Download this 
white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Nfdump-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfdump-discuss


**

This email and any attachments may contain information that is 
confidential and/or privileged for the sole use of the intended recipient. 
Any use, review, disclosure, copying, distribution or reliance by others, 
and any forwarding of this email or its contents, without the express 
permission of the sender is strictly prohibited by law. If you are not the 
intended recipient, please contact the sender immediately, delete the 
e-mail and destroy all copies.
**


**

This email and any attachments may contain information that is confidential 
and/or privileged for the sole use of the intended recipient.  Any use, review, 
disclosure, copying, distribution or reliance by others, and any forwarding of 
this email or its contents, without the express permission of the sender is 
strictly prohibited by law.  If you are not the intended recipient, please 
contact the sender immediately, delete the e-mail and destroy all copies.
**

<<image/jpeg>>

<<image/jpeg>>

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Nfdump-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nfdump-discuss

Reply via email to