Hab schon hier ein problem:
Code:
apt-get install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
Code:
root@root155:/usr/local/src/ispcp/ispcp-omega-1.0.7# apt-get install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
cat: ./docs/Debian/debian-packages-n/a: Datei oder Verzeichnis nicht gefunden
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Statusinformationen werden eingelesen... Fertig
Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
linux-libc-dev
Verwenden Sie »apt-get autoremove«, um sie zu entfernen.
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Und dann bei : make install
Code:
cd ./tools && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'
(cd ./daemon; \
make ispcp_daemon;)
make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c
In file included from ispcp_daemon.c:1:
ispcp_daemon.h:11:20: error: stdlib.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:17:20: error: syslog.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:23:22: error: sys/stat.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:24:23: error: sys/types.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:25:24: error: sys/socket.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:31:24: error: netinet/in.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:37:22: error: sys/time.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:43:20: error: signal.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:49:20: error: string.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:55:19: error: errno.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:61:20: error: unistd.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:67:19: error: stdio.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.h:73:23: error: arpa/inet.h: Datei oder Verzeichnis nicht gefunden
ispcp_daemon.c: In function âmainâ:
ispcp_daemon.c:10: error: storage size of âservaddrâ isnât known
ispcp_daemon.c:13: error: storage size of âcliaddrâ isnât known
ispcp_daemon.c:18: error: âpid_tâ undeclared (first use in this function)
ispcp_daemon.c:18: error: (Each undeclared identifier is reported only once
ispcp_daemon.c:18: error: for each function it appears in.)
ispcp_daemon.c:18: error: expected â;â before âchildpidâ
ispcp_daemon.c:19: error: âsocklen_tâ undeclared (first use in this function)
ispcp_daemon.c:19: error: expected â;â before âclilenâ
ispcp_daemon.c:24: error: âEOFâ undeclared (first use in this function)
ispcp_daemon.c:33: error: âLOG_DAEMONâ undeclared (first use in this function)
ispcp_daemon.c:35: warning: implicit declaration of function âsocketâ
ispcp_daemon.c:35: error: âAF_INETâ undeclared (first use in this function)
ispcp_daemon.c:35: error: âSOCK_STREAMâ undeclared (first use in this function)
ispcp_daemon.c:37: warning: implicit declaration of function âmemsetâ
ispcp_daemon.c:37: warning: incompatible implicit declaration of built-in function âmemsetâ
ispcp_daemon.c:37: error: âsize_tâ undeclared (first use in this function)
ispcp_daemon.c:37: error: expected â)â before âsizeofâ
ispcp_daemon.c:40: warning: implicit declaration of function âhtonlâ
ispcp_daemon.c:42: warning: implicit declaration of function âhtonsâ
ispcp_daemon.c:44: warning: implicit declaration of function âbindâ
ispcp_daemon.c:45: warning: implicit declaration of function âstrerrorâ
ispcp_daemon.c:45: error: âerrnoâ undeclared (first use in this function)
ispcp_daemon.c:45: warning: passing argument 2 of âsayâ makes pointer from integer without a cast
ispcp_daemon.c:46: warning: implicit declaration of function âexitâ
ispcp_daemon.c:46: warning: incompatible implicit declaration of built-in function âexitâ
ispcp_daemon.c:49: warning: implicit declaration of function âlistenâ
ispcp_daemon.c:50: warning: passing argument 2 of âsayâ makes pointer from integer without a cast
ispcp_daemon.c:51: warning: incompatible implicit declaration of built-in function âexitâ
ispcp_daemon.c:56: warning: implicit declaration of function âcallocâ
ispcp_daemon.c:56: warning: incompatible implicit declaration of built-in function âcallocâ
ispcp_daemon.c:56: error: invalid application of âsizeofâ to incomplete type âstruct timevalâ
ispcp_daemon.c:57: error: invalid application of âsizeofâ to incomplete type âstruct timevalâ
ispcp_daemon.c:59: error: invalid application of âsizeofâ to incomplete type âstruct timevalâ
ispcp_daemon.c:60: error: invalid application of âsizeofâ to incomplete type âstruct timevalâ
ispcp_daemon.c:62: error: dereferencing pointer to incomplete type
ispcp_daemon.c:63: error: dereferencing pointer to incomplete type
ispcp_daemon.c:65: error: dereferencing pointer to incomplete type
ispcp_daemon.c:66: error: dereferencing pointer to incomplete type
ispcp_daemon.c:68: warning: implicit declaration of function âsignalâ
ispcp_daemon.c:68: error: âSIGCHLDâ undeclared (first use in this function)
ispcp_daemon.c:69: error: âSIGPIPEâ undeclared (first use in this function)
ispcp_daemon.c:72: error: âFILEâ undeclared (first use in this function)
ispcp_daemon.c:72: error: âfileâ undeclared (first use in this function)
ispcp_daemon.c:72: warning: implicit declaration of function âfopenâ
ispcp_daemon.c:73: warning: implicit declaration of function âfprintfâ
ispcp_daemon.c:73: warning: incompatible implicit declaration of built-in function âfprintfâ
ispcp_daemon.c:73: warning: implicit declaration of function âgetpidâ
ispcp_daemon.c:74: warning: implicit declaration of function âfcloseâ
ispcp_daemon.c:79: error: âclilenâ undeclared (first use in this function)
ispcp_daemon.c:79: error: expected â;â before âsizeofâ
ispcp_daemon.c:81: warning: implicit declaration of function âacceptâ
ispcp_daemon.c:82: error: âEINTRâ undeclared (first use in this function)
ispcp_daemon.c:86: warning: passing argument 2 of âsayâ makes pointer from integer without a cast
ispcp_daemon.c:87: warning: incompatible implicit declaration of built-in function âexitâ
ispcp_daemon.c:91: warning: implicit declaration of function âsetsockoptâ
ispcp_daemon.c:91: error: âSOL_SOCKETâ undeclared (first use in this function)
ispcp_daemon.c:91: error: âSO_RCVTIMEOâ undeclared (first use in this function)
ispcp_daemon.c:91: error: invalid application of âsizeofâ to incomplete type âstruct timevalâ
ispcp_daemon.c:92: error: âSO_SNDTIMEOâ undeclared (first use in this function)
ispcp_daemon.c:92: error: invalid application of âsizeofâ to incomplete type âstruct timevalâ
ispcp_daemon.c:96: warning: implicit declaration of function âinet_ntopâ
ispcp_daemon.c:98: error: âchildpidâ undeclared (first use in this function)
ispcp_daemon.c:98: warning: implicit declaration of function âforkâ
ispcp_daemon.c:101: warning: implicit declaration of function âcloseâ
ispcp_daemon.c:105: warning: implicit declaration of function âsprintfâ
ispcp_daemon.c:105: warning: incompatible implicit declaration of built-in function âsprintfâ
ispcp_daemon.c:110: warning: implicit declaration of function âfreeâ
ispcp_daemon.c:110: warning: incompatible implicit declaration of built-in function âfreeâ
ispcp_daemon.c:112: warning: incompatible implicit declaration of built-in function âexitâ
ispcp_daemon.c:118: warning: implicit declaration of function âcloselogâ
ispcp_daemon.c:13: warning: unused variable âcliaddrâ
ispcp_daemon.c:10: warning: unused variable âservaddrâ
make[2]: *** [ispcp_daemon.o] Fehler 1
make[2]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.7/tools/daemon'
make[1]: *** [daemon/ispcp_daemon] Fehler 2
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.7/tools'
make: *** [install] Fehler 2 Kann mir jemand helfen ?