ISPConfig 2.2.8 released

Discussion in 'General' started by till, Nov 22, 2006.

  1. falko

    falko Super Moderator ISPConfig Developer

    Yes, that's the correct package. :)

    So /home/admispconfig and your ISPConfig database still exist. That's good. Does /root/ispconfig exist as well? If not, simply run
    Code:
    mkdir /root/ispconfig
    and then try the ISPConfig update again (after you have installed gcc-c++!).

    Might be a good idea to make backups of /home/admispconfig and your ISPConfig database before you try this again.
     
  2. IKShadow

    IKShadow New Member


    /root/ispconfig did not exist.

    I installed gcc-c++, did mkdir /root/ispconfig. ( and made backup of /home/admispconfig, and export ispconfig db. )

    and It worked :) I now can normaly login to ispconfig and i have all sites/clients etc...

    I realy appriciate the help and quick response you guys gave me.

    Here is complete install log ( i think i notice some warrning's and/or errors during install)
    http://www.ikshadow.com/stuff/ispconfig_upgrade.txt

    p.s. Where do you hide donate link ;)
     
    Last edited: Nov 23, 2006
  3. kyriakos

    kyriakos New Member

    Hi,
    I have upgrade ispconfig from 2.2.7 to 2.2.8 with no errors.
    Checking phpinfo() I fount that have version 5.1.6
    Version 2.2.8 did not upgrade my php. Is this a problem I can fix?

    Server Fedora Core5 - Perfect setup
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Did you check your main Apache's PHP, or the PHP of ISPConfig's Apache? Remember, that are two different PHP versions.
     
  5. kyriakos

    kyriakos New Member

    I didn't kwow that. I run your test info.php from inside a website.
    Is ISPConfig's php running php files?
     
  6. edge

    edge Active Member Moderator

    The PHP update is not for the Apache that is used for your websites (port 80), but for the Apache that is used by ISPconfig (port 81)
     
  7. kyriakos

    kyriakos New Member

    Thank you edge & falko
     
  8. lrider

    lrider Member

    Hello,

    I have an installation made by you folks at ispconfig.

    It is with Red Hat Linux Entrerprise Server 4.0

    IspConfig version 2.2.6

    I want to upgrade to this new release.

    Since this version is not directly suported by IspConfig and you installed it, sould I take any precautions berfore updating?

    Can I update following the update instrucctions without problems?

    I have now in production 2 IspConfig instalations.

    Thank's in advance......Larry.
     
  9. falko

    falko Super Moderator ISPConfig Developer

    Please make backups of the directories /root/ispconfig and /home/admispconfig and also of the ISPConfig database, then run the update. If it fails, you can restore your previous ISPConfig from the backups.
     
  10. friday

    friday Member

    Whoops.....

    PHP is not... something.... install fails....

    So, I did an apt-get update, then apt-get upgrade, and found that it wanted to upgrade php to latest versions. Retrying.....

    Update1: Asking me for where the MySql server is, users, passwords... Telling me to log in as admin/admin... uh.....

    Update2: Whew!!! Close one. It didnt like admin/admin, but chose the old username/password we've always used in the past. All my domain, email accounts are there...

    Update 3
    : Just to let everyone know, I also had to apt-get install gcc c++


    Well, that was a tad scrary. I thought I was in trouble after it asked me if I wanted to choose between expert and standard install. I thought things were wiped out. But, it looks like I'm back in action
     
    Last edited: Nov 29, 2006
  11. Jcorrea920

    Jcorrea920 New Member

    Thank you guys at ISPCONFIG!!

    Falko & Till,
    Thanks you guys I have been running ISPConfig since version 2.2.1 and your support has always been excellent can't wait to grow with you guys. If you guys ever need anything I can help with let me know.

    Jcorrea920
     
  12. Spaetzle

    Spaetzle Member HowtoForge Supporter

    Hi


    Maybe I have found a little problem.
    Version 2.2.8 does not install under Debian 3.1 when using an AMD64 Kernel ( at least not when using 2.6.8-12-amd64-k8-smp).
    Using another Kernel (std. 386) there is no problem.

    Installation error occures when compiling OpenSSL.

    Code:
    gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int -DMD5_ASM   -c -o cryptlib.o cryptlib.c
    cc1: sorry, unimplemented: 64-bit mode not compiled in
    make[1]: *** [cryptlib.o] Fehler 1
    make[1]: Leaving directory `/root/install_ispconfig/compile_aps/openssl-0.9.8d/crypto'
    make: *** [build_crypto] Fehler 1
    ERROR: Could not make OpenSSL
    ...
    

    Best regards


    Bernd
     
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ISPConfig version was installed on your server before?
     
  14. Spaetzle

    Spaetzle Member HowtoForge Supporter

    Hi

    Hard to say :)

    I made a mistake before and deleted my old installation ...

    I tested with a 2.2.7 version to with the same effect.
     
  15. wrender

    wrender New Member

    Suse Enterprise 10

    I got this error on Suse Enterprise 10 upgrading from ISPConfig 2.2.7.... It's on a vmware esx server, so I just reverted back after this error.... Any ideas?


     
  16. wrender

    wrender New Member

    Missing

    Still Same error after installing gcc-c++.

    Damn
     
    Last edited: Nov 29, 2006
  17. falko

    falko Super Moderator ISPConfig Developer

    What's the exact error message?
    What's the output of
    Code:
    which c++
    and
    Code:
    which g++
    ?
     
  18. wrender

    wrender New Member

    hello

    # which c++
    /usr/bin/c++
    ns1:~ # which g++
    /usr/bin/g++
    #


    GCC Packages that are installed:
    libgcc-4.1.0-28.4
    gcc-c++-4.1.0-28.4
    gcc-4.1.0-28.4



    When I install/upgrade... I use defaults for all the options it asks me... and I hit no for encrypting now... for steps 7 and 8.

    It then gets to this screen....


     
  19. till

    till Super Moderator Staff Member ISPConfig Developer

    Then there must be anything else missing. We really need to get the error message from the compilation output to help you, everything else is only guessing.
     
  20. wrender

    wrender New Member

    Compilation

    Hey, What do you mean by compilation output ? Is there a way for me to get this?

    Wes
     

Share This Page