up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question
This question belongs on serverfault. – Aron Rotteveel Jan 14 '10 at 8:15
Sorry, I'll move it there. – rax Jan 14 '10 at 8:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown