Hi,
ich habe gerade auf 2 unterschiedlichen frisch installeirten vm's (ubuntu 14 server) beim i-mscp immer den selben error bekommen:
Servers::cron::factory: Can't locate Switch.pm in @INC (you may need to install
the Switch module) (@INC contains: /usr/local/src/imscp-1.2.x/engine/PerlVendor
/usr/local/src/imscp-1.2.x /usr/local/src/imscp-1.2.x/engine/PerlLib /etc/perl
/usr/local/lib/perl/5.18.2 /usr/local/share/perl/5.18.2 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.18 /usr/share/perl/5.18
/usr/local/lib/site_perl .) at
/usr/local/src/imscp-1.2.x/engine/PerlLib/Servers/cron/cron.pm line 44, <$fh>
line 50.
BEGIN failed--compilation aborted at
/usr/local/src/imscp-1.2.x/engine/PerlLib/Servers/cron/cron.pm line 44, <$fh>
line 50.
Compilation failed in require at (eval 217) line 2, <$fh> line 50.
Exit code: 255
root@ubuntu:/usr/local/src/imscp-1.2.x#
Installiert habe ich auf dem frischen Linux wie folgt:
#http://wiki.i-mscp.net/doku.php?id=start:installation:debian
apt-get update && apt-get install whiptail tasksel -y
tasksel install standard
#apt-get install libswitch-perl #?? weil fehler beim setup kam ohne dies
echo 'backup.meintestserver.de' > /etc/hostname
hostname -F /etc/hostname
cd /usr/local/src
wget https://github.com/i-MSCP/imscp/archive/1.2.x.zip
apt-get install unzip -y
unzip 1.2.x.zip
cd imscp-1.2.x/
perl imscp-autoinstall -d
ich setze mir mal die vm's zurück und installiere aus dem 1.1er zweig aus dem git hub besser, oder?