Current time: 07-03-2024, 10:37 AM Hello There, Guest! (LoginRegister)


Thread Closed 
ispCP install auf Debian 4 (etch)
Author Message
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #11
RE: ispCP install auf Debian 4 (etch)
apt-get install gcc Wink



(smilie bitte weglassen Tongue )
(This post was last modified: 08-03-2008 01:20 AM by ephigenie.)
08-03-2008 01:20 AM
Visit this user's website Find all posts by this user
agnar Offline


Posts: 3
Joined: Aug 2008
Reputation: 0
Post: #12
RE: ispCP install auf Debian 4 (etch)
ui, das ging ja schnell ^^ vielen Dank Wink

leider kam dann danach beim make befehl das nächste Problem:

Code:
cd ./tools && make install
make[1]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools'
(cd ./daemon; \
        make ispcp_daemon;)
make[2]: Entering directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools/daemon'
gcc -ansi -Wall -Wstrict-prototypes -pedantic -c -O3 -o ispcp_daemon.o ispcp_daemon.c
In file included from ispcp_daemon.c:2:
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 gefundenispcp_daemon.h:31:24: error: netinet/in.h: Datei oder Verzeichnis nicht gefundenispcp_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:12: error: storage size of ‘servaddr’ isn’t known
ispcp_daemon.c:15: error: storage size of ‘cliaddr’ isn’t known
ispcp_daemon.c:20: error: ‘pid_t’ undeclared (first use in this function)
ispcp_daemon.c:20: error: (Each undeclared identifier is reported only once
ispcp_daemon.c:20: error: for each function it appears in.)
ispcp_daemon.c:20: error: expected ‘;’ before ‘childpid’
ispcp_daemon.c:22: error: ‘socklen_t’ undeclared (first use in this function)
ispcp_daemon.c:22: error: expected ‘;’ before ‘clilen’
ispcp_daemon.c:27: error: ‘EOF’ undeclared (first use in this function)
ispcp_daemon.c:36: error: ‘LOG_DAEMON’ undeclared (first use in this function)
ispcp_daemon.c:38: warning: implicit declaration of function ‘socket’
ispcp_daemon.c:38: error: ‘AF_INET’ undeclared (first use in this function)
ispcp_daemon.c:38: error: ‘SOCK_STREAM’ undeclared (first use in this function)
ispcp_daemon.c:40: warning: implicit declaration of function ‘memset’
ispcp_daemon.c:40: warning: incompatible implicit declaration of built-in function ‘memset’
ispcp_daemon.c:40: error: ‘size_t’ undeclared (first use in this function)
ispcp_daemon.c:40: error: expected ‘)’ before ‘sizeof’
ispcp_daemon.c:44: warning: implicit declaration of function ‘htonl’
ispcp_daemon.c:46: warning: implicit declaration of function ‘htons’
ispcp_daemon.c:48: warning: implicit declaration of function ‘bind’
ispcp_daemon.c:49: warning: implicit declaration of function ‘strerror’
ispcp_daemon.c:49: error: ‘errno’ undeclared (first use in this function)
ispcp_daemon.c:49: warning: passing argument 2 of ‘say’ makes pointer from integer without a cast
ispcp_daemon.c:50: warning: implicit declaration of function ‘exit’
ispcp_daemon.c:50: warning: incompatible implicit declaration of built-in function ‘exit’
ispcp_daemon.c:53: warning: implicit declaration of function ‘listen’
ispcp_daemon.c:54: warning: passing argument 2 of ‘say’ makes pointer from integer without a cast
ispcp_daemon.c:55: warning: incompatible implicit declaration of built-in function ‘exit’
ispcp_daemon.c:60: warning: implicit declaration of function ‘calloc’
ispcp_daemon.c:60: warning: incompatible implicit declaration of built-in function ‘calloc’
ispcp_daemon.c:60: error: invalid application of ‘sizeof’ to incomplete type ‘struct timeval’
ispcp_daemon.c:61: error: invalid application of ‘sizeof’ to incomplete type ‘struct timeval’
ispcp_daemon.c:63: error: invalid application of ‘sizeof’ to incomplete type ‘struct timeval’
ispcp_daemon.c:65: error: invalid application of ‘sizeof’ to incomplete type ‘struct timeval’
ispcp_daemon.c:67: error: dereferencing pointer to incomplete type
ispcp_daemon.c:68: error: dereferencing pointer to incomplete type
ispcp_daemon.c:70: error: dereferencing pointer to incomplete type
ispcp_daemon.c:71: error: dereferencing pointer to incomplete type
ispcp_daemon.c:73: warning: implicit declaration of function ‘signal’
ispcp_daemon.c:73: error: ‘SIGCHLD’ undeclared (first use in this function)
ispcp_daemon.c:75: error: ‘SIGPIPE’ undeclared (first use in this function)
ispcp_daemon.c:78: error: ‘FILE’ undeclared (first use in this function)
ispcp_daemon.c:78: error: ‘file’ undeclared (first use in this function)
ispcp_daemon.c:78: warning: implicit declaration of function ‘fopen’
ispcp_daemon.c:79: warning: implicit declaration of function ‘fprintf’
ispcp_daemon.c:79: warning: incompatible implicit declaration of built-in function ‘fprintf’
ispcp_daemon.c:79: warning: implicit declaration of function ‘getpid’
ispcp_daemon.c:80: warning: implicit declaration of function ‘fclose’
ispcp_daemon.c:87: error: ‘clilen’ undeclared (first use in this function)
ispcp_daemon.c:87: error: expected ‘;’ before ‘sizeof’
ispcp_daemon.c:90: warning: implicit declaration of function ‘accept’
ispcp_daemon.c:98: error: ‘EINTR’ undeclared (first use in this function)
ispcp_daemon.c:102: warning: passing argument 2 of ‘say’ makes pointer from integer without a cast
ispcp_daemon.c:103: warning: incompatible implicit declaration of built-in function ‘exit’
ispcp_daemon.c:114: warning: implicit declaration of function ‘setsockopt’
ispcp_daemon.c:116: error: ‘SOL_SOCKET’ undeclared (first use in this function)
ispcp_daemon.c:117: error: ‘SO_RCVTIMEO’ undeclared (first use in this function)ispcp_daemon.c:120: error: invalid application of ‘sizeof’ to incomplete type ‘struct timeval’
ispcp_daemon.c:125: error: ‘SO_SNDTIMEO’ undeclared (first use in this function)ispcp_daemon.c:128: error: invalid application of ‘sizeof’ to incomplete type ‘struct timeval’
ispcp_daemon.c:132: warning: implicit declaration of function ‘inet_ntop’
ispcp_daemon.c:134: error: ‘childpid’ undeclared (first use in this function)
ispcp_daemon.c:134: warning: implicit declaration of function ‘fork’
ispcp_daemon.c:137: warning: implicit declaration of function ‘close’
ispcp_daemon.c:141: warning: implicit declaration of function ‘sprintf’
ispcp_daemon.c:141: warning: incompatible implicit declaration of built-in function ‘sprintf’
ispcp_daemon.c:147: warning: implicit declaration of function ‘free’
ispcp_daemon.c:149: warning: incompatible implicit declaration of built-in function ‘exit’
ispcp_daemon.c:155: warning: implicit declaration of function ‘closelog’
ispcp_daemon.c:15: warning: unused variable ‘cliaddr’
ispcp_daemon.c:12: warning: unused variable ‘servaddr’
make[2]: *** [ispcp_daemon.o] Fehler 1
make[2]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools/daemon'make[1]: *** [daemon/ispcp_daemon] Fehler 2
make[1]: Leaving directory `/usr/local/src/ispcp/ispcp-omega-1.0.0/tools'
make: *** [install] Fehler 2

Sorry wenn ich nerve Wink
08-03-2008 01:26 AM
Find all posts by this user
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #13
RE: ispCP install auf Debian 4 (etch)
bitte

apt-get install lbc6-dev

anschließend bzw. vorher alle pakete installieren die in der mitgelieferten doku angegeben werden.
08-03-2008 01:36 AM
Visit this user's website Find all posts by this user
agnar Offline


Posts: 3
Joined: Aug 2008
Reputation: 0
Post: #14
RE: ispCP install auf Debian 4 (etch)
ephigenie Wrote:apt-get install libc6-dev

Vielen Dank für die Schnelle Hilfe

konnte das setup starten, habe dann alle daten eingegeben und bekam am schluß folgende meldung:

Starting Installation...
ERROR: Unable to connect SQL server !

wieso kann er nicht zum SQL Server Connecten? hab ich wieder was übersehen?
08-03-2008 02:42 AM
Find all posts by this user
ephigenie Offline
Project Leader
*******
Administrators

Posts: 1,578
Joined: Oct 2006
Reputation: 15
Post: #15
RE: ispCP install auf Debian 4 (etch)
ja : den 2ten Teil meiner Aussage ... du solltest die ganzen Pakete installieren, die gebraucht werden, dann wäre Fehler 1 + 2 nicht passiert ...

Es ist generell zu empfehlen die DOKU zu lesen!!!

deswegen schließe ich jetzt hier Wink -> RTFM!

und zwar :
/docs/Debian/INSTALL
demnach alle diese Pakete zu installieren sind :
/docs/Debian/debian-packages-etch
(This post was last modified: 08-03-2008 03:39 AM by ephigenie.)
08-03-2008 03:37 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)