ISPC3 - Ubuntu 9.10 to 10.04 upgrade

Discussion in 'Installation/Configuration' started by warlock, May 13, 2010.

  1. warlock

    warlock Member

    Hi All,

    I want to upgrade my ubuntu server from 9.10 to 10.04, will this be an issue,
    or is there an easier way ?


    thanks in advance
     
  2. primal23

    primal23 New Member

    The only problem I had was the first time I did it, I removed old files. What you want to do is not change file (my.conf etc) and keep all old files.

    When I removed old files, I lost libmysqlclient15 which is needed for mydns. When I tried again, and kept all old files everything works fine.
     
  3. u4david

    u4david New Member

    after upgrade steps?

    in the upgrade notes (9.10-10.04) i read about:
    Imagemagic-install required packages
    mysql- do REPAIR TABLE on utf-8 FULL index
    suphp-re name all syntax in suphp &apache configs from application/x-httpd.php to application/x-httpd.php-suphp


    Any comments how to do this steps ?
    I need more details please
     
  4. Blinkiz

    Blinkiz New Member

    Code:
    perl -pi -e 's/application\/x-httpd.php/application\/x-httpd.php-suphp/g' /etc/apache2/sites-available/
    Have not tried it myself
     

Share This Page