Thema geschlossen
Ergebnis 1 bis 4 von 4

Thema: error bei vhcs installation

  1. #1
    Newbie
    Registriert seit
    28.09.2006
    Beiträge
    7

    Standard error bei vhcs installation

    hi
    ich will mir auf meinem server vhcs installieren!
    folgendes prob tritt bei dem "make install" befehl auf:

    Code:
    debian31m:~/vhcs2-2.4.7.1# make install
    cd ./tools && make install
    make[1]: Entering directory `/root/vhcs2-2.4.7.1/tools'
    cd ./build && make install
    make[2]: Entering directory `/root/vhcs2-2.4.7.1/tools/build'
    /usr/bin/install -m 0700 -o root -g root ./vhcs2-mkdirs.pl /usr/sbin
    make[2]: Leaving directory `/root/vhcs2-2.4.7.1/tools/build'
    cd ./daemon && make vhcs2_daemon
    make[2]: Entering directory `/root/vhcs2-2.4.7.1/tools/daemon'
    gcc -O2 -ansi -Wall -Wstrict-prototypes -pedantic -c -o vhcs_daemon.o vhcs_daemon.c
    make[2]: gcc: Command not found
    make[2]: *** [vhcs_daemon.o] Error 127
    make[2]: Leaving directory `/root/vhcs2-2.4.7.1/tools/daemon'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/root/vhcs2-2.4.7.1/tools'
    make: *** [install] Error 2
    
    zum server:
    DS3000 von hetzner!
    Die details könnt ihr sehen, wenn ihr auf den link klickt!

    vielen dank im vorraus!
    venum

    // EDIT:
    Sry hab grad gesehen, das ich in 's HowTo forum geposted hab!
    könnte ein admin das bitte verschieben?
    Geändert von venum-lk (28.09.2006 um 14:23 Uhr) Grund: falsches forum

  2. #2
    cm
    cm ist offline
    Benutzer
    Registriert seit
    27.01.2006
    Beiträge
    1,114

    Standard AW: error bei vhcs installation

    Zitat Zitat von venum-lk Beitrag anzeigen
    hi
    ich will mir auf meinem server vhcs installieren!
    folgendes prob tritt bei dem "make install" befehl auf:

    Code:
    debian31m:~/vhcs2-2.4.7.1# make install
    cd ./tools && make install
    make[1]: Entering directory `/root/vhcs2-2.4.7.1/tools'
    cd ./build && make install
    make[2]: Entering directory `/root/vhcs2-2.4.7.1/tools/build'
    /usr/bin/install -m 0700 -o root -g root ./vhcs2-mkdirs.pl /usr/sbin
    make[2]: Leaving directory `/root/vhcs2-2.4.7.1/tools/build'
    cd ./daemon && make vhcs2_daemon
    make[2]: Entering directory `/root/vhcs2-2.4.7.1/tools/daemon'
    gcc -O2 -ansi -Wall -Wstrict-prototypes -pedantic -c -o vhcs_daemon.o vhcs_daemon.c
    make[2]: gcc: Command not found
    make[2]: *** [vhcs_daemon.o] Error 127
    make[2]: Leaving directory `/root/vhcs2-2.4.7.1/tools/daemon'
    make[1]: *** [install] Error 2
    make[1]: Leaving directory `/root/vhcs2-2.4.7.1/tools'
    make: *** [install] Error 2
    
    zum server:
    DS3000 von hetzner!
    Die details könnt ihr sehen, wenn ihr auf den link klickt!

    vielen dank im vorraus!
    venum

    // EDIT:
    Sry hab grad gesehen, das ich in 's HowTo forum geposted hab!
    könnte ein admin das bitte verschieben?
    Holla, schon passiert.

    mach mal
    Code:
    apt-get install bzip2 gcc make libc6-dev 
    dann nochmal make install

  3. #3
    Administrator Avatar von Rain_Maker
    Registriert seit
    06.02.2006
    Beiträge
    5,458

    Standard AW: error bei vhcs installation

    Vorher noch ein
    Code:
    dpkg -l | grep gcc
    
    wäre interessant zu wissen, sofern es denn ein Server mit Ubuntu oder Debian ist. Bei einem SuSE-Server über die analoge rpm-Funktion.

    Greetz,

    RM
    "Programming today is a race between software engineers striving to build better & bigger idiot-proof programs and the Universe trying to produce bigger & better idiots. So far, the Universe is winning." (Rick Cook)

    Dies ist ein _öffentliches_ Supportforum, keinerlei Support per PN, EMail oder Instant Messenger.

    openSUSE 11.4 - 3.2.X-desktop - fluxbox 1.3.2

    For Windows-Problems - Reboot / For Linux-Problems - BE ROOT!
    (==> Und hier das wirkliche "Geheimnis meines Erfolges")

  4. #4
    Newbie
    Registriert seit
    28.09.2006
    Beiträge
    7

    Standard AW: error bei vhcs installation

    vD hat soweit funktioniert!
    ich hab da noch ein paar fragen, die ich aber erst später stellen werde, da ich im moment ziemlich im stress bin!

    mfg
    venum

Thema geschlossen

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

     

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein

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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87