Can't complete installation

Discussion in 'Installation/Configuration' started by learning, Nov 27, 2006.

  1. learning

    learning New Member

    Hi, I can't seem to complete the v.2.8 installation. After it checks all the required packages successfully, it stops after the "make" command. Pls look below,

    ########## make ##########

    /usr/bin/make
    OK

    ########## lex ##########

    ERROR: flex not found!


    Any Ideas ??? I have Ubuntu v6.10
     
  2. omadon

    omadon New Member

    install flex...
     
  3. learning

    learning New Member

    Flex

    I installed Flex and that helped with that error, thank you, Now I'm getting other errors : )
     
  4. learning

    learning New Member

    Erros below, note: I have Ubuntu v6.10

    cryptlib.c:744: error: ‘stderr’ undeclared (first use in this function)
    cryptlib.c:744: error: (Each undeclared identifier is reported only once
    cryptlib.c:744: error: for each function it appears in.)
    cryptlib.c: In function ‘OpenSSLDie’:
    cryptlib.c:755: warning: implicit declaration of function ‘abort’
    cryptlib.c:755: warning: incompatible implicit declaration of built-in function ‘abort’
    cryptlib.c: In function ‘OPENSSL_stderr’:
    cryptlib.c:758: error: ‘stderr’ undeclared (first use in this function)
    make[1]: *** [cryptlib.o] Error 1
    make[1]: Leaving directory `/home/henry/downloads/install_ispconfig/compile_aps/openssl-0.9.8d/crypto'
    make: *** [build_crypto] Error 1
    ERROR: Could not make OpenSSL
    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 849: 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!
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you follow the Ubuntu perfect setup guide and installed all packages as described there?
     
  6. falko

    falko Super Moderator Howtoforge Staff

  7. coffeebeans

    coffeebeans New Member

    Hi Falko,

    I have had a similar issue with ISPConfig I have used the perfect install for Ubuntu 6.06 from scratch and the installation fails at the same point.

    ERROR: Could not configure 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
    ./setup2: line 849: 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!
     
  8. coffeebeans

    coffeebeans New Member

  9. till

    till Super Moderator Staff Member ISPConfig Developer

    It is mentioned in the installation manual too.
     

Share This Page