• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Peer Gurdian Linux

mitmaker

Newbie
Hey Leute ! Ich wusste nicht ob das in das Forum rein kommt aber egal ! Habe erneut ein Problem :( !

Und zwar wenn ich Peer Gurdian Linux installieren möchte kommt bei "make" folgende Fehlermeldung :

bin einen Schritt weiter gekommen (hab iptables-devel installiert) nun das :
linux-xxxx:/tmp/peer/pglinux-1.5beta # make
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c Main.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c PeerGuard.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c BlockList.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c Blocker_Linux.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c Blocker_BSD.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c HttpServer.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c HttpRequest.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c sha1.cpp
g++ -g -O2 -o peerguardnf -I/usr/include/libipq Main.o PeerGuard.o BlockList.o Blocker_Linux.o Blocker_BSD.o HttpServer.o HttpRequest.o sha1.o -lipq -lpthread -lpthread -lipq
g++ -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/libipq -g -O2 -c pgtext.cpp
pgtext.cpp:29:20: error: curses.h: Datei oder Verzeichnis nicht gefunden
pgtext.cpp: In function ‘void* stats_thread(void*)’:
pgtext.cpp:172: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:172: error: ‘attrset’ was not declared in this scope
pgtext.cpp:173: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:177: error: ‘move’ was not declared in this scope
pgtext.cpp:178: error: ‘refresh’ was not declared in this scope
pgtext.cpp:180: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:180: error: ‘attrset’ was not declared in this scope
pgtext.cpp:181: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:184: error: ‘move’ was not declared in this scope
pgtext.cpp:185: error: ‘refresh’ was not declared in this scope
pgtext.cpp:188: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:188: error: ‘attrset’ was not declared in this scope
pgtext.cpp:189: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:193: error: ‘move’ was not declared in this scope
pgtext.cpp:194: error: ‘refresh’ was not declared in this scope
pgtext.cpp:197: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:197: error: ‘attrset’ was not declared in this scope
pgtext.cpp:198: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:201: error: ‘move’ was not declared in this scope
pgtext.cpp:202: error: ‘refresh’ was not declared in this scope
pgtext.cpp:204: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:204: error: ‘attrset’ was not declared in this scope
pgtext.cpp:209: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:219: error: ‘COLS’ was not declared in this scope
pgtext.cpp:220: error: ‘A_BOLD’ was not declared in this scope
pgtext.cpp:220: error: ‘attroff’ was not declared in this scope
pgtext.cpp:222: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:222: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:229: error: ‘COLS’ was not declared in this scope
pgtext.cpp:230: error: ‘A_BOLD’ was not declared in this scope
pgtext.cpp:230: error: ‘attroff’ was not declared in this scope
pgtext.cpp:232: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:232: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:242: error: ‘COLS’ was not declared in this scope
pgtext.cpp:243: error: ‘A_BOLD’ was not declared in this scope
pgtext.cpp:243: error: ‘attroff’ was not declared in this scope
pgtext.cpp:245: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:245: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:252: error: ‘move’ was not declared in this scope
pgtext.cpp:253: error: ‘refresh’ was not declared in this scope
pgtext.cpp: In function ‘void sub_monpg()’:
pgtext.cpp:280: error: ‘crmode’ was not declared in this scope
pgtext.cpp:281: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:281: error: ‘TRUE’ was not declared in this scope
pgtext.cpp:281: error: ‘keypad’ was not declared in this scope
pgtext.cpp:282: error: ‘noecho’ was not declared in this scope
pgtext.cpp:286: error: ‘has_colors’ was not declared in this scope
pgtext.cpp:286: error: ‘start_color’ was not declared in this scope
pgtext.cpp:286: error: ‘OK’ was not declared in this scope
pgtext.cpp:289: error: ‘COLOR_BLUE’ was not declared in this scope
pgtext.cpp:289: error: ‘COLOR_WHITE’ was not declared in this scope
pgtext.cpp:289: error: ‘init_pair’ was not declared in this scope
pgtext.cpp:290: error: ‘COLOR_RED’ was not declared in this scope
pgtext.cpp:290: error: ‘COLOR_BLACK’ was not declared in this scope
pgtext.cpp:291: error: ‘COLOR_GREEN’ was not declared in this scope
pgtext.cpp:295: error: ‘LINES’ was not declared in this scope
pgtext.cpp:296: error: ‘COLS’ was not declared in this scope
pgtext.cpp:297: error: ‘A_BOLD’ was not declared in this scope
pgtext.cpp:297: error: ‘attroff’ was not declared in this scope
pgtext.cpp:298: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:298: error: ‘attrset’ was not declared in this scope
pgtext.cpp:299: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:303: error: ‘refresh’ was not declared in this scope
pgtext.cpp:304: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:304: error: ‘attrset’ was not declared in this scope
pgtext.cpp:305: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:322: error: ‘move’ was not declared in this scope
pgtext.cpp:326: error: ‘getch’ was not declared in this scope
pgtext.cpp: In function ‘void get_logfile_name()’:
pgtext.cpp:336: error: ‘WINDOW’ was not declared in this scope
pgtext.cpp:336: error: ‘popup_window_ptr’ was not declared in this scope
pgtext.cpp:341: error: ‘newwin’ was not declared in this scope
pgtext.cpp:342: error: ‘box’ was not declared in this scope
pgtext.cpp:347: error: ‘mvwprintw’ was not declared in this scope
pgtext.cpp:349: error: ‘move’ was not declared in this scope
pgtext.cpp:350: error: ‘wrefresh’ was not declared in this scope
pgtext.cpp:351: error: ‘getch’ was not declared in this scope
pgtext.cpp:352: error: ‘KEY_BACKSPACE’ was not declared in this scope
pgtext.cpp:360: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:367: error: ‘endwin’ was not declared in this scope
pgtext.cpp: In function ‘void get_config_name()’:
pgtext.cpp:373: error: ‘WINDOW’ was not declared in this scope
pgtext.cpp:373: error: ‘popup_window_ptr’ was not declared in this scope
pgtext.cpp:378: error: ‘newwin’ was not declared in this scope
pgtext.cpp:379: error: ‘box’ was not declared in this scope
pgtext.cpp:383: error: ‘mvwprintw’ was not declared in this scope
pgtext.cpp:385: error: ‘move’ was not declared in this scope
pgtext.cpp:386: error: ‘wrefresh’ was not declared in this scope
pgtext.cpp:387: error: ‘getch’ was not declared in this scope
pgtext.cpp:388: error: ‘KEY_BACKSPACE’ was not declared in this scope
pgtext.cpp:396: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:403: error: ‘endwin’ was not declared in this scope
pgtext.cpp: In function ‘void get_editor_name()’:
pgtext.cpp:409: error: ‘WINDOW’ was not declared in this scope
pgtext.cpp:409: error: ‘popup_window_ptr’ was not declared in this scope
pgtext.cpp:414: error: ‘newwin’ was not declared in this scope
pgtext.cpp:415: error: ‘box’ was not declared in this scope
pgtext.cpp:420: error: ‘mvwprintw’ was not declared in this scope
pgtext.cpp:422: error: ‘move’ was not declared in this scope
pgtext.cpp:423: error: ‘wrefresh’ was not declared in this scope
pgtext.cpp:424: error: ‘getch’ was not declared in this scope
pgtext.cpp:425: error: ‘KEY_BACKSPACE’ was not declared in this scope
pgtext.cpp:433: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:440: error: ‘endwin’ was not declared in this scope
pgtext.cpp: In function ‘void menu_options()’:
pgtext.cpp:452: error: ‘crmode’ was not declared in this scope
pgtext.cpp:453: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:453: error: ‘TRUE’ was not declared in this scope
pgtext.cpp:453: error: ‘keypad’ was not declared in this scope
pgtext.cpp:454: error: ‘noecho’ was not declared in this scope
pgtext.cpp:456: error: ‘has_colors’ was not declared in this scope
pgtext.cpp:456: error: ‘start_color’ was not declared in this scope
pgtext.cpp:456: error: ‘OK’ was not declared in this scope
pgtext.cpp:459: error: ‘COLOR_BLUE’ was not declared in this scope
pgtext.cpp:459: error: ‘COLOR_WHITE’ was not declared in this scope
pgtext.cpp:459: error: ‘init_pair’ was not declared in this scope
pgtext.cpp:460: error: ‘COLOR_RED’ was not declared in this scope
pgtext.cpp:460: error: ‘COLOR_BLACK’ was not declared in this scope
pgtext.cpp:463: error: ‘LINES’ was not declared in this scope
pgtext.cpp:464: error: ‘COLS’ was not declared in this scope
pgtext.cpp:465: error: ‘A_BOLD’ was not declared in this scope
pgtext.cpp:465: error: ‘attroff’ was not declared in this scope
pgtext.cpp:466: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:466: error: ‘attrset’ was not declared in this scope
pgtext.cpp:467: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:470: error: ‘refresh’ was not declared in this scope
pgtext.cpp:471: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:471: error: ‘attrset’ was not declared in this scope
pgtext.cpp:472: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:473: error: ‘move’ was not declared in this scope
pgtext.cpp:491: error: ‘getch’ was not declared in this scope
pgtext.cpp:492: error: ‘KEY_UP’ was not declared in this scope
pgtext.cpp:494: error: ‘KEY_DOWN’ was not declared in this scope
pgtext.cpp: In function ‘int menu_main()’:
pgtext.cpp:528: error: ‘crmode’ was not declared in this scope
pgtext.cpp:529: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:529: error: ‘TRUE’ was not declared in this scope
pgtext.cpp:529: error: ‘keypad’ was not declared in this scope
pgtext.cpp:530: error: ‘noecho’ was not declared in this scope
pgtext.cpp:532: error: ‘has_colors’ was not declared in this scope
pgtext.cpp:532: error: ‘start_color’ was not declared in this scope
pgtext.cpp:532: error: ‘OK’ was not declared in this scope
pgtext.cpp:535: error: ‘COLOR_BLUE’ was not declared in this scope
pgtext.cpp:535: error: ‘COLOR_WHITE’ was not declared in this scope
pgtext.cpp:535: error: ‘init_pair’ was not declared in this scope
pgtext.cpp:536: error: ‘COLOR_RED’ was not declared in this scope
pgtext.cpp:536: error: ‘COLOR_BLACK’ was not declared in this scope
pgtext.cpp:539: error: ‘LINES’ was not declared in this scope
pgtext.cpp:540: error: ‘COLS’ was not declared in this scope
pgtext.cpp:541: error: ‘A_BOLD’ was not declared in this scope
pgtext.cpp:541: error: ‘attroff’ was not declared in this scope
pgtext.cpp:542: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:542: error: ‘attrset’ was not declared in this scope
pgtext.cpp:543: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:546: error: ‘refresh’ was not declared in this scope
pgtext.cpp:547: error: ‘COLOR_PAIR’ was not declared in this scope
pgtext.cpp:547: error: ‘attrset’ was not declared in this scope
pgtext.cpp:548: error: ‘mvprintw’ was not declared in this scope
pgtext.cpp:549: error: ‘move’ was not declared in this scope
pgtext.cpp:573: error: ‘getch’ was not declared in this scope
pgtext.cpp:574: error: ‘KEY_UP’ was not declared in this scope
pgtext.cpp:576: error: ‘KEY_DOWN’ was not declared in this scope
pgtext.cpp: In function ‘void peerguardian_reloaded()’:
pgtext.cpp:601: error: ‘WINDOW’ was not declared in this scope
pgtext.cpp:601: error: ‘popup_window_ptr’ was not declared in this scope
pgtext.cpp:605: error: ‘crmode’ was not declared in this scope
pgtext.cpp:606: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:606: error: ‘TRUE’ was not declared in this scope
pgtext.cpp:606: error: ‘keypad’ was not declared in this scope
pgtext.cpp:607: error: ‘noecho’ was not declared in this scope
pgtext.cpp:609: error: ‘newwin’ was not declared in this scope
pgtext.cpp:610: error: ‘box’ was not declared in this scope
pgtext.cpp:615: error: ‘mvwprintw’ was not declared in this scope
pgtext.cpp:618: error: ‘KEY_UP’ was not declared in this scope
pgtext.cpp:621: error: ‘KEY_DOWN’ was not declared in this scope
pgtext.cpp:625: error: ‘move’ was not declared in this scope
pgtext.cpp:626: error: ‘wrefresh’ was not declared in this scope
pgtext.cpp:627: error: ‘getch’ was not declared in this scope
pgtext.cpp:634: error: ‘endwin’ was not declared in this scope
pgtext.cpp:644: error: ‘endwin’ was not declared in this scope
pgtext.cpp: In function ‘void peerguardian_searchip()’:
pgtext.cpp:653: error: ‘WINDOW’ was not declared in this scope
pgtext.cpp:653: error: ‘popup_window_ptr’ was not declared in this scope
pgtext.cpp:656: error: ‘crmode’ was not declared in this scope
pgtext.cpp:657: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:657: error: ‘TRUE’ was not declared in this scope
pgtext.cpp:657: error: ‘keypad’ was not declared in this scope
pgtext.cpp:661: error: ‘newwin’ was not declared in this scope
pgtext.cpp:662: error: ‘box’ was not declared in this scope
pgtext.cpp:667: error: ‘mvwprintw’ was not declared in this scope
pgtext.cpp:669: error: ‘move’ was not declared in this scope
pgtext.cpp:670: error: ‘wrefresh’ was not declared in this scope
pgtext.cpp:671: error: ‘getch’ was not declared in this scope
pgtext.cpp:672: error: ‘KEY_BACKSPACE’ was not declared in this scope
pgtext.cpp:683: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:687: error: ‘endwin’ was not declared in this scope
pgtext.cpp: In function ‘void peerguardian_merge()’:
pgtext.cpp:699: error: ‘WINDOW’ was not declared in this scope
pgtext.cpp:699: error: ‘popup_window_ptr’ was not declared in this scope
pgtext.cpp:702: error: ‘crmode’ was not declared in this scope
pgtext.cpp:703: error: ‘stdscr’ was not declared in this scope
pgtext.cpp:703: error: ‘TRUE’ was not declared in this scope
pgtext.cpp:703: error: ‘keypad’ was not declared in this scope
pgtext.cpp:705: error: ‘newwin’ was not declared in this scope
pgtext.cpp:706: error: ‘box’ was not declared in this scope
pgtext.cpp:711: error: ‘mvwprintw’ was not declared in this scope
pgtext.cpp:714: error: ‘move’ was not declared in this scope
pgtext.cpp:715: error: ‘wrefresh’ was not declared in this scope
pgtext.cpp:716: error: ‘getch’ was not declared in this scope
pgtext.cpp:717: error: ‘KEY_BACKSPACE’ was not declared in this scope
pgtext.cpp:728: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:745: error: ‘mvwprintw’ was not declared in this scope
pgtext.cpp:746: error: ‘move’ was not declared in this scope
pgtext.cpp:747: error: ‘wrefresh’ was not declared in this scope
pgtext.cpp:748: error: ‘getch’ was not declared in this scope
pgtext.cpp:749: error: ‘KEY_BACKSPACE’ was not declared in this scope
pgtext.cpp:761: error: ‘mvwaddch’ was not declared in this scope
pgtext.cpp:766: error: ‘endwin’ was not declared in this scope
pgtext.cpp: In function ‘void load_editor()’:
pgtext.cpp:783: error: ‘endwin’ was not declared in this scope
pgtext.cpp: In function ‘int main()’:
pgtext.cpp:797: error: ‘initscr’ was not declared in this scope
pgtext.cpp:798: error: ‘refresh’ was not declared in this scope
pgtext.cpp:813: error: ‘endwin’ was not declared in this scope
pgtext.cpp:820: error: ‘endwin’ was not declared in this scope
make: *** [pgtext.o] Fehler 1
linux-fjrz:/tmp/peer/pglinux-1.5beta #

-----------------------------------------------
Wer sich den Peer Gurdian selber runterladen will sollte das hier tun.

Kann mir einer helfen ?
 
Oben