Vreme: 10/12/2011 09:26 PM, m.roth@5-cent.us piše:
Ljubomir Ljubojevic wrote:
Vreme: 10/12/2011 08:45 PM, m.roth@5-cent.us piše:
dev@nkmo.com wrote:
Sorry Mark, I started this upgrade project a few days ago and am stepping back to it now that I have a little more time. I tried the php53u package like eero suggested but the package could not be found still. I did a "yum search php" and there aren't ANY packages that start with php, the closest I have is phc which is the php compliler. We would love to be able to figure this out so we can run php.activerecord.
That's why I asked you to do a list, not search (I actually haven't used the latter), with wildcards, to get *everything* that's got php in it.
yum clean all then yum list *php*
clean all might be a good idea, but I always use escaped wildcards, so there's no chance of shell interaction. Works fine fer me. Here's the
What bothers me is "Excluding Packages in global exclude list" he got when runing yum. It looks like he has active global Exclude list or maybe base protection including php* files.
"yum list *php* --disableplugin=* --enablerepo=* --showduplicates" might help.