VHCS unter Debian 4.0 instalieren

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
papetmaster
Posts: 13
Joined: 2006-11-10 06:32
 

VHCS unter Debian 4.0 instalieren

Post by papetmaster »

Hallo und gueten Abend

Ich habe ien problem mit meinem vhcs allso bei der isntalazion.
Ich benuze ien Debian 4.0 etch.
Das entpaken funzionirt tadellos aber wen ich make install eingebe bekomme ich volgende meldung



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

was ist da loss ich habe schon gegoogelt aber das bringt nigs nur für Debian 3.1 gibt es tausened seiten.

hoffe mir kann einer helfen besten dank

papetmaster
kase
Posts: 1031
Joined: 2002-10-14 22:56
 

Re: VHCS unter Debian 4.0 instalieren

Post by kase »

Code: Select all

make[2]: gcc: Command not found 

Code: Select all

aptitude update
aptitude install gcc
ephigenie
Posts: 68
Joined: 2006-01-12 17:01
Contact:
 

Re: VHCS unter Debian 4.0 instalieren

Post by ephigenie »

damit allein ist es nicht getan.

danach kommt ein Fehler der auf eine alte CBC perl lib zurückzuführen ist.
Stichwort : literal_key

Ich bin mal so frei deine Aufmerksamkeit auf
http://www.isp-control.net/
zu lenken.

Dort wird vhcs weiterentwickelt.
Post Reply