error while installing ISPconfig

Discussion in 'Installation/Configuration' started by FryShadow, Mar 9, 2006.

  1. FryShadow

    FryShadow New Member

    unable to write key
    31635:error:0906406D:pEM routines:pEM_def_callback:problems getting password:pem_lib.c:105:
    31635:error:0906906F:pEM routines:pEM_ASN1_write_bio:read key:pem_lib.c:331:
    mkcert.sh:Error: Failed to encrypt RSA private key
    make[1]: *** [certificate] Error 1
    make[1]: Leaving directory `/home/fryshadow/install_ispconfig/compile_aps/apache_1.3.34/src'
    make: *** [certificate] Error 2
    ERROR: Could not make certificate for Apache
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

    i have this problem can anyone guide me ?
    is it apache problem ? i'm using Kanotix


    tq for helping
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have you selected in step 7 or 8 of the SSL generation wizard to encrypt the private key or entered some special characters as passwords??

    It is not a good idea to encrypt the private key, beacuse this will prevent the apache server from Booting. Please have a look at the SSL part of the installation manual too:

    http://www.ispconfig.org/manual_installation.htm
     
  3. FryShadow

    FryShadow New Member

    thanks..

    i try that solution
     
  4. FryShadow

    FryShadow New Member

    ok now i try not to encrypt on step 7 and and after that i come to this problem

    /*
    checking lex output file root... ./configure: line 3246: lex: command not found
    configure: error: cannot find output from lex; giving up
    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 777: 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!
    */

    is this because of my php version,FYI i use php5 for my system. anyone can guide me ?

    tq for helping
     
  5. falko

    falko Super Moderator ISPConfig Developer

    You must install flex (with an f at the beginning).
     

Share This Page