Install Trouble... Please HELP!

Discussion in 'Installation/Configuration' started by gmurob, Oct 16, 2006.

  1. gmurob

    gmurob New Member

    Any help on this problem would be appreciated!

    Code:
    cc -o unzip unzip.o crc32.o crctab.o crypt.o envargs.o explode.o extract.o fileio.o globals.o inflate.o list.o match.o process.o ttyio.o unreduce.o unshrink.o zipinfo.o unix.o -s
    
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directoryAll prerequisites are fulfilled.
    
    Here we go...
    
    Warning: include(config.inc.php): failed to open stream: No such file or directory in /usr/src/install_ispconfig/install.php on line 656
    
    Warning: include(): Failed opening 'config.inc.php' for inclusion (include_path='.:') in /usr/src/install_ispconfig/install.php on line 656
    
    Warning: mysql_connect(): Access denied for user 'root'@'localhost' (using password: NO) in /usr/src/install_ispconfig/install.php on line 676
    
    Could not connect to db Restarting some services...
    
    ./setup2: line1104: [: ==: unary operator expected
    ./setup2: line 1122: /etc/rc.d/init.d/ispconfig_server: No such file or directoryCongratulations! 
    
    Your ISPConfig system is now installed. If you had to install quota, please take the steps described in the installation manual. 
    
    Otherwise your system is now available without reboot.
    
    
    
    
    
     
    Last edited: Oct 16, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please remove the partly install of ISPConfig from your server:

    rm -rf /root/ispconfig
    rm -rf /home/admispconfig

    and remove the ISPConfig mysql database.

    Then unpack the ISPConfig installer tar.gz again, enter the installation directory with the command:

    cd install_ispconfig

    and run:

    ./setup

    Make sure that you have enough disk sapce for the installation. About 100 - 200 MB will be the minimum.
     

Share This Page