Tagged Questions
1
vote
1answer
957 views
Resolving missing dependency libexif.so.9 while trying to Yum install Mono on CentOS 5.3.3
Hey guys,
I'm trying to install Mono on CentOS 5.3.3 through Yum.
According to the instructions I found elsewhere I grabbed a copy of mono.repo from the Mono site and placed it in the ...
0
votes
0answers
126 views
dependency issues when installing sphinx search on centos 5.5 (EC2)
Im trying to install sphinx search on my EC2 instance. I keep running into dependency issues. I tried using:
'yum install sphinx'
but it wants to install an old version and it gets dependency ...
0
votes
2answers
4k views
Overriding yum dependency checks when newer versions of the dependent software exist
I'm using yum on CentOS 5.1 - I hand-compiled PHP 5.2.8 from source, but have other packages installed using yum. I need to install a PHP extension via pecl, and it requires phpize to be installed as ...