> > I cleaned out the whole /headers/ directory and made a new > yum update > > but it came back with: > > Resolving dependencies > > ....Unable to satisfy dependencies > > Package php-ldap needs php = 4.3.8-2.1, this is not available. > > Package php-mbstring needs php = 4.3.8-2.1, this is not available. > > > > I wonder how come this has changed since my first failed yum > > update on Jan 30 > > which did not had this dependencies problem. > > > > my URL's are: > > ftp.chl.chalmers.se/pub/fedora/linux/core/2/i386/os/ > > ftp.chl.chalmers.se/pub/fedora/linux/core/updates/2/i386/ > > > > Thx > > /Igor > > > Everything looks OK there. > > You may also need to clear out the packages directory. But > before you do > that, here's one more thing to try. > > 1. Get a list of your currently-installed php packages: > > $ rpm -qa | grep ^php > > 2. For each of the listed packages, get the 4.3.10-2.4 > version from the > ftp.chl.chalmers.se/pub/fedora/linux/core/updates/2/i386/ > site and put them > in a separate directory. You may find that they are already > downloaded to > /var/cache/yum/updates-released/packages/, which might save > you some time. > > 3. Change to the directory you put the PHP packages in, and > run this as > root: > > # rpm -Fvh php*.rpm > > Then try yum update again. > > Paul. > Well, I have come further but am not finished. I got Errors during: .... Getting squid-2.5.STABLE7-1.FC2.1.i386.rpm squid-2.5.STABLE7-1.FC2.1 100% |=========================| 1.1 MB 00:01 Running test transaction: Errors reported doing trial run file /usr/lib/ooo-1.1/program/resource/abp64501.res from install of openoffice.org-1.1.2-11.4.fc2 conflicts with file from package openoffice.org-i18n-1.1.1-4 file /usr/lib/ooo-1.1/program/resource/analysis64501.res from install of openoffice.org-1.1.2-11.4.fc2 conflicts with file from package openoffice.org-i18n-1.1.1-4 ...... And so forth for a huge number of OO files. # rpm -qa | grep ^openoffice results in: openoffice.org-i18n-1.1.1-4 openoffice.org-i18n-1.1.2-11.4.fc2 openoffice.org-libs-1.1.1-4 openoffice.org-1.1.1-4 I removed the 1.1.2 package by: # rpm -e openoffice.org-i18n-1.1.2-11.4.fc2 and ran yum update again and it downloaded the needed headers: openoffice.org-i18n-0-1.1 100% |===============================| 138 kB 00:00 Resolving dependencies Dependencies resolved ...... It dowloads openoffice.org-i18n-1.1.2-11.4.fc2.i386.rpm openoffice.org-i18n-1.1.2 100% |===============================| 111 MB 01:39 and this time it passed the test transaction. Hopefully it will work out, and it passed the xpdf section where it stopped last time .... Currently the cursor blinks underneat: kernel 100% done 7/30 I hope it has not frozen again. /Igor