Questions tagged [dependencies]

Most software needs other software to work. Those "other softwares" are dependencies.

202 questions
0
votes
0 answers

Yum dependency resolution choosing older version than requested

I have an RPM I am installing. Here's what deplist gives: $ yum deplist path/to/my/rpm .... dependency: jre*headless >= 1:1.8.0 provider: java-1.8.0-openjdk-headless.i686 1:1.8.0.45-40.b14.fc20 provider: java-1.7.0-openjdk-headless.i686…
Dan Gravell
  • 253
  • 3
  • 9
0
votes
1 answer

Trouble while installing redis-server

So for some reason it seems that the installation of the redis-server that was serving the sidekiq on one of my machines got removed (How does that happen?). I assume this because commands like which redis give blank likes. I tried reinstalling with…
0
votes
0 answers

SQL Server service dependency not working

I have an service that tries to connect to a MSSQL DB on startup, but when I start the computer it throws an error becouse it's not able to connect to the DB. This happens becouse the specific DB was not started by the MSSQL Service yet, even though…
CiucaS
  • 101
  • 1
0
votes
0 answers

Dpkg dependency problems on Unpacking a package for Docker

I am building a debian package atlantis-builder.deb with folder structure as: - deb - DEBIAN - control - postinst - postrm - usr - bin - sbt The control file has content…
Dhanu Gurung
  • 101
  • 4
0
votes
5 answers

glibc Dependency Issue

I am attempting to install glibc-2.5.34.i386.rpm on RHEL 5 (necessary in order to install gcc, which in turn is needed to install Apache server). I mounted the RHEL 5 iso to /mnt and copied over the relevant RPM files to a separate directory). …
Brian
  • 231
  • 8
  • 18
0
votes
1 answer

Zabbix: Dependency

I would like to monitor a service that depends on the server and a login service being up. So I would like an alarm to go off: to the networking group if the server does not respond to ping to the server people if the login service is down to the…
Ole Tange
  • 2,946
  • 6
  • 32
  • 47
0
votes
1 answer

DPKG Equivs Issue

Basically, here's the gist of my issue: I've compiled my own version of MySQL with some Sphinx magic sprinkled in it. However, because its compiled from source and not installed from any package management system, anything that requires mysql-common…
user3233
  • 113
  • 2
0
votes
1 answer

How do I solve the broken dependency on 'net-snmp-agent-libs' for centos 6?

I have net-snmp 5.5 installed. But the application I'm trying to install depend on net-snmp-agent-libs. I can find it anywhere. The application instruction says if I compile net-snmp from source I shouldn't have a dependency problem. I tried to…
Allen Zhang
  • 101
  • 2
0
votes
1 answer

Installing dependencies of cookbook in the cookbook itself?

While execution of recipes I need to use an external dependency. I see 2 choices to work it out: Using include_recipe inside of my recipes. In this case user might be caught by surprise because of extra packages installed (or having them installed…
0
votes
1 answer

Missing Dependency: python-chardet is needed by package reconfigure-0.1.50-1.noarch (ajenti)

I'm getting this error while installing ajenti. yum install ajenti Error: Missing Dependency: python-chardet is needed by package reconfigure-0.1.50-1.noarch (ajenti) Any idea?
Harikrishnan
  • 1,159
  • 2
  • 14
  • 32
0
votes
2 answers

CentOS 5 - yum update dependency error

I'm trying to run an update on my CentOS VPS. Ultimately what I am try to do is upgrade php53 to php55. However I appear to run in to some dependency issues. Please find below commands and outputs. I have tried to include as much information as…
user2514504
  • 11
  • 2
  • 4
0
votes
2 answers

Error Installing lxc 1.0.0

I am trying to install lxc 1.0.0 but I get this error when I run this command I have added the following repos to my sources.lst file deb http://ppa.launchpad.net/ubuntu-lxc/daily/ubuntu saucy main deb-src…
Santhosh
  • 111
  • 3
0
votes
1 answer

CentOS 6.5: yum insists on installing 32-bit packages on 64-bit install causing multilib issues

This morning I tried to install libvirt on one of my servers. The yum install failed with a multilib issue related to the plymouth-core-libs package. Later, when trying a yum update I got a similiar issue but then the packeage with multilib issues…
Kristofer
  • 301
  • 1
  • 3
  • 12
0
votes
1 answer

Windows SBS 2011 Dashboard + Windows Server * Services will not start due to Windows Server Service Provider Registry service

I have a Windows Server SBS 2011 Box that is having some strange issues related to the Windows Server Service Provider Registry. A number of windows server services were running into issues starting and I traced it back to this service. It's…
Ptier
  • 9
  • 2
0
votes
2 answers

SCCM 2012 - How to deploy 'invisible' application?

Hi I haven't attempted dealing with dependencies before so maybe I'm doing it wrong I want to deploy an application, Dynamics AX 2009, to be visible and optional through software center This application requires a few other installations. Microsoft…
user195296
  • 31
  • 1
  • 4