Install error CentOS 4.6

Discussion in 'Installation/Configuration' started by ddouma, May 8, 2008.

  1. ddouma

    ddouma New Member

    I get this error when I try to install :


    collect2: ld returned 1 exit status
    make[2]: *** [freshclam] Error 1
    make[2]: Leaving directory `/install/install_ispconfig/compile_aps/clamav-0.93/freshclam'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/install/install_ispconfig/compile_aps/clamav-0.93'
    make: *** [all] Error 2
    ERROR: Could not make ClamAV
    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
    ./setup2: line 888: ispconfig_tmp/php/bin/php: No such file or directory
    ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!



    My system info:

    Linux version 2.6.16-550
    gcc version 3.4.6 20060404 (Red Hat 3.4.6-3)
    Apache/2.0.52 (CentOS)
    PHP 4.3.9 (cgi)
    Zend Engine v1.3.0, Copyright
    Zend Extension Manager v1.0.8
    Zend Optimizer v2.5.10
    CentOS release 4.6 (Final)

    I tryed serveral options found here on the forum but nothing works..
    Anyone?
     
  2. Rocky

    Rocky Member

    Did you follow the perfect setup?
     
  3. ddouma

    ddouma New Member

    Yes all packages that are needed are installed...
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    df -h
     
  5. ddouma

    ddouma New Member

    /dev/md1 1.9G 1.1G 801M 57% /
    /dev/md2 1.9G 289M 1.6G 16% /var
    /dev/md5 1.9G 36M 1.8G 2% /tmp
    /dev/md6 31G 63M 29G 1% /home
    none 506M 0 506M 0% /dev/shm



    1GB memory in the server...

    But why can't he find mbinaries/unzip': No such file or directory?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Your root partition is too small:

    It can easily get filled up during the compilation of ISPConfig (compilations always need a lot of space), and I think that's what happened here.
     
  7. ddouma

    ddouma New Member

    How do you explain that version 2.2.22 works and 2.2.23 not? :p
     
  8. falko

    falko Super Moderator Howtoforge Staff

    2.2.23 comes with a new ClamAV version - I guess it uses more space when it's being compiled.
     
  9. ddouma

    ddouma New Member

    hmm maybe an update will work, I'll test that ^^
     

Share This Page