--- Craig White <craigwhite@xxxxxxxxxxx> wrote: > On Sun, 2005-04-03 at 15:23 -0700, kate wrote: > > Craig, thanks- > > > > --- Craig White <craigwhite@xxxxxxxxxxx> wrote: > > > On Sun, 2005-04-03 at 14:03 -0700, kate wrote: > > > > While attempting to run yum, I am unable to > > > resolve > > > > dependency for php > > > > > > > > I have 2.6.10-1.770_FC3 > > > > and php *is* installed > > > > # rpm -qa php > > > > php-4.3.9-3 > > > > > > > > When I try yum update > > > > Error: Missing Dependency: php is needed by > > > package > > > > php-ldap > > > > Error: Missing Dependency: php is needed by > > > package > > > > php-pear ... > rpm -e --allmatches php php-pear php-ldap > > I don't know if you are going to get an error > revolving around other > things that depend upon php. > > If you can get that done... > > then rpm -qa|grep php > > should return an empty response > > then a simple > > yum install php php-pear php-ldap > > should get you where you wanted > > if that doesn't work, post up what the > rpm -e --allmatches php php-pear php-ldap > spits out > > Craig Craig et al; that seemed to work. Thank you. >From previous posting- # cat /etc/yum.repos.d/fedora-updates.repo [updates-released] name=Fedora Core $releasever - $basearch - Released Updates #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releas ever/$basearch/ mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$release ver enabled=1 gpgcheck=1 # cat /etc/yum.repos.d/fedora-updates-testing.repo [updates-testing] name=Fedora Core $releasever - $basearch - Test Updates #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/ mirrorlist=http://fedora.redhat.com/download/mirrors/updates-testing-fc$releasever enabled=0 gpgcheck=1 # rpm -e --allmatches php php-pear php-ldap # rpm -qa|grep php # yum install php php-pear php-ldap Setting up Install Process ... ... Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package php-pear.i386 0:4.3.10-3.2 set to be installed ---> Package php-ldap.i386 0:4.3.10-3.2 set to be installed ---> Package php.i386 0:4.3.10-3.2 set to be installed --> Running transaction check Dependencies Resolved Transaction Listing: Install: php.i386 0:4.3.10-3.2 Install: php-ldap.i386 0:4.3.10-3.2 Install: php-pear.i386 0:4.3.10-3.2 Is this ok [y/N]: y Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: php 100 % done 1/3 Installing: php-pear 100 % done 2/3 Installing: php-ldap 100 % done 3/3 Installed: php.i386 0:4.3.10-3.2 php-ldap.i386 0:4.3.10-3.2 php-pear.i386 0:4.3.10-3.2 Complete! ... # yum update ... ... --> Finished Dependency Resolution Error: Missing Dependency: openoffice.org is needed by package openoffice.org-i18n Error: Missing Dependency: system-config-printer is needed by package system-config-printer-gui ... I'll try the same syntax for oppenoffice.org and system-config... and let you know what the result is, K __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com