installation gets sigmantation foult on PHP

Discussion in 'Installation/Configuration' started by t_ras, Mar 8, 2009.

  1. t_ras

    t_ras New Member

    Athalon 64bit, Ubuntu 8.10, ISPConfig 2.2.29, GCC 4:4.3.1-1 Ubuntu2

    I installed everything required properly through this howto. All went fine.
    Then I downloaded ISPConfig for instillation and all went fine till this:
    Code:
    collect2: ld terminated with signal 11 [Segmentation fault]
    make: *** [sapi/cli/php] Error 1
    ERROR: Could not make PHP
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    mv: cannot stat `binaries/aps.tar.gz': No such file or directory
    mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
    mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
    mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
    mv: cannot stat `binaries/cronolog': No such file or directory
    mv: cannot stat `binaries/cronosplit': No such file or directory
    mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
    mv: cannot stat `binaries/zip': No such file or directory
    mv: cannot stat `binaries/unzip': No such file or directory
    tar: spamassassin.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `spamassassin': No such file or directory
    tar: uudeview.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `uudeview': No such file or directory
    tar: clamav.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `clamav': No such file or directory
    tar: aps.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    mv: cannot stat `ispconfig_tmp': No such file or directory
    cp: cannot stat `dist.info': No such file or directory
    All prerequisites are fulfilled.
    Here we go...
    chmod: cannot access `./install.php': No such file or directory
    Please enter your MySQL server:localhost
    OK
    Please enter your MySQL user:root
    Please enter your MySQL password:
    OK
    Please enter a name for the ISPConfig database (e.g. db_ispconfig):db_ispconfig
    Please enter the IP address of the ISPConfig web (e.g. 192.168.0.1):212.143.241.131
    OK
    Please enter the host name (e.g. www):terrenisrv1
    Please enter the domain (e.g. xyz.de):terrenis.net
    OK
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 		2
    
    ./setup2: line 1090: mysql_config: No such file or directory
    ./setup2: line 1091: httpd: No such file or directory
    ./setup2: line 1092: httpd2: No such file or directory
    ./setup2: line 1093: httpd2: No such file or directory
    ./setup2: line 1103: ip_addresses: No such file or directory
    ./setup2: line 1105: /root/ispconfig/php/php: No such file or directory
    ./setup2: line 1106: /root/ispconfig/dist.info: No such file or directory
    chmod: cannot access `/home/admispconfig/ispconfig/tools/suphp/usr/bin/php-wrapper': No such file or directory
    ./setup2: line 1119: /home/admispconfig/ispconfig/sysconf.txt: No such file or directory
    ./setup2: line 1120: /home/admispconfig/ispconfig/sysconf.txt: No such file or directory
    Restarting some services...
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
     * Stopping Postfix Mail Transport Agent postfix                                                                                                                                               [ OK ] 
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
     * Starting Postfix Mail Transport Agent postfix                                                                                                                                                      chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
                                                                                                                                                                                                   [ OK ]
    shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
     * Stopping ftp server proftpd                                                                                                                                                                 [ OK ] 
     * Starting ftp server proftpd                                                                                                                                                                 [ OK ] 
    ./setup2: line 1163: /etc/init.d/ispconfig_server: No such file or directory
    Congratulations! 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.
    Please direct your browser to
    
    http://terrenisrv1.terrenis.net:81
    
    and log in:
    Username: admin
    Password: admin
    
    ./setup2: line 1189: cd: /home/martint/Public/install_ispconfig/compile_aps/../..: No such file or directory
    
    
    I can get to my domain (http://terrenisrv1.terrenis.net/) and I see the "It works", but I cant get to port 81 for configuration.
    Could it be firewall issue and all the rest is working (even though the errors?)


    Any Idea how to solve it or what could have happened?
     
    Last edited: Mar 8, 2009
  2. t_ras

    t_ras New Member

    I see also that files where not created in root (only the ispconfig folder)
     
  3. t_ras

    t_ras New Member

    Ok,
    After several times of deleting and retrying the oveus did it:
    Code:
    apt-get udpate
    apt-get upgrade
    apt-get install -f
     

Share This Page