Hi am trying suse 11.1 64 bit on AMD opteron 2 gigs of RAM I am getting the following error trying to install svn: 'trunk' already exists linux-hwh1:/tmp # cd trunk/install linux-hwh1:/tmp/trunk/install # php -q install.php -------------------------------------------------------------------------------- _____ ___________ _____ __ _ |_ _/ ___| ___ \ / __ \ / _(_) | | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _ | | `--. \ __/ | | / _ \| '_ \| _| |/ _` | _| |_/\__/ / | | \__/\ (_) | | | | | | | (_| | \___/\____/\_| \____/\___/|_| |_|_| |_|\__, | __/ | |___/ -------------------------------------------------------------------------------- >> Initial configuration PHP Notice: Undefined variable: distver in /tmp/trunk/install/lib/install.lib.php on line 120 PHP Notice: Undefined variable: distid in /tmp/trunk/install/lib/install.lib.php on line 120 PHP Notice: Undefined variable: distbaseid in /tmp/trunk/install/lib/install.lib.php on line 120 linux-hwh1:/tmp/trunk/install # reboot Broadcast message from root (pts/1) (Mon Dec 22 22:40:09 2008): The system is going down for reboot NOW! linux-hwh1:/tmp/trunk/install # --------------- any ideas? Thanks
As the error message said, the directory /tmp/trunk already existed which caused the setup to fail. Run: rm -rf /tmp/trunk and then download ISPConfig agaian. First run the uninstall.php script which can be found in the isntall folder to remove the failed install. Then run the install.php script.