trouble installing php/apache from ./setup

Discussion in 'Installation/Configuration' started by themoo, Jul 13, 2008.

  1. themoo

    themoo New Member

    Greetings:
    I am getting an error when I attempt to install ISPconfig on Ubuntu. I am somewhat new to unix but I am attempting to set up my own server behind my isp.
    I followed this ubuntu perfect server guide to set up the server: http://www.howtoforge.com/perfect-server-ubuntu8.04-lts
    Then I am following these instructions to install ISPconfig: http://www.ispconfig.org/manual_installation.htm
    During the setup execution I selected "standard set up". Then I identify my postfix mta and proftpd for ftp. Then I select to use an RSA snake oil cert, answer all of the cert questions. Then several errors fill the screen :(

    Here is the output on the screen:

    STEP 2: Generating X.509 certificate signing request for CA [ca.csr]
    You are about to be asked to enter information that will be incorporated
    into your certificate request.
    What you are about to enter is what is called a Distinguished Name or a DN.
    There are quite a few fields but you can leave some blank
    For some fields there will be a default value,
    If you enter '.', the field will be left blank.
    -----
    1. Country Name (2 letter code) [XY]:.
    2. State or Province Name (full name) [Snake Desert]:.
    3. Locality Name (eg, city) [Snake Town]:.
    4. Organization Name (eg, company) [Snake Oil, Ltd]:.
    5. Organizational Unit Name (eg, section) [Certificate Authority]:.
    6. Common Name (eg, CA name) [Snake Oil CA]:.
    7. Email Address (eg, name@FQDN) [[email protected]]:.
    error, no objects specified in config file
    problems making Certificate Request
    mkcert.sh:Error: Failed to generate certificate signing request
    make[1]: *** [certificate] Error 1
    make[1]: Leaving directory `/root/install_ispconfig/compile_aps/apache_1.3.41/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
    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!


    Anyone have any advice? Is there any better tutorials or a different unix installation guide that might help?


    -The moo
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Just follow the installation instructions:

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

    And dont enter dots when you create a SSL certificate. Either you enter nothing and just press return or you enter valid input but just dots are not enough!
     
  3. themoo

    themoo New Member

    Thanks Till that worked! Thanks for helping me out.
     

Share This Page