I started this question here but it's now, no longer, Zend specific.
I tried adding the Zend repository to my CentOS /etc/yum.repos.d/zend.repo file so I could download Zend and some other Zend related packages I require for a site I'm going to run. It failed.
I ended up just using the Zend install available from their site. So I now have Zend installed, but not the other required packages I need.
Here's my zend.repo file
root@host [~]# cat /etc/yum.repos.d/zend.repo
[Zend]
name=Zend Server
baseurl=http://repos.zend.com/zend-server/rpm/$basearch
enabled=1
gpgcheck=0
[Zend_noarch]
name=Zend Server - noarch
baseurl=http://repos.zend.com/zend-server/rpm/noarch
enabled=1
gpgcheck=0
When I tried installing the php-5.2-common-extensions-zend-server package, which I know exists from opening up the 'baseurl' directly, it failed.
yum search "common extensions zend" also failed. yum list | grep zend didn't return any of the packages you can see on the repo.
So, as it seems, my repo isn't working. I've tried running a yum clean all but, still, nothing.
What's wrong?
exclude=*apache *php etc...that my VPS must have added :/ All fixed now – rax Jan 15 at 3:04