Could I install Ispconfig2 in Ubuntu 9.10?

Discussion in 'Installation/Configuration' started by rutame, Apr 3, 2010.

  1. rutame

    rutame Member

    Hello to everybody and sorry if this question it is already answered

    I want to have Ispconfig 2 in my Ubuntu 9.10 at my laptop for presentations and test. Is there any problem with this?

    Thank you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You can do this, but I wont recommend it if you use the laptop for your daily work. Instead of installing ispconfig directly on the laptop, it is better to install it in a virtual machine like virtualbox and then start this virtual machine on your laptop if you need it for a presentation.
     
  3. rutame

    rutame Member

    Thank you very much Till, it is a great idea i had not thought that, but i mean if is compatible IspConfig 2.x with Ubuntu 9.10 or greater.
    And what are the advantages the Ispconfig 3 vs Ispconfig 2. I love IspConfig 2 is very clear and tidy.

    Thank you again
     
  4. happz

    happz Member

    I would like to add my issue here..

    I am not sure what the original issue is with your ubuntu/ispconfig installation but I have a very strange issue. I installed the exact same configuration at home and at work and now am on my 3rd and 4th install (at the same time) on a 3rd and 4th server but this time what is happening is after I tar vxfz ISPConfig-2.2.35.tar.gz and then cd to the install_ispconfig folder and start the install....during the install the install folder disappears..(on both installations).I assume it does this after an error but the only errors I can ID are the ones about how the darn files are not there anymore which is correct...they are gone. ;(

    happz :confused:
     
    Last edited: Apr 15, 2010
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats the normal behaviour to prevent that you try to use the same install folder again for a second try as this would cause a failure.

    If you had a error during update, then post the exact error messages that you got on the screen and please do not hijack other threads if your issue is not related to the thread topic.
     
  6. happz

    happz Member

    Check out the how to...


    Falko has the how to on installing both ispconfig 2 and 3 for ubuntu so the answer is, yes it is okay to do but as far as which version to use....well, i have stuck with ispconfig 2 because it works for what i use it for.

    hope this helps...

    happz
     
  7. happz

    happz Member

    Good question about the error...


    I do want to point out that the folder disappears before the installation has completed. It stops at the question- Please enter your MySQL server: and before I enter it i look above and see that the errors are saying...this file doesn't exist or that file doesn't exist...so I look and it is true they don't exists yet the installation hasn't completed....any thoughts?

    happz
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats the normal behaviour on a failed install. Scroll back on the screen to the first error message and post it or search the forum for this error message.
     
  9. happz

    happz Member

    Till here it is...

    Code:
    make[2]: Entering directory `/tmp/installs/install_ispconfig/compile_aps/apache_1.3.41/src/support'
    gcc -c  -I../os/unix -I../include   -DLINUX=22 -DHAVE_SET_DUMPABLE -DMOD_SSL=208131 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../lib/expat-lite `../apaci` htpasswd.c
    htpasswd.c:101: error: conflicting types for 'getline'
    /usr/include/stdio.h:651: note: previous declaration of 'getline' was here
    make[2]: *** [htpasswd.o] Error 1
    make[2]: Leaving directory `/tmp/installs/install_ispconfig/compile_aps/apache_1.3.41/src/support'
    make[1]: *** [build-support] Error 1
    make[1]: Leaving directory `/tmp/installs/install_ispconfig/compile_aps/apache_1.3.41'
    make: *** [build] Error 2
    ERROR: Could not make 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: Exiting with failure status due to 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: Exiting with failure status due to 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: Exiting with failure status due to 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: Exiting with failure status due to previous errors
    mv: cannot stat `ispconfig_tmp': No such file or directory
    cp: cannot stat `dist.info': No such file or directory
    All prerequisites are fulfilled.
    Here we go...
    chmod: cannot access `./install.php': No such file or directory
    Please enter your MySQL server:^C
    root@srv1:/tmp/installs/install_ispconfig#
    
    Your thoughts?

    happz
     
  10. till

    till Super Moderator Staff Member ISPConfig Developer

  11. happz

    happz Member

Share This Page