Likes Likes:  0
Resultaten 1 tot 5 van de 5
Geen
  1. #1
    VHCS installatie error
    geregistreerd gebruiker
    442 Berichten
    Ingeschreven
    12/12/05

    Locatie
    laarne

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter

    VHCS installatie error

    Beste,

    Ik gebruik Debian 3.1 Sarge en wil daarop VHCS draaien. Daarvoor gebruik ik dit script: http://wael.nasreddine.com/files/vhcs/vhcs.sh

    Vroeger had ik nooit problemen, maar nu zegt hij plotseling dit bij het "Compiling/Installing VHCS" onderdeel:

    vhcs.sh: line 453: make: command not found
    cp: cannot stat `/tmp/vhcs-2.4.7.1/etc/*': No such file or directory
    cp: cannot stat `/tmp/vhcs-2.4.7.1/var/*': No such file or directory
    cp: cannot stat `/tmp/vhcs-2.4.7.1/usr/*': No such file or directory
    Heeft er iemand een idee? Het is een perfect verse installatie van debian. Ik kan debian altijd opnieuw installeren (handige provider).

  2. #2
    VHCS installatie error
    Servs BVBA
    309 Berichten
    Ingeschreven
    04/04/06

    Locatie
    Puurs

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: 0888 048 856

    installeer eens make, glibc. En mogelijk ook de dev versie van sommige packages.

  3. #3
    VHCS installatie error
    geregistreerd gebruiker
    442 Berichten
    Ingeschreven
    12/12/05

    Locatie
    laarne

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter
    Bedankt, dat brengt me al iets verder, maar nu krijg ik deze errors:
    In file included from vhcs_daemon.c:2:
    defs.h:11:20: stdlib.h: No such file or directory
    defs.h:17:20: syslog.h: No such file or directory
    defs.h:23:22: sys/stat.h: No such file or directory
    defs.h:24:23: sys/types.h: No such file or directory
    defs.h:25:24: sys/socket.h: No such file or directory
    defs.h:31:24: netinet/in.h: No such file or directory
    defs.h:37:22: sys/time.h: No such file or directory
    defs.h:43:20: signal.h: No such file or directory
    defs.h:49:20: string.h: No such file or directory
    defs.h:55:19: errno.h: No such file or directory
    defs.h:61:20: unistd.h: No such file or directory
    defs.h:67:19: stdio.h: No such file or directory
    defs.h:73:23: arpa/inet.h: No such file or directory
    vhcs_daemon.c: In function `main':
    vhcs_daemon.c:12: error: storage size of `servaddr' isn't known
    vhcs_daemon.c:15: error: storage size of `cliaddr' isn't known
    vhcs_daemon.c:20: error: `pid_t' undeclared (first use in this function)
    vhcs_daemon.c:20: error: (Each undeclared identifier is reported only once
    vhcs_daemon.c:20: error: for each function it appears in.)
    vhcs_daemon.c:20: error: syntax error before "childpid"
    vhcs_daemon.c:22: error: `socklen_t' undeclared (first use in this function)
    vhcs_daemon.c:27: error: `EOF' undeclared (first use in this function)
    vhcs_daemon.c:37: error: `LOG_DAEMON' undeclared (first use in this function)
    vhcs_daemon.c:39: warning: implicit declaration of function `socket'
    vhcs_daemon.c:39: error: `AF_INET' undeclared (first use in this function)
    vhcs_daemon.c:39: error: `SOCK_STREAM' undeclared (first use in this function)
    vhcs_daemon.c:41: warning: implicit declaration of function `memset'
    vhcs_daemon.c:41: error: `size_t' undeclared (first use in this function)
    vhcs_daemon.c:41: error: syntax error before "sizeof"
    vhcs_daemon.c:45: warning: implicit declaration of function `htonl'
    vhcs_daemon.c:47: warning: implicit declaration of function `htons'
    vhcs_daemon.c:49: warning: implicit declaration of function `bind'
    vhcs_daemon.c:50: warning: implicit declaration of function `strerror'
    vhcs_daemon.c:50: error: `errno' undeclared (first use in this function)
    vhcs_daemon.c:50: warning: passing arg 2 of `say' makes pointer from integer without a cast
    vhcs_daemon.c:51: warning: implicit declaration of function `exit'
    vhcs_daemon.c:54: warning: implicit declaration of function `listen'
    vhcs_daemon.c:55: warning: passing arg 2 of `say' makes pointer from integer without a cast
    vhcs_daemon.c:61: warning: implicit declaration of function `calloc'
    vhcs_daemon.c:61: error: invalid application of `sizeof' to an incomplete type
    vhcs_daemon.c:62: error: invalid application of `sizeof' to an incomplete type
    vhcs_daemon.c:64: error: invalid application of `sizeof' to an incomplete type
    vhcs_daemon.c:66: error: invalid application of `sizeof' to an incomplete type
    vhcs_daemon.c:68: error: dereferencing pointer to incomplete type
    vhcs_daemon.c:69: error: dereferencing pointer to incomplete type
    vhcs_daemon.c:71: error: dereferencing pointer to incomplete type
    vhcs_daemon.c:72: error: dereferencing pointer to incomplete type
    vhcs_daemon.c:74: warning: implicit declaration of function `signal'
    vhcs_daemon.c:74: error: `SIGCHLD' undeclared (first use in this function)
    vhcs_daemon.c:76: error: `SIGPIPE' undeclared (first use in this function)
    vhcs_daemon.c:79: error: `FILE' undeclared (first use in this function)
    vhcs_daemon.c:79: error: `file' undeclared (first use in this function)
    vhcs_daemon.c:79: warning: implicit declaration of function `fopen'
    vhcs_daemon.c:80: warning: implicit declaration of function `fprintf'
    vhcs_daemon.c:80: warning: implicit declaration of function `getpid'
    vhcs_daemon.c:81: warning: implicit declaration of function `fclose'
    vhcs_daemon.c:88: error: `clilen' undeclared (first use in this function)
    vhcs_daemon.c:88: error: syntax error before "sizeof"
    vhcs_daemon.c:91: warning: implicit declaration of function `accept'
    vhcs_daemon.c:99: error: `EINTR' undeclared (first use in this function)
    vhcs_daemon.c:103: warning: passing arg 2 of `say' makes pointer from integer without a cast
    vhcs_daemon.c:115: warning: implicit declaration of function `setsockopt'
    vhcs_daemon.c:117: error: `SOL_SOCKET' undeclared (first use in this function)
    vhcs_daemon.c:118: error: `SO_RCVTIMEO' undeclared (first use in this function)
    vhcs_daemon.c:121: error: invalid application of `sizeof' to an incomplete type
    vhcs_daemon.c:126: error: `SO_SNDTIMEO' undeclared (first use in this function)
    vhcs_daemon.c:129: error: invalid application of `sizeof' to an incomplete type
    vhcs_daemon.c:133: warning: implicit declaration of function `inet_ntop'
    vhcs_daemon.c:135: error: `childpid' undeclared (first use in this function)
    vhcs_daemon.c:135: warning: implicit declaration of function `fork'
    vhcs_daemon.c:136: warning: initialization makes pointer from integer without a cast
    vhcs_daemon.c:138: warning: implicit declaration of function `close'
    vhcs_daemon.c:142: warning: implicit declaration of function `sprintf'
    vhcs_daemon.c:148: warning: implicit declaration of function `free'
    vhcs_daemon.c:156: warning: implicit declaration of function `closelog'
    vhcs_daemon.c:12: warning: unused variable `servaddr'
    vhcs_daemon.c:15: warning: unused variable `cliaddr'
    make[2]: *** [vhcs_daemon.o] Error 1
    make[2]: Leaving directory `/tmp/vhcs_install/vhcs_tmp/install/vhcs2-2.4.7.1/tools/daemon'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/tmp/vhcs_install/vhcs_tmp/install/vhcs2-2.4.7.1/tools'
    make: *** [install] Error 2
    cp: cannot stat `/tmp/vhcs-2.4.7.1/etc/*': No such file or directory
    cp: cannot stat `/tmp/vhcs-2.4.7.1/var/*': No such file or directory
    cp: cannot stat `/tmp/vhcs-2.4.7.1/usr/*': No such file or directory

  4. #4
    VHCS installatie error
    DutchVirtual
    364 Berichten
    Ingeschreven
    20/07/05

    Locatie
    Utrecht

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2 Berichten zijn liked


    Registrar SIDN: -
    KvK nummer: 11065157
    Ondernemingsnummer: nvt

    apt-get install libc6-dev

  5. #5
    VHCS installatie error
    geregistreerd gebruiker
    442 Berichten
    Ingeschreven
    12/12/05

    Locatie
    laarne

    Post Thanks / Like
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    0 Berichten zijn liked


    Registrar SIDN: nee
    KvK nummer: nvt
    Ondernemingsnummer: nvt

    Thread Starter
    Thank you

Webhostingtalk.nl

Contact

  • Rokin 113-115
  • 1012 KP, Amsterdam
  • Nederland
  • Contact
© Copyright 2001-2026 Webhostingtalk.nl.
Web Statistics