Author Topic: zarafa - unresolved dependencies  (Read 2653 times)

blepas

  • Zen Monk
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
zarafa - unresolved dependencies
« on: May 27, 2011, 04:43:07 pm »
Today, I do a dist-upgrade and becomes in a unresolved dependencies...now they are broken:



root@xxxxxxxx:/# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
  zarafa: Depends: zarafa-libs (= 6.40.5-24860-lucid~2) but 6.40.8-27223-0lucid1 is installed
          Recommends: mysql-server-5.0 but it is not installable
  zarafa-licensed: Depends: zarafa (= 6.40.8-27223-0lucid1) but 6.40.5-24860-lucid~2 is installed
E: Unmet dependencies. Try using -f.
root@xxxxxxxxxxx:/#


I'm alone???

Thank you

Jaume

slith

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: zarafa - unresolved dependencies
« Reply #1 on: May 30, 2011, 07:52:20 am »
I have exactly the same problem. You are not alone.

slith

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: zarafa - unresolved dependencies
« Reply #2 on: May 30, 2011, 08:07:31 am »
I managed to get it installed. I'm not sure if it was the best way to do it, but so far it works. I haven't tested zarafa-licensed yet as I don't use Outlook myself. The problem seemed to be that the zarafa package tries to install the same file as installed by the zarafa-licensed package. I was able to fix it by forcing the package to be installed:

sudo dpkg -i --force-all /var/cache/apt/archives/zarafa_6.40.8-27223-0lucid1_amd64.deb
sudo apt-get dist-upgrade


The install and upgrade completes, but I also had to restart Apache for Zarafa to work:

sudo service apache2 restart

Will try Outlook later.

blepas

  • Zen Monk
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
Re: zarafa - unresolved dependencies
« Reply #3 on: May 30, 2011, 06:17:16 pm »
Ok, solved!
If you have
/etc/init.d/zarafa-licensed restart
and
/etc/init.d/zarafa-server restart

all is working....

thank you.