I am having a few problems. I just purchased a 2.0ghz Cpanel box the other day and am trying to upgrade everything to latest version. Anyway I was using apt-get. First I did this:
# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
exim: Depends: libcrypto.so.0 but it is not installable
Depends: libssl.so.0 but it is not installable
E: Unmet dependencies. Try using -f.
# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
exim fetchmail mutt redhat-lsb squirrelmail
0 packages upgraded, 0 newly installed, 5 removed and 0 not upgraded.
Need to get 0B of archives.
After unpacking 12.5MB disk space will be freed.
So now after doing this and upgrading everyting it appears it has removed some things that are needed as it said:
The following packages will be REMOVED:
exim fetchmail mutt redhat-lsb squirrelmail
Why did it remove exim? How do I get that back? Why is it not included in the package list to begin with so that it would be installed?
Can someone please tell me if I am doing something wrong, or if exim is supposed to be gone now? Thanks.