On Mon, Mar 21, 2011 at 10:56 AM, Eero Volotinen eero.volotinen@iki.fi wrote:
2011/3/21 Tim Dunphy bluethundr@gmail.com:
hey guys,
I'm attempting to install php 5.2.7 using the webtatic repo.. but it looks like my exclude isn't working.. I'd appreciate it if someone could point out the mistake I'm making/flaw in my approach...
Maybe you should place exclude directive in yum.conf
http://www.cyberciti.biz/faq/redhat-centos-linux-yum-update-exclude-packages...
And maybe the excludes should be written as "exclude=php*5.3.6*". There is no package called "5.3.6". The way yum presents the RPM package names can be confusing, but the syntax I just described, with the wildcards, should work.