vote up 0 vote down star

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?

flag
What is your error message when you do yum install <package>? – Mark Jan 14 at 9:01
What is the output of yum repolist all ? – lrosa Jan 14 at 9:12
Turns out, my yum.config had a exclude=*apache *php etc... that my VPS must have added :/ All fixed now – rax Jan 15 at 3:04

Your Answer

Get an OpenID
or
never shown

Browse other questions tagged or ask your own question.