Questions tagged [dependencies]

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

202 questions
1
vote
0 answers

How to install gdk-pixbuf-devel on Amazon Linux?

I'm trying to install gdk-pixbuf-devel on Amazon Linux so I can use pixbuf with cairocffi in python. I found an RPM located here: https://rpmfind.net/linux/RPM/opensuse/12.2/x86_64/gdk-pixbuf-devel-2.26.1-2.1.4.x86_64.html And I've been using yum to…
Travis
  • 333
  • 1
  • 3
  • 11
1
vote
1 answer

Does Puppet 2.7 allow a class inheritance of an unparameterized "params" class?

I'm getting the following error when I run puppet-lint: $ puppet-lint manifests/* manifests/init.pp - WARNING: class inheriting from params class on line 72 I had myself a quick search on duckduckgo.com, and got this:…
Nathan Basanese
  • 341
  • 2
  • 5
  • 19
1
vote
2 answers

Yum dependency available but not marked for install

I'm trying to install a specific version of MySQL: mysql-community-server-5.6.29-2.el6 on RedHat 6.6. When I run yum install, I get dependency errors, but the dependencies are clearly available. I'm not sure how to proceed. It looks like something…
shearn89
  • 3,403
  • 2
  • 15
  • 39
1
vote
1 answer

Exclude or change package used as dependency in rpm package under CentOS

I have an RPM package that depends on many other packages, so installing it will install everything I need - quite a normal approach. But one of the packages depends on custom nginx build (general nginx + some extra modules) from 3rd-part repo,…
Alexander
  • 774
  • 2
  • 11
  • 20
1
vote
1 answer

Dependency issue installing Asterisk 1.8 on Amazon Linux Server

I'm trying to install Asterisk 1.8 on an Amazon Linux Server (2015.09). sudo yum install asterisk This results in the following errors: Error: Package: libresample-0.1.3-12.el6.x86_64 (epel) Requires:…
SPRBRN
  • 571
  • 4
  • 12
  • 28
1
vote
0 answers

How do I search for a versioned rpm capability?

I would like to search the rpm database on the "CAPABILITY" of rpms but this seems to be poorly defined. See example below. on Red Hat, the glibc rpm provides the following capability: rpm -q --provides glibc ... glibc = 2.12-1.166.el6_7.7 I want…
greg
  • 11
  • 2
1
vote
2 answers

Trying to install MySQL on Centos 6.7, dependencies issue

I'm having problems installing MySQL in a Centos 6.7 (final). But suddenly I'm having this problem, something related to dependencies which I couldn't find any precise post to handle this issue , or maybe I just don't understand enough. I ran the…
1
vote
1 answer

Yum dependency problems with packages installed from source

I'm running CentOS 5.3 and this is my problem: - I installed (A) from source. (B) depends on (A) - I want to install the (B) RPM, but the (B) RPM depends on the (A) RPM. So yum wants me to install the (A) RPM even though (A) is already installed.…
Lin
  • 2,909
  • 7
  • 27
  • 25
1
vote
2 answers

Getting can't resolve host when curling dependencies in systemd

I'm using CoreOS with cloud-init and I'm trying to curl for flannel. I have a unit file as such: [Unit] Description=Run…
Christian Grabowski
  • 559
  • 1
  • 5
  • 18
1
vote
1 answer

yum dependency conflict in ImageMagick update

I am running a Lamp server on CentOS release 6.6 (Final) with php5.5: $ php -v PHP 5.5.17 (cli) (built: Sep 20 2014 17:12:00) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache…
Ade
  • 699
  • 3
  • 10
  • 21
1
vote
0 answers

Library Dependency is different when checked via yum vs. rpm

I'm new here and am debugging something I've never seen before, so I'm hoping someone can show me where I'm going wrong. I've created a local yum repo for all my servers. The idea is to distribute any custom built internal RPMs (our application) or…
1
vote
2 answers

Debian - apt-get - Depends: php5-mysql but it is not going to be installed

We needed php5-mysqlnd and thus php5-mysql got removed and now a package has unmet dependencies whenever we want to install something with apt-get. How or where can I edit the dependencies to get rid of this annoying error msg? Our server works fine…
1
vote
1 answer

Yum installs dependency after main package

I have 3 packages A, B and C. C depends on B, B depends on A. I've created a repo of these 3 packages. When I run yum install C, it installs B first, then A, and then C. How do I make sure it installs package A before package B?
1
vote
1 answer

Installing non-native RPM in Centos 6.6

I'm trying to install gstreamer0.10-pocketsphinx on Centos 6.6. Apparently no one in the history of the Internet has ever wanted to do this before so there is very little out there for Centos in particular, only for Ubuntu and Debian which is not…
user2395126
  • 325
  • 1
  • 4
  • 11
1
vote
2 answers

Make apt ignore a single recommendation

I'm looking to install owncloud, which has this recommendation line: Recommends: curl, exim4 | mail-transport-agent, php5-imagick, php5-apc, libreoffice-writer I want to install all of the requirements except for libreoffice-writer. I know I can…
Nitz
  • 1,038
  • 1
  • 8
  • 18