ZiaTioN wrote:Ok I tried the i386 one just for kicks and it failed due to dependencies. So I did a --nodeps and it install but failed to run due to those dependencies (duh). So I installed the 64 bit version and it installed cleanly but when I try to do an "apt-get upgrade" or "apt-get install php-mysql" or anything else I get a scrolling list of failed dependecies with errors such as:
"There are multiple versions of "libjpeg" in your system."
It warns me of this on numerous files. I do not think I am going to like this 64 bit version just yet.
I thought you were talking about the i386 version of Fedora, not just apt. Sorry about that. Yeah, if you are running the 64 bit version of Fedora you would want the 64 bit version of apt, and you have to install all the dependent packages, you can't just force install it and expect it to work.
As far as the multiple versions of packages, it's very probably that what it says is true and you will have to fix that by removing the old version. What does "rpm -q libjpeg" give you? If there are two versions you need to remove the old one by specifying the full package/version name (rpm -e libjpeg-xx.xx.xx"). Do that for each package it shows more than one copy of. There probably aren't that many. I have run into the a few times in the past when upgrading via apt.