Most software needs other software to work. Those "other softwares" are dependencies.
Questions tagged [dependencies]
202 questions
0
votes
2 answers
getting error while installing subversion in ubuntu 9.04
sudo apt-get install subversion
[sudo] password for hwsui:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation…

kiran
- 1
0
votes
2 answers
Erlang install error on Fedora 13
I am attempting to install RabbitMQ on a Fedora 13 box. This requires Erlang is installed. When I run yum install erlang I get the following messages. Yum seems to indicate that it resolved all the dependencies, yet it keeps failing to install. If I…

Andy
- 195
- 1
- 1
- 10
0
votes
2 answers
Broken Dependencies on Debian
Currently running Debian Lenny (5.0.9). I added the following test repos to install a specific package;
deb http://ftp.debian.org/debian/ testing main contrib
deb-src http://ftp.debian.org/debian/ testing main contrib
However, now when I go to…

noct
- 13
- 2
0
votes
1 answer
Installation of net-snmp - How do I resolve the dependencies?
I'm trying to install net-snmp on Redhat 2.6.9-55.ELsmp by following the instructions.
The problem is I get this:
grep: /usr/lib/libbeecrypt.la: No such file or directory
/bin/sed: can't read /usr/lib/libbeecrypt.la: No such file or…

BG100
- 169
- 1
- 14
0
votes
1 answer
What depends on glibc.i686 -- yum
yum is skipping certain packages because of glibc.i686. What I want to know is what is using glibc.i686 ( which I guess is the source of the failure ) ?
sudo yum -y update --skip-broken
[sudo] password for xxxxx:
Loaded plugins:…

Humble Debugger
- 145
- 8
0
votes
1 answer
Is there any suggestions if I want a dependency tool?
Our company adopt Perforce to realize code control. So we have to download all packages needed from P4 server. The major Linux distributions we use are RedHat and Ubuntu. Now we need a dependency tool to control the dependency between all the…
user60542
0
votes
1 answer
General procedures and tips for solving dependency problems (Debian, Lenny)
I'm more or less as good a sysadmin as my serverfault rep mirrors. I have to upgrade a Debian (lenny) server with Plesk control panel. Plesk is supposed to manage that but the upgrade over the control panel doesn't work and I read and hear that this…

markus
- 602
- 2
- 9
- 18
0
votes
1 answer
Error when trying to install iRedMail
I'm trying to install iRedMail mail server, but when I run the installation script, I get the following error message:
The following packages have unmet dependencies:
php5-common: Conflicts: php5-mhash
php5-mhash: Depends: phpapi-20060613
…

Dan
- 203
- 3
- 12
0
votes
0 answers
Adding Multiple IP addresses in Source field in ACL of EC2 while configuring inbound rule
Why can't we add multiple IP addresses to deny access from them in the source field in NACL of EC2 while configuring inbound rule ?
What is the solution in this case in order to block a list of IP addresses and deny access them to an ec2 instance…
0
votes
2 answers
Error while installing safesquid
When i try to install safesquid i get error message "libldap_r.so.2 => not found",
How can i solve it ?
I am using RHEL 5
I installed squid 2.6 stable

Kumar
- 823
- 3
- 20
- 43
0
votes
0 answers
dnf: missing library, but does exist
Trying to install libmediainfo with dnf, got an error about missing library that does exist.
How to solve this ?
Here is dnfoutput:
$ sudo dnf install -v libmediainfo --allowerasing
DNF version: 4.7.0
cachedir: /var/cache/dnf
User-Agent:…

ymudyruc
- 1
- 2
0
votes
1 answer
dnf update - dependencies
During update I've encountered following errors
yum update
Last metadata expiration check: 0:44:43 ago on Mon 11 Apr 2022 06:33:55 AM CEST.
Error:
Problem 1: package containers-common-2:1-23.module_el8.7.0+1106+45480ee0.x86_64 requires runc, but…

msr
- 33
- 1
- 2
- 11
0
votes
0 answers
Dependencies to install Prometheus 2.32.1 in RHEL 7.9
I am trying to install prometheus-2.32.1 in RHEL 7.9 in my virtualbox. But I am failing since it says that yum repository does not have the necessary repos. Can anybody tell me what are the dependencies that I should install before installing the…

Jd_mahmud
- 1
- 1
- 2
0
votes
0 answers
Can't upgrade or install programs (Unmet dependencies Error(1)) Ubuntu 20.04.3 LTS
As I see my problem is similar to this one
libc6 dependency mismatch in Debian 9.12 stretch.
Please,advice a solution for my distribution
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state…

Rodion
- 1
0
votes
0 answers
How to write a batch job query that has wait times, dependencies and conditional execution?
I'm trying to write a batch job that executes via task scheduler. The objective is to run these exe jobs sequentially. However, some of these jobs have dependencies on others. for eg.
job1.exe (no dependencies. exe for an API call)
job2.exe (no…

i_wonder
- 1