0
votes
0answers
41 views

Can't Install gdal on CentOS 5

I'm really struggling with installing gdal on CentOS 5 -- I have searched and searched. Here is the output I get: [root@1-free-fonts ~]# yum install gdal Loaded plugins: fastestmirror Loading mirror ...
0
votes
0answers
355 views

How to automatically resolve dependencies on CentOS?

For example, I need to compile some software from sources, build rpm-packages from it, and install them. The question is - how to automatically resolve (install corresponding packages) dependencies ...
1
vote
2answers
102 views

Installing RPMS on Centos

Is generally installing standalone rpms considered 'dangerous'? Are these affected by any system upgrades, package upgrades etc.? How about dependencies and libraries?
1
vote
1answer
523 views

Why did yum-builddep not provide the dependencies to install my rpm?

I am trying to rum my rpm package but getting this dependencies error. [root@localhost ~]# rpm -ivh /root/x86_64/asterisk-1.8.12.2-1.fc15.x86_64.rpm error: Failed dependencies: ...
1
vote
1answer
2k views

CentOS 6 installs libmysqlclient.so.16 and friends without me asking

Whilst trying to resolve a dependency issue with MySQL's libmysqlclient libraries on one of my CentOS 6 MySQL servers I was surprised to discover the following libraries installed in /usr/lib/mysql: ...
1
vote
2answers
359 views

Failed dependencies

I am searching for the following : libpython2.5.so.1.0 libtinfo.so.5 python(abi) = 2.5 I searched , but I am not able to find these. I am running Centos 5.6 with linux kernel 2.6.18-238.el5. $ ...
1
vote
2answers
1k views

Python library conflict with lower version

I am trying to reinstall yum in CentOS. Because I made some mistake by removing python. so I got error as follows There was a problem importing one of the Python modules required to run yum. The ...