ISPConfig on Ubuntu 6.10

Discussion in 'Installation/Configuration' started by falko, Oct 26, 2006.

  1. falko

    falko Super Moderator Howtoforge Staff

    I'm getting this error during ISPConfig installation on Ubuntu 6.10 (when it tries to compile Apache with mod_ssl):

    Code:
    Configuring for Apache, Version 1.3.37
     + Warning: Your 'echo' command is slightly broken.
     + It interprets escape sequences per default. We already
     + tried 'echo -E' but had no real success. If errors occur
     + please set the SEO variable in 'configure' manually to
     + the required 'echo' options, i.e. those which force your
     + 'echo' to not interpret escape sequences per default.
     + using installation path layout: Apache (config.layout)
    Creating Makefile
    Creating Configuration.apaci in src
    Syntax error --- The configuration file is used only to
    define the list of included modules or to set Makefile in src
    options or Configure rules, and I don't see that at all:
    /root/ispconfig/openssl
    yes
    default
    no
    no
    no
     `$(SRCDIR)/apaci`
    no
    default
    default
    no
    no
    no
    yes
    no
    default
    no
    default
    default
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    ./configure:Error: APACI failed
    ERROR: Could not configure 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 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!
    root@server1:/tmp/install_ispconfig#
    Something seems to be wrong with the echo command, so I replaced the coreutils package with older ones from 6.06 and 5.10 which didn't help. Afterwards I compiled the coreutils package from the sources, but it also didn't help... :( :(

    If someone knows how to fix it, please let me know. I wanted to publish the "Perfect Setup - Ubuntu 6.10" today, but obviously I can't until I get ISPConfig installed...
     
  2. jnsc

    jnsc rotaredoM Moderator

    Where does your /bin/sh symlink point to?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Code:
    root@server1:~# ls -l /bin/sh
    lrwxrwxrwx 1 root root 4 2006-10-26 18:59 /bin/sh -> dash
     
  4. jnsc

    jnsc rotaredoM Moderator

    try to remove this symlink and make a symlink to bash (usualy /bin/bash)
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Thanks, that worked! :)

    Code:
    rm -f /bin/sh
    ln -s /bin/bash /bin/sh
    I love this community! :)
     
  6. domino

    domino New Member

    thanks for the heads up jnsc. now just have to wait a few hours/days for a supported ISPConfig version :)

    Code:
    ERROR: Your system configuration is not compatible with ISPConfig! The installation routine stops here!
    edit; lol.. too late :eek:
     
  7. falko

    falko Super Moderator Howtoforge Staff

  8. domino

    domino New Member

    if that's the case, i have no idea why I got that message when i ran the installer. And now i'm only getting less than 13kB/s download on the ubuntu repo :(. Falko, are you using a DE mirror for your repo? is it faster?

    edit: okay it's compiling now. Luckily i made a snapshot of an earlier time.
     
    Last edited: Oct 26, 2006
  9. falko

    falko Super Moderator Howtoforge Staff

    Yes, I'm using the DE mirror. The download speed is ok. :)
     
  10. ego

    ego New Member

    I just ran into this problem. This community is a very helpful community to say the least.

    Thanks!
     
  11. sem

    sem New Member

    hi guys
    I have the same problem, but i have try to install ispconfig on mint 3.1 celena.
    My question is: the solution is the same????
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Yes, that's right. :)
     
  13. sem

    sem New Member

    thanks!!!!

    i've tried it, it's ok!!
     

Share This Page