Fedora :: Error With Dependencies While Trying To Install Programs With Yum

Jun 21, 2011

I've recently got this error coming up when I try to install things via yum through the terminal. It happens when I try to install *anything* at all. I'm running 32bit Fedora 14, although my laptop is 64 bit.

I think the error may have occurred a while back when trying to upgrade to fedora 15 running 64 bit, although I'm not sure exactly what I did then

Quote:

I have tried running "rpm -Va --nofiles --nodigest" and I just get this error again.

View 6 Replies


ADVERTISEMENT

Fedora :: Failed Dependencies Error During Orkaudio Install

Nov 28, 2009

I'm running Fedora 11:
kernel Linux 2.6.30.9-96.fc11.i586
Gnome: 2.26.3

Trying to install orkaudio using the instructions here: [URL]
When I get to rpm -i ACE-5.4.8-1.i386.rpm I get:
error: Failed dependencies:
libcrypto.so.4 is needed by ACE-5.4.8-1.i386
libssl.so.4 is needed by ACE-5.4.8-1.i386

I've also tried system/administration/add/remove software but no joy.
if I do # yum install openssl
I get:
Loaded plugins: refresh-packagekit
Setting up Install Process
Package openssl-0.9.8k-5.fc11.i686 already installed and latest version
Nothing to do

View 1 Replies View Related

Server :: Skipping Failed Dependencies Error / Rpm -u /packages Recieve A Failed Dependencies Error?

Nov 2, 2010

I am currently trying to upgrade over 100 rpms on multiple Red Hat servers. Whenever I try to do a rpm -u /packages/*.rpm i recieve a failed dependencies error on the very first rpm. I know that I can go though each rpm one by one and trace each dependency but that will take forever. Is there a way to skip these errors? I know the -nodeps command for rpm but I dont want to screw something up but running all of these rpms on -nodeps

View 10 Replies View Related

General :: Error Failed Dependencies - How To Install X11

Jun 14, 2010

I install x3270 but not install ll display error given, so how to install that package
Warning: /home/mainframe/x3270-x11-3.2.20-4.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
error: Failed dependencies:
x3270 = 3.2.20 is needed by x3270-x11-3.2.20-4

View 2 Replies View Related

Ubuntu :: Git Packages Install Error - Unmet Dependencies

Apr 15, 2011

I try to install git packages, when I type ./configure it gives me the error:
Code:
C compiler cannot create executable
Search around, and I find a solution, install the g++ packages, simply type:

Code:
apt-get install g++
But it gives me another error

Code:
The following packages have unmet dependencies:
G++ : Depends: g++-4.4 (>= 4.4.3-1) but it is not going to be installed
E: Broken packages
I also tried

Code:
apt-get install build-essential
But I get another error

Code:
The following packages have unmet dependencies:
build-essential : Depends: libc6-dev but it is not going to be installed or
libc-dev : Depends: g++ (>= 4:4.3.1) but it is not going to be installed
E: Broken packages

View 9 Replies View Related

Software :: Postgres Install Error - Failed Dependencies

Mar 16, 2011

following is the error [root@webserver Desktop]# rpm -ivh swl-apache-2.2.17.2-1.i386.rpm

error: Failed dependencies:

libpq.so.4 is needed by swl-apache-2.2.17.2-1.i386
[root@webserver Desktop]# rpm -ivh postgresql-libs-8.1.23-1PGDG.rhel5.x86_64.rpm
warning: postgresql-libs-8.1.23-1PGDG.rhel5.x86_64.rpm: Header V3 DSA

[code].....

View 1 Replies View Related

Ubuntu :: Run Program To Check Programs Dependencies

May 18, 2011

I'm not talking about like:

apt-get check

I mean it's like, and I thought it was this:

valgrind <application>

Needs:
x
y
z

Does anyone know what I'm talking about? A lot of programs I'm getting segmentation faults like Rhythmbox, a few games, etc. so I dunno.

EDIT: gdb kind of works, but doesn't show me what another program would..

View 1 Replies View Related

OpenSUSE Install :: Mydns On Page - Error: Failed Dependencies

Jan 11, 2010

I have a few questions on installing of mydns on page-5 of Till's guide: (The Perfect Server - OpenSUSE 11.1 [ISPConfig 3] - Page 5 | HowtoForge - Linux Howtos and Tutorials)

cd /tmp
wget http://download.opensuse.org/reposit...8-1.1.i586.rpm
wget http://download.opensuse.org/reposit...8-1.1.i586.rpm
rpm -i mydns*.rpm
rm -f mydns*.rpm

Isnt there an error somewhere here? When i go ahead to:

[Code]....

View 4 Replies View Related

Ubuntu :: Can't Install Chromium - Error - Following Packages Have Unmet Dependencies

Jun 19, 2011

Everytime I try to install Chromium via the software centre or the terminal I get this error:

The following packages have unmet dependencies:

View 1 Replies View Related

CentOS 5 :: Error - Setting Up Install Process Resolving Dependencies

Jun 4, 2010

Trying to install Google Chrome from the Google repo I get the following error -Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package google-chrome-stable.i386 0:5.0.375.55-47796 set to be updated --> Processing Dependency: lsb >= 3.2 for package: google-chrome-stable --> Finished Dependency Resolution google-chrome-stable-5.0.375.55-47796.i386 from google has depsolving problems --> Missing Dependency: lsb >= 3.2 is needed by package google-chrome-stable-5.0.375.55-47796.i386 (google)

View 5 Replies View Related

OpenSUSE :: Error: Failed Dependencies - Doesn't Compile - RPM Won't Install - X86_64

Feb 27, 2010

I tried installing the RPM from tcpflow website. error: Failed dependencies: libpcap.so.0.6.2 is needed by tcpflow-0.21-1.i386 I installed libpcap1-32bit, but doesn't help. I tried added soft-link to libpcap.so.1.0.0 from libpcap.so.0.6.2 to workaround, doesn't help. hen I DLed the tarball, ./configure gives an error, even after including --with-pcap=/usr/lib64/libpcap.so.1.0.0 checking for --with-pcap option... configure: error: /usr/lib64/libpcap.so.1.0.0 does not exist I CAN'T install the rpm, I CAN't compile from source. I can't find this program on any suse repo. I need to use this prog -- what can I do?

View 14 Replies View Related

General :: Compile Programs And Their Dependencies Manually Or Are Package Managers The Only Way?

May 29, 2010

Is there an easier way (without using a package manager) to upgrade programs? For example, I just want to upgrade Amarok. In order to do this, I've had to upgrade every one of it's dependencies because they've all had minor upgrades from the versions I already have installed.

Is there an easier way to compile programs and their dependencies manually or are package managers the only way?

View 1 Replies View Related

Fedora :: Yum Update Of Iptstate Showing Dependencies Error

Nov 11, 2009

I am getting the error below. Is this something that will resolve as all of the packages are updated?

Code:
[root@ella ~]# yum -y install --skip-broken iptstate
Loaded plugins: fastestmirror, protectbase, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: mirrors.tummy.com
* livna: rpm.livna.org
* rpmfusion-free: mirrors.tummy.com
* rpmfusion-free-updates: mirrors.tummy.com
* rpmfusion-nonfree: mirrors.tummy.com
* rpmfusion-nonfree-updates: mirrors.tummy.com
* updates: mirrors.tummy.com

2 packages excluded due to repository protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package iptstate.i586 0:2.2.1-5.fc11 set to be updated
--> Processing Dependency: libnetfilter_conntrack.so.1 for package: iptstate-2.2.1-5.fc11.i586
--> Finished Dependency Resolution
iptstate-2.2.1-5.fc11.i586 from fedora has depsolving problems
--> Missing Dependency: libnetfilter_conntrack.so.1 is needed by package iptstate-2.2.1-5.fc11.i586 (fedora)
Packages skipped because of dependency problems:
iptstate-2.2.1-5.fc11.i586 from fedora

View 2 Replies View Related

Fedora X86/64bit :: Installing VNC Of F7 - Failed Dependencies Error

Dec 22, 2009

I am pretty new to linux, I was trying to install vnc enterprise edition (x64) but was getting the following error message:

"error: Failed dependencies:
libX11.so.6()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libXext.so.6()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libXtst.so.6()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libc.so.6()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libc.so.6(GLIBC_2.3)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libcrypt.so.1()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libcrypt.so.1(GLIBC_2.2.5)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libdl.so.2()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libgcc_s.so.1()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libgcc_s.so.1(GCC_3.0)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libgcc_s.so.1(GCC_3.3)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libm.so.6()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libm.so.6(GLIBC_2.2.5)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libstdc++.so.5()(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libstdc++.so.5(CXXABI_1.2)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libstdc++.so.5(GLIBCPP_3.2)(64bit) is needed by vnc-E-4.5.21561-1.x86_64
libstdc++.so.5(GLIBCPP_3.2.2)(64bit) is needed by vnc-E-4.5.21561-1.x86_64"

What to do for me to resolve this error.

View 4 Replies View Related

Fedora :: Installing Libcurl / Error: Failed Dependencies?

Jul 22, 2011

I'm new to Linux and am trying to install libcurl to use in my c++ code on my fedora 14 system. I went to the libcurl site and downloaded the binary package for Redhat Linux 7.2 on i386. There was no download for Fedora.It was an .rpm package and so I used rpm -i libcurl4-7.21.7-1.i386.rpm to install it.

I received the following errors:
error: Failed dependencies:
libcom_err.so.3 is needed by libcurl4-7.21.7-1.i386
libcrypto.so.2 is needed by libcurl4-7.21.7-1.i386
libgdbm.so.2 is needed by libcurl4-7.21.7-1.i386
liblber.so.2 is needed by libcurl4-7.21.7-1.i386
libldap.so.2 is needed by libcurl4-7.21.7-1.i386
libsasl.so.7 is needed by libcurl4-7.21.7-1.i386
libssl.so.2 is needed by libcurl4-7.21.7-1.i38

Do I need to simply download these files? Or is it a problem of downloading the wrong binary package?
If I do need to download them then from where?

---------- Post added at 04:12 PM ---------- Previous post was at 04:10 PM ----------

Never mind, I just did a yum install libcurl and it worked out......
yum is pretty amazing.

View 3 Replies View Related

Fedora :: Installing Truetype Fonts - Error: Failed Dependencies

Jun 18, 2010

My goal here is to install the truetype fonts so I can use them in openoffice. I'm using Fedora 13 w/ Gnome. Just installed it yesterday, I followed the instructions found here: [URL] but I get this error: "error: Failed dependencies: /usr/sbin/chkfontpath is needed by msttcorefonts-2.0-1.noarch" I found chkfontpath at rpm.pbone.net and put it in my rpms folder but now I get "xfs is needed by chkfontpath-1.10.1-2.fc13.i686"

View 4 Replies View Related

Fedora Servers :: Error While Installing Squirrel Mail - Failed Dependencies

Apr 30, 2009

I'm trying to install squirrel mail in Fedora 10 server: I'm following this tutorial: [URL]. I'm at sudo rpm -ivh courier-imap-4.4.1.20080920-1.10.i386.rpm
When I run the command I get:
error: Failed dependencies:
/usr/local/bin/perl is needed by courier-imap-4.4.1.20080920-1.10.i386

I found this page [URL] which actually describes the error and gives a "solution" however it doesn't seem to solve my problem
error: Failed dependencies:
/usr/local/bin/perl is needed by courier-imap-4.1.1-1.4.i386
Solution: export PATH=/bin:/usr/bin

View 10 Replies View Related

Fedora :: How To Install Dependencies For Mediainfo

May 31, 2010

When I run the rpm package to install mediainfo software I get this warning: mediainfo-gui-0.7.33-1.i386.Fedora_12.rpm: Header V3 DSA signature: NOKEY, key ID dfb2ef23

error: Failed dependencies:
libmediainfo.so.0 is needed by mediainfo-gui-0.7.33-4.1.i386
libmediainfo0 >= 0.7.33 is needed by mediainfo-gui-0.7.33-4.1.i386
libzen.so.0 is needed by mediainfo-gui-0.7.33-4.1.i386
libzen0 >= 0.4.14 is needed by mediainfo-gui-0.7.33-4.1.i386

and I have no idea of how to go on..it asks for elevated prompt but is not able to retrieve dependencies by itself..

View 3 Replies View Related

Ubuntu :: Install And Uninstall Some Programs - Error Message

May 29, 2011

Been trying to install and uninstall some programs but keep getting the following error message:

View 1 Replies View Related

Software :: Use Apt-get' To Install Plugins / Programs Getting Error With Pcmcia

Feb 21, 2010

I am very new to Linux and I have been dealling with my problem for the past 9 days. I have installed Debian to my hard drive from a DSL disk. It seems like it is an old distripution (kernal is Linux 2.4.26 on i686). I saw that there was an old version of Firefox that desparately needs to be upgradeed. I tried to install the latest version with out any luck. It was the same situation when I tried to the install Flash Player plugin. I then tried to upgrade the distribution by doing the following:

[code]...

This scared me a bit so I searched the internet for a solution where I found people had the same problem I have, but the solutions given, which worked for them, did not work for me. I also tried using the dpkg and aptitude methods of installation.

View 7 Replies View Related

Fedora Installation :: F13 Install Freezes When Checking For Dependencies

Sep 1, 2010

Installing from a CD, and F13 constantly freezes at the same spot - "Checking dependencies in packages selected for installation" - gets stuck 1/3 to 1/2 thru.

Dell Dimension 2400, Celeron 2.4GHz, 768MB memory, 120GB drive.

I've used same CD set to install several other systems so CDs are good.

View 9 Replies View Related

Fedora :: Install The Wireshark-gnome Interface - Need Dependencies

Jul 10, 2011

When I try to install the wireshark-gnome interface I get a notice about needing two dependencies. One is portaudio and the other is the jack-audio-connection-kit. Seems like kind of odd dependencies for wireshark. Do wireshark really need them? VoIP related maybe?

View 6 Replies View Related

Software :: Cannot Install Dependencies For Cairo-dock (Fedora 11)?

Oct 4, 2009

I'm following this this tutorial, and everything goes perfectly fine up until the "Installez dependences (change XXXX)" part. The name of the file is cairo-dock-2.0.8.2-1.fc12.src.rpm, and I swear I'm typing it in right, and I'm CDed in the proper directory. However, when I try to do that step, I get this output:Loaded plugins: refresh-packagekitwarning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 signature: NOKEY, key ID 16ca1a56Error: Could not open cairo-dock-2.0.8.2-1.fc12.src.rpmThere was a problem getting the build deps, exiting: Could not open local rpm file: cairo-dock-2.0.8.2-1.fc12.src.rpm: RPM Error opening Package

View 8 Replies View Related

Fedora Installation :: Fc11 Install Hangs At Checking Dependencies / Fix It?

Jun 11, 2009

I am trying to install fc11 on an intel mb with pentium4 and ati graphics
the install always hangs at the point where the sw packages have been selected
and the install is checking dependencies.

I have tried the regular install
the basic video install, and text install
with the same symptoms each time

the dvd drive lite is on and the hard disk activity lite is on and the system is frozen.
have to power off.

I have fc11 installed on another system (amd) and had install issues also but that was
with the preview.

View 1 Replies View Related

Fedora X86/64bit :: Skype Doesn't Install Dependencies On 12 X86_64

Jan 17, 2010

I'm trying to get skype to work on my new system. It seems to install, but trying to run it I get an error message naming a missing dependency. Searching for this with yum whatprovides and installing the result worked in one case, but for the next one, yum install <package containing missing item> returns a few errors of the form:

package <name-version>.fc12.x86_64 (which is newer than <package-version>.fc12.i686) is already installed Is there any way around this? I'd like to get skype working, but am having no luck at the moment. I'd prefer not to remove the .x86_64 packages if I can avoid it in case that breaks something else.

View 14 Replies View Related

Fedora :: Install The Mysqltcl Library - Failing Due To Missing Dependencies

Oct 14, 2010

I'm running FC11 on an Intel 686 server and would like to solicit some help. I'm writing an Expect script to discover our lab network and would like to insert the results into a mySQL database. I've installed Apache/PHP/mySQL via the LAMPP distribution. I've hit a brick wall, however, in trying to install the mysqltcl library. how to install the library. I have downloaded an RPM, but installatiojn is failing due to missing dependencies: libmysqlclient.so.10 and libmysqlclient_r.so.10. And I have no luck in locating and installing those.

View 1 Replies View Related

Fedora Installation :: Downloaded The All Neded Dependencies And .rpm Files, But Cant Install Them?

Mar 8, 2011

A game I found recently through an web repository. Downloaded the all neded dependencies and .rpm files, but cant install them.. terminal output below:'

Code:
[root@localhost Downloads]# yum localinstall luola-1.3.2-2.fc6.rf.i386.rpm luola-levels-1.3.2-1.0.rf.noarch.rpm luola-debuginfo-1.3.2-2.fc3.rf.i386.rpm

[code]....

View 2 Replies View Related

Fedora :: Programs Installation - Missing Dependency Error

Dec 30, 2009

i have fedora12 and have been noticing that on a few programs (xvidcap, nALFS; just to name a couple) anyways these programs when i go to install they will come up with a missing dependency error and so i'll go hunt them down and install them and i am told that they are already installed...so what is the deal...any ideas. should i just go for a reinstall of the whole system?

View 3 Replies View Related

Fedora :: EGCI Samples Error While Running Programs

Mar 18, 2011

I am a final year BE student. I am working on the ehci-0.6 library for tracking the the face in fedora 13 in vmware. I am able to compile the code but could not run the sample programs. The error is as follows. After I compile the program:
cd ehci-0.6
./configure
make

I am able to do the above with out any errors. Later when try running samples. I am getting the below errors:
cd samples
make
./simple2d
(<unknown>:5940): GStreamer-CRITICAL **:

Trying to dispose element appsink1, but it is in ready instead of the NULL state. You need to explicitly set elements to the NULL state before dropping the final reference, to allow them to clean up. This problem may also be caused by a refcounting bug in the application or some element.
(<unknown>:5940): GStreamer-CRITICAL **:
Trying to dispose element ffmpegcsp1, but it is in READY instead of the NULL state. You need to explicitly set elements to the NULL state before dropping the final reference, to allow them to clean up. This problem may also be caused by a refcounting bug in the application or some element.

OpenCV Error: Unspecified error (unicap: failed to get info for device
) in CvCapture_Unicap::initDevice, file /builddir/build/BUILD/OpenCV-2.0.0/src/highgui/cvcap_unicap.cpp, line 139
terminate called after throwing an instance of 'cv::Exception'
Aborted (core dumped)
and but ven tried using
./samples/simple2d
the error I am facing is "could not initialize the capturing"

How to overcome this kind of error. Blank window opens and goes on showing the error mentioned above and ends ven given ctrl + c. The expected output to open a window and display the capture the person present in front of the webcam and print d coordinates of the face captured.

View 1 Replies View Related

Red Hat / Fedora :: Error: Failed Dependencies - Glibc = 2.12.1-3 Is Needed By Glibc-common-2.12.1-3.x86_64

Oct 26, 2010

I've been working to get gcc up and running on a new install of Fedora 13. glibc-devel had dependencies upon installation where it required glibc and glibc-common, both 2.12.1-3. No problem, found both at rpm dot pbone dot net. However, when I try to install the following circular dependency results... it doesn't matter the order of install.

Code:

[root AT localhost gcc_install]# rpm -ivh glibc-common-2.12.1-3.x86_64 .rpm
error: Failed dependencies:
glibc = 2.12.1-3 is needed by glibc-common-2.12.1-3.x86_64

[code]....

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved