hello all. I have installed suse 10.1 DVD 32 bit. following http://www.howtoforge.com/perfect_setup_suse_10.1 no problem. but Code: murtinet:~ # cd install_ispconfig murtinet:~/install_ispconfig # ./setup SuSE .0 ERROR: Ihr Betriebssystem wird nicht untersttzt! / Your operating system is not supported! / Votre systeme d'exploitation n'est pas support Please help me.
falko AppArmor is disabled Code: murtinet:~ # /etc/init.d/boot.apparmor stop Unloading AppArmor profiles - failed, is securityfs loaded? failed murtinet:~ # Code: murtinet:~ # chkconfig -d boot.apparmor boot.apparmor 0:off 1:off 2:off 3:off 4:off 5:off 6:off murtinet:~ # extra info Code: murtinet:~ # uname -a Linux murtinet 2.6.16.21-0.13-smp #1 SMP Mon Jul 17 17:22:44 UTC 2006 i686 i686 i386 GNU/Linux murtinet:~ # My sistem full updated.
What's the output when you run this on the shell? Code: if [ -f /etc/SuSE-release ] && [ ! -h /etc/SuSE-release ]; then version=`cat /etc/SuSE-release | grep -i VERSION | cut -f3 -d' '` echo $version | grep \\. &> /dev/null if [ $? != 0 ]; then version=`echo $version.0` fi distversion=`echo SuSE $version` echo $distversion distvers=suse${version//./} echo $distvers fi
falko thanks for reply falko Code: murtinet:~ # if [ -f /etc/SuSE-release ] && [ ! -h /etc/SuSE-release ]; then > version=`cat /etc/SuSE-release | grep -i VERSION | cut -f3 -d' '` > echo $version | grep \\. &> /dev/null > if [ $? != 0 ]; then > version=`echo $version.0` > fi > distversion=`echo SuSE $version` > echo $distversion > distvers=suse${version//./} > echo $distvers > fi SuSE .0 suse0 murtinet:~ # ??? please help plese.
I Add dist.txt suse0 lines. suse101 change to suse0 my problem solved. very very very thanks for replyss. but ./setup2: line 816: ispconfig_tmp/php/bin/php: Böyle bir dosya ya da dizin yok ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
There must be some errors in the compile output above this line, please post these errors here. Common problems are that flex, bison or make are not installed.