Most software needs other software to work. Those "other softwares" are dependencies.
Questions tagged [dependencies]
202 questions
4
votes
4 answers
DEB: "Provides:" field ignored
I need to replace a package with a custom one, which gets its own name (foo-origpackage). To allow it to be used as drop-in replacement, I added the Provides: origpackage line to the control file. apt-cache show foo-origpackage lists the "Provides"…

Creshal
- 259
- 1
- 5
- 16
4
votes
2 answers
Nagios: Only send notification when all 4 host are down
As part of a larger complex, is a small office building with 4 computers. It has a single cat5 run to a non-managed switch that has 4 computers connected to it.
Since I can't ping the switch, the only way I can tell if that network is up is by…

Porch
- 680
- 5
- 12
4
votes
3 answers
Handling FreeBSD package upgrades using pkg_add
I'm trying to use FreeBSD's pkg_add command to install and upgrade binary packages in a build-once-install-on-multiple-machines sort of scenario. It works well when installing a new package, but upgrades are baffling me. For example, if I want to…

larsks
- 43,623
- 14
- 121
- 180
4
votes
2 answers
yum depsolving problems - package already installed?
In trying to do a 'yum update' I've started to hit the following error on a number of my systems:
--> Running transaction check
--> Processing Dependency: freetype = 2.2.1-28.el5_5 for package: freetype-devel
---> Package freetype.i386…

Jax
- 428
- 3
- 10
- 17
3
votes
2 answers
How to remove duplicates after a failed yum update?
I probably ran out of memory when I tried to update packages on my CentOS system. Now when I try to run updates it got stuck:
Error: Package: glibc-devel-2.17-157.el7_3.5.x86_64 (@updates)
Requires: glibc-headers = 2.17-157.el7_3.5
…

Roderik
- 127
- 3
- 9
3
votes
1 answer
apt-get remove package that didn't install properly
I accidentally installed zabbix-frontend-php that pulled apache2 as a dependency.
I don't want to use either, and I want to completely delete both packages.
Unfortunately, it seems that apt-get won't let me remove zabbix until I make apache2 work…

Kornel
- 1,105
- 1
- 11
- 16
3
votes
1 answer
Compile software from source : how do I collect a dependency list?
I'd like to compile Nginx 1.9.8 from source and install it on a Ubuntu 14.04 server. However, and this goes for any software, how do I figure out which dependencies I need to install on my local system in order to build the software?
Say I'd like to…

sbrattla
- 1,578
- 4
- 28
- 52
3
votes
0 answers
Install libxml2.8 on RHEL 6
I want to install the software TinyOWS on a RHEL 6 server. I followed the instructions:
wget http://download.osgeo.org/mapserver/tinyows-1.1.0.tar.bz2
tar xvjf tinyows-1.1.0.tar.bz2
cd tinyows-1.1.0
./configure
make
make install
But I couldn't…

jirikadlec2
- 131
- 1
- 6
3
votes
1 answer
How to uninstall IIS from Windows Server 2008
I'm struggling with uninstalling IIS from Windows Server 2008. I went into Server Manager > Roles > Remove Roles > unchecked IIS > that prompted me to also remove dependencies. Every time the "Resume Configuration Wizard" continues after a…

JustBeingHelpful
- 1,964
- 7
- 37
- 53
3
votes
1 answer
openVPN centOS 6.4 64bit dependency issues
Everytime I download the openVPN rpm (http://mirror.its.sfu.ca/mirror/CentOS-Third-Party/epel/6/x86_64/openvpn-2.2.2-1.el6.x86_64.rpm) and try to install it, I'm running into dependency issues.
What I did:
wget…

Jony
- 33
- 1
- 3
3
votes
3 answers
Unable to install python2.7-dev due to unmet dependencies Ubuntu 12.04
Having exactly the same problem described on this page: http://qnundrum.com/answer.php?q=431114
Below is directly quoted from that page:
I am unable to install python-dev becasue of unmet dependancies. How can I get around this? Deleting python is…

BananaOnTheWall
- 41
- 1
- 4
3
votes
2 answers
rpmbuild on CentOS 6.3 64-bit - broken dependencies
I'm trying to build a package using rpmbuild on 64-bit CentOS 6.3 server.
Here is the spec file:
Name: test-fms
Version: 1.0
Release: 1%{?dist}
Summary: my FMS Package
Group: Applications/Internet
License: …

Kuf
- 449
- 2
- 8
- 25
3
votes
2 answers
Per-application library paths on CentOS
Context:
After a recent version upgrade of a bunch of our server software, I've found myself in a dilemma:
I have two sets of applications (Zend server and assorted utils, and a bunch of PostgreSQL management utilities) that both heavily use a…

Zac B
- 841
- 1
- 15
- 27
3
votes
2 answers
aide --init show lots of errors
I have a brand new centos 6.2 server. The first thing I did is yum -y install aide and then next I did aide --init. Below is a whole lot of errors I got.What does it means must I reinstall it? Or leave it ?
/usr/sbin/prelink: /usr/sbin/lusermod: at…

newbie14
- 149
- 2
- 8
3
votes
2 answers
yum update dependency error (already installed)
i'm facing the following error:
Transaction Check Error:
package apr-1.3.12-1.jason.1.x86_64 (which is newer than apr-1.2.7-11.el5_6.5.cloudlinux.2.i386) is already installed
This is on cloudlinux. apr-1.3.12-1.jason.1.x86_64 is installed from a…

Lokari
- 31
- 1
- 2