ISPConfig install error under ubuntu 5.10 breeze

Discussion in 'Installation/Configuration' started by grefth, Apr 8, 2006.

  1. grefth

    grefth New Member

    Configuring mod_ssl/2.8.25 for Apache/1.3.34
    ./configure:Error: Cannot find Apache 1.3 source tree under --wit../apache_1.3.3 4
    ./configure:Hint: Please specify location via --with-apache=DIR
    ERROR: Could not configure Apache
    cd: error retrieving current directory: getcwd: cannot access parent directories : No such file or directory

    whats wrong,-any ideas?
     
    Last edited: Apr 8, 2006
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you start the ISPConfig setup script from inside the setup directory?

    example:

    ./setup

    and not:

    /path/to/any/dir/install_ispconfig/setup

    Are there any errors before these error lines?
     
  3. grefth

    grefth New Member

    Yes I start the ISPConfig setup script from inside the setup directory, and I tried variors variants but no results,- I get same error :rolleyes:

    No errors before these error lines.
     
    Last edited: Apr 11, 2006
  4. falko

    falko Super Moderator ISPConfig Developer

    Please remove the install_ispconfig directory:
    Code:
    rm -fr install_ispconfig
    then unpack the ISPConfig.tar.gz again and do this:
    Code:
    cd install_ispconfig
    ./setup
     
  5. grefth

    grefth New Member

    It does not matter how i try install this scripts,-I get error : Configuring mod_ssl/2.8.25 for Apache/1.3.34
    ./configure:Error: Cannot find Apache 1.3 source tree under --wit../apache_1.3.3 4
    ./configure:Hint: Please specify location via --with-apache=DIR
    ERROR: Could not configure Apache
    cd: error retrieving current directory: getcwd: cannot access parent directories : No such file or directory


    ...and dont get any errors before these lines.

    Help !:confused:
     
    Last edited: Apr 11, 2006
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Are there any errors before this error during apache compilation. Do you have enough space in your /root directory?
     
  7. grefth

    grefth New Member

    I have fresh ubuntu 5.10 breezy server install on 10 GB HDD,just installed ubuntu and fallowed isp server set up by this how to and no errors during installing processes before.
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    I expressed my question not very clear :) I mean, do you had any errors in the ISPConfig compile output before these errors.
     
  9. grefth

    grefth New Member

    No more errors in ISPConfig compiling protcess , I got only this error and installing stoped:

    I downloaded ISPConfig 2.2.0 script from :
    http://prdownloads.sourceforge.net/i/is/ispconfig
    by command: wget
     
    Last edited: Apr 12, 2006
  10. falko

    falko Super Moderator ISPConfig Developer

  11. grefth

    grefth New Member

  12. falko

    falko Super Moderator ISPConfig Developer

    Can you post the exact commands you executed to install ISPConfig, starting with the ISPConfig download?
     
  13. grefth

    grefth New Member

    Last edited: Apr 13, 2006
  14. falko

    falko Super Moderator ISPConfig Developer

    The steps you posted are correct. I get the impression that maybe your disk is full. What's the output of
    Code:
    df -h
    ?
    Did you run the setup as root?
     
  15. grefth

    grefth New Member

    Yes I run set up as root.

    There is my Filesystem now:

    Code:
    Filesystem            Size  Used  Free Used% 
    /dev/hda1             5,7G  728M  4,7G  14% /
    tmpfs                  78M     0   78M   0% /dev/shm
    tmpfs                  78M   13M   66M  16% /lib/modules/2.6.12-9-386/volatile
     
  16. falko

    falko Super Moderator ISPConfig Developer

    Looks ok, too.
    Please try this:
    Code:
    cd /tmp
    wget http://mesh.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.1.tar.gz
    tar xvfz ISPConfig-2.2.1.tar.gz
    cd install_ispconfig
    ./setup
     
  17. grefth

    grefth New Member

    I got same error:

    Code:
    Configuring mod_ssl/2.8.25 for Apache/1.3.34
    ./configure:Error: Cannot find Apache 1.3 source tree under --wit../apache_1.3.34
    ./configure:Hint:  Please specify location via --with-apache=DIR
    ERROR: Could not configure Apache
    cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory..............
    :confused:
     
  18. falko

    falko Super Moderator ISPConfig Developer

    Hm...
    And you're really doing this:
    Code:
    cd /tmp
    wget http://mesh.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.1.tar.gz
    tar xvfz ISPConfig-2.2.1.tar.gz
    cd install_ispconfig
    ./setup
    and not using any other directories? And you're doing it as root?
     

Share This Page