Hackerboard Wiki HaboBlog
Hackerboard bei Facebook Hackerboard bei Google+ Hackerboard bei Twitter

[HaBo]

 
Linux/UNIX Linuxverfechter finden hier Weggefährten.

Installationsprobleme: Nfsen

Diskussion: Installationsprobleme: Nfsen im Forum Linux/UNIX, in der Kategorie Operating Systems; Anzeige Hi, ich versuche den NetFlow Analyzier nfsen nach dieser Anleitung zu installieren: NetFlow: installation and configuration of NFDUMP and ...

Antwort
Alt 04.02.12, 00:04   #1 (permalink)
Senior Member
 
Registriert seit: 26.03.06
Serow Leistung: 8086
Likes: 16
Standard Installationsprobleme: Nfsen

Anzeige

Hi, ich versuche den NetFlow Analyzier nfsen nach dieser Anleitung zu installieren: NetFlow: installation and configuration of NFDUMP and NfSen on Debian « Pierky’s Blog Leider scheitert es an der Installation von nfdump. Das in Debian Squeeze enthaltene Package scheint aber zu alt für nfsen 1.6.5 zu sein (so zeigt es jedenfalls die Web UI).

Code:
root@netflow:~/nfdump-1.6.5# make
make  all-recursive
make[1]: Entering directory `/root/nfdump-1.6.5'
Making all in .
make[2]: Entering directory `/root/nfdump-1.6.5'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/nfdump-1.6.5'
Making all in bin
make[2]: Entering directory `/root/nfdump-1.6.5/bin'
/bin/bash ../ylwrap grammar.y y.tab.c grammar.c y.tab.h grammar.h y.output grammar.output -- yacc  -d
../ylwrap: line 111: yacc: command not found
make[2]: *** [grammar.c] Error 1
make[2]: Leaving directory `/root/nfdump-1.6.5/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/nfdump-1.6.5'
make: *** [all] Error 2
root@netflow:~/nfdump-1.6.5#
Er scheint das Kommando yacc nicht zu finden, also habe ich mit apt-file danach gesucht und es in 9base gefunden:
Code:
apt-get install 9base
Danach erstmal kein Erfolg, da /usr/lib/plan9/bin/yacc nicht in $PATH ist. Also habe es es aufgenommen:

Code:
export PATH=/usr/lib/plan9/bin:${PATH}
Jetzt meckert er wieder:

Code:
root@netflow:~/nfdump-1.6.5# make
make  all-recursive
make[1]: Entering directory `/root/nfdump-1.6.5'
Making all in .
make[2]: Entering directory `/root/nfdump-1.6.5'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/root/nfdump-1.6.5'
Making all in bin
make[2]: Entering directory `/root/nfdump-1.6.5/bin'
/bin/bash ../ylwrap grammar.y y.tab.c grammar.c y.tab.h grammar.h y.output grammar.output -- yacc  -d

 fatal error:cannot open parser /usr/lib/plan9/yacc/yaccpar: No such file or directory, /root/nfdump-1.6.5/bin/grammar.y:1634
make[2]: *** [grammar.c] Error 1
make[2]: Leaving directory `/root/nfdump-1.6.5/bin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/nfdump-1.6.5'
make: *** [all] Error 2
root@netflow:~/nfdump-1.6.5#
Diesmal ist es also yaccpar, nur leider kann ich dazu nichts finden:

Code:
root@netflow:~# apt-file search /usr/lib/plan9/yacc/yaccpar
root@netflow:~#
Und nun?

Grüße
serow
Serow ist offline   Mit Zitat antworten
Alt 04.02.12, 01:04   #2 (permalink)
Senior Member
 
Benutzerbild von lookshe
 
Registriert seit: 10.03.07
lookshe Leistung: 8086
Likes: 19
Standard

yacc ist soweit ich weiss im Paket bison enthalten, evtl. mal damit probieren.
lookshe ist offline   Mit Zitat antworten
   
HaBOT
 
- Anzeige -

Werbung ist gerade online    
Alt 04.02.12, 08:23   #3 (permalink)
Senior Member
Themenstarter
 
Registriert seit: 26.03.06
Serow Leistung: 8086
Likes: 16
Standard

Danke das hat geholfen!
Serow ist offline   Mit Zitat antworten
Antwort
   
- Anzeige -

Werbung ist gerade online    

[HaBo] » Operating Systems » Linux/UNIX » Installationsprobleme: Nfsen
Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind aus
Pingbacks sind aus
Refbacks sind aus


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
5.1.2 und Suhosin 0.9.20 - Installationsprobleme keksinat0r (Web-) Design und webbasierte Sprachen 3 12.08.07 16:22
Ubuntu Installationsprobleme jagdfalke Linux/UNIX 6 26.02.06 20:19
Installationsprobleme unter W2k DelumaX Windows 0 13.01.02 23:10


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61