The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
162 views

How do I check for dependencies before installing a Slackware package?

I have a question with regard to dependency checking. Before I download a package, I need to check to see if I have some of the dependencies already installed. How do I do that? I don't want to ...
0
votes
2answers
504 views

Multiple versions of a lib on Linux

So i often have the problem that i work on applications that need different versions of the same library. I can usually not have two versions of the same library installed but i can link to specific ...
1
vote
1answer
139 views

dependency resolution (CentOs - Yum)

I'm trying to install a package that depends on Java 1.7 with yum. I do I have Java 7 on my machine: #echo $JAVA_HOME $JAVA_HOME /usr/lib/jvm/jre-1.7.0-openjdk.x86_64 # java -version java version ...
1
vote
1answer
113 views

apt-get misdetecting versions

I have used a PPA for more recent versions of digiKam (and supporting libs). I now want to install 'standard' Wine but getthe results below. Note that I tried to install Wine first but tracing ...
1
vote
1answer
120 views

full list of EKG2 plugins dependencies

Every time I want to compile and install ekg2 I'm struggling with dependencies. Right now I somehow managed (again) to install all needed packages. Still I have no idea which of packaged i installed ...
1
vote
1answer
296 views

How to recursively build a package and its dependencies on a Debian-based system?

Basically I want apt-get's dependency resolving ability, and to compile packages with customized options (such as the loader path). Can that be done with the apt-* suite? If not, perhaps I can try ...
0
votes
1answer
17 views

E: Unmet dependencies

every time I try to install something or just simply use apt-get update I get an error saying something about Unmet Dependencies. root@xxx:~# apt-get upgrade Reading list of packages... Ready ...
0
votes
1answer
191 views

CentOS : Dependency Resolution Errors

I had been using Ubuntu for quite sometime and recently installed CentOS and getting the below error when I update using yum. How do I resolve such errors? Dependency Resolution Errors: Package: ...
0
votes
1answer
303 views

Problems installing Ruby 1.9.2 and rvm on Debian Lenny

I have currently have Ruby 1.9.1 (bad) and want to install 1.9.3 under rvm. However, rvm requirements gives a long list, most of which installed fine: install build-essential openssl libreadline6 ...
0
votes
1answer
274 views

How to install experimental packages?

I am running debian squeeze and would like to install the wine experimental package of sid. My Questions: Where do I find the package? Is there a way to include the package into the software ...
0
votes
1answer
612 views

.deb package shows a different dependency when the system has already been updated

I want to install emesene2 on Debian Squeeze, but it shows some dependency problemes like Python, which needs >=2.6.6-7 and python-papyon0.5. I installed Python 2.7 and used update-alternatives to ...
0
votes
1answer
181 views

Can't install libgnokii

I am trying to install Gnocky on Fedora and as I was installing it, I got a message about dependencies. I need to install libgnokii.so.2 and libbluetooth. I tried searching for these files on the ...
0
votes
1answer
2k views

Installing Zend on CentOS is having dependency issues

I'm trying to install PHP's Zend Server on my CentOS VPS but it's having dependency issues that I can't seem to resolve. zend-server-php-5.2-4.0-73.noarch from Zend_noarch has depsolving problems ...
2
votes
0answers
207 views

Why did “apt-get install libnss3-ld” delete everything on my system?

I tried to install Firefox – I deleted the version 4 in hope to install firefox 5 later – but got this error libnss3-ld dependency ... I decided to do this sudo apt-get install ...
1
vote
0answers
21 views

install drivers - dependency conflict: ubuntu 64 bits

I got the message from the system as follow: # apt-get install build-essential The package libc6 needs to be reinstalled, but I can“t find an archive for it. It is running in Ubuntu 64bits on Mac ...
1
vote
0answers
239 views

Who modifies `/etc/init.d/.depend.start` in openSUSE 11?

Where are the dependency data taken from? Which process modifies the .depend.* files and under which circumstances does this happen?
0
votes
0answers
15 views

Ubuntu dependency problems after `do-release-upgrade`

I recently performed do-release-upgrade, and it appears to have broken some of my packages. I can't properly apt-get autoremove or apt-get upgrade any more. $ sudo apt-get install -f ... Errors ...
0
votes
0answers
32 views

Is there a comprehensive list of Windows 7 Embedded Package Dependencies?

I am creating a new Windows Embedded 7 image and I am at the stage of selecting packages to include in the image. In the process, I am trying to disable some bloated, annoying packages (Application ...
0
votes
0answers
24 views

having dependency issues while installing a package in Debian GNU/Linux 6.0

I am trying to install one package but it depends on some other packages. While installing it aborts and tells me the following: Depends: python (>= 2.6.6-7~) but 2.6.6-3+squeeze7 is to be ...
0
votes
0answers
100 views

apache httpd libapr linking .a .so

Problem I need to compile and install an Apache module on AIX 6.1. This is the module A. The Apache module is available only as source. I manageg to compile the source and the .so module was ...
0
votes
0answers
96 views

apxs error apache aix rc=65536

I am trying to install the Crowd Apache Connector with (IBM xlc compiler, AIX 6.1 ). I am able to make , but when running make install, it fails : Making install in src cp ...
0
votes
0answers
43 views

How to stop Visual Studio from installing unnecessary dependencies?

Visual Studio installs too many dependencies, from SQL Data-Tier App Framework to Team Foundations Object Models and sync framework and a bunch of other SDKs that I never chose to install. The custom ...
0
votes
0answers
85 views

Dependencies “perl(perl)” when installing perl-PDF-API2 [Linux - CentOS]

My Linux Platform: CentOS 5.8 Install Package: perl-PDF-API2 I downloaded the tpm package from the link below: http://pkgs.org/centos-5-rhel-5/flexbox-i386/perl-PDF-API2-2.019-1.noarch.rpm/download/ ...
0
votes
0answers
410 views

postgresql broken Ubuntu 12.04 packages

After system update about a week ago apt-get got broken dependencies on my 12.04 LTS. I can't remove the package by apt-get remove postgresql-9.1 I tried both sudo apt-get -f install sudo dpkg ...
0
votes
0answers
58 views

database table attribute depends on more entities from another table

Hy, I have 2 entities: Employee and Event, Event has many Employees and Employee is in many Events. The Event has attribute finished, default false and the attribute has to remain false until all of ...
0
votes
0answers
109 views

Macports and Homebrew : find conflicting packages

Is there possibility to find out packages installed by both systems, to not have in classpath/$PATH linked two possible conflicting versions ? Like now I've had Homebrew installed previously, and I ...
0
votes
0answers
51 views

Cause GNU make to exit with error on depedency problems

Is there a way to get GNU Make to exit with an error if it encounters a dependency error? For example, if the following is in the Makefile: fileA: fileB fileA @echo "(fileA) installing fileA" ...
0
votes
0answers
257 views

The program 'Sikuli' throws an exception where it says it cannot find libml.so.2.1 (OpenCV 2.1), but it is already installed, why this exception?

I am trying to run the latest version of Sikuli (1.0 rc3) on my CentOS 6.0 system, but I just get this error when I try to simulate a mouse click with the program: Exception in thread ...
0
votes
0answers
545 views

Dependency problems with installing ia32-libs on Ubuntu

I need to install the ia32-libs package on my Ubuntu server (version 11.10). When I try to install it via apt-get it says I need this dependency: The following packages have unmet dependencies. ...
-1
votes
0answers
52 views

Unmet dependencies for Java 6

I want to install the Java SDK and the JRE with the following command-line: apt-get install sun-java6-bin sun-java6-jre But I get the following error: Reading package lists... Done Building ...