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?
Attempting to compile an application that is not located in any of the repos yet for 11.3 64 bit. I have downloaded the appropriate src and untarred it. However, when I attempt to run the ./configure command here is the error I receive. checking build system type... Invalid configuration `x86_64-unknown-linux-': machine `x86_64-unknown-linux' not recognized configure: error: /bin/sh ./config.sub x86_64-unknown-linux- failed
I have made sure that I have all kernel-headers packages installed and am unsure as how to proceed. I tried using the command "./configure --build=x86_64" and then receive an error stating that the "SYSTEM IS NOT SUPPORTED" and continued errors stating that gcc is not installed, eve though it is.
Subprocess failed. Error: RPM failed: installing package xen-4.0.0_21091_06-0.1.1.x86_64 needs 27MB on the /boot filesystemI seem not to be able to change the size of the /boot, but 11.2 loads okay but not 11.3There only 19MB left from 66 and I can't make it bigger, I hope there is someone thathas seen this. I would like to see some of the update with XEN.
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.
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)
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
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
When the RPM runs it come up with this error. How do I install the required dependencies? I have added more repositories, but still there are a few dependencies missing. Is there a zypper/sudo -get or something available? Opensuse 11.1 Gnome
Online Update is offered up 6 updates - only 2 succeeded (Mozilla and libpoppler). Here's the errors for other packages: kbd - Keyboard and Font Utilities (includes aaa_base update) Subprocess failed. Error: RPM failed: error: package kbd-1.14.1-20.2.x86_64 is not installed
php5: fix for several vulnerabilities Subprocess failed. Error: RPM failed: error: package php5-ctype-5.3.0-2.4.3.x86_64 is not installed
patterns-openSUSE: add susehelp to KDE base pattern Subprocess failed. Error: RPM failed: error: package patterns-openSUSE-file_server-11.2-20.22.1.x86_64 is not installed KDE 4.3.5 Update Subprocess failed. Error: RPM failed: rpmdb: PANIC: Invalid argument rpmdb: PANIC: fatal region error detected; run recovery
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
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
Does anyone know how I can install the following dependencies? libcrypto.so.0.9.7 is needed by amanda-backup_client-3.2.0-1.suse10.0.i586 libcurl.so.3 is needed by amanda-backup_client-3.2.0-1.suse10.0.i586 libssl.so.0.9.7 is needed by amanda-backup_client-3.2.0-1.suse10.0.i586 I tried through yast with no luck.
I'm using SBo script to compile gnucash, with all the listed dependencies built successfully (in orderly manner). System multilib is configured as per alien's wiki. Is there something else I'm missing here?
I would need to compile some old codes with g77 (unfortunately, they doesn't compile with gfortran). The gcc44-fortran is installed on my computer but if I have well understood, there is no g77 compiler in this package... Do you think I can install gcc33-fortran without creating conflicts between the 2 packages?
Trying to install net-snmp on a VM running rhel5. I did a 'rpm -qa |grep snmp' and it returned 'net-snmp-libs-5.3.2.2-9.el5' as already being installed.
So, I then ran 'rpm -ivh net-snmp-5.3.2.2-9.el5.1.x86_64rpm' and it returned an error: Failed dependencies: net-snmp-libs-5.3.2.2-9.el5 is needed.
Why isn't it recognizing that net-snmp-libs is already installed on the server?
I am attempting to write an rpm for railo-resin server. To the best of my knowledge the rpm is written correctly, however when I run "rpm -ivh rail-x.x.x.rpm" I get the following error. Quote:error: Failed dependencies: libodbc.so is needed by railo-3.1-2.i386 libodbcinst.so is needed by railo-3.1-2.i386
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"
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.
I do encounter when I try to install this file: [root@mypc]# rpm -ivh sysstat-7.0.2-3.el5.i386.rpm warning: sysstat-7.0.2-3.el5.i386.rpm: V3 DSA signature: NOKEY, key ID 37017186 error: Failed dependencies: libc.so.6(GLIBC_2.4) is needed by sysstat-7.0.2-3.el5.i386 rtld(GNU_HASH) is needed by sysstat-7.0.2-3.el5.i386
Also when I try this also not work # yum install sysstat -bash: yum: command not found However the os and email server working fine on it. What should I check and try it.
i am having a issue installing php-oci8. I am using a cesntos 5.5 OS
when i try installing php-oci8 i get this error [root@web8 tmp]# rpm -ivh php-oci8-5.2.14-1.el5.remi.x86_64.rpm warning: php-oci8-5.2.14-1.el5.remi.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 00f97f56 error: Failed dependencies: php-common = 5.2.14-1.el5.remi is needed by php-oci8-5.2.14-1.el5.remi.x86_64
so then i checked whether i have php-common 5.2.14 installed it yielded this result
We installed 3 new rhel 5.5 systems yesterday; each of which are generating this error " Error: certificate verify failed" in response to a basic "yum update". From what I can gather, via a general search, this may be isolated to x86_64 -- however the references I found were specific to Satellite Server (which we are not using). Never the less, I checked the PATHs for the cert and they are correct. All of our 32 bit systems are running RHEL 5.5 and this is not a problem on any of them.
Today i upgraded my system and started getting error when i update, install or remove a package. The error isn't restricted only to one repository so i thing something is wrong with my system.
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"
While loading a rpm package its showing error of failed dependencies so wat to do for dat pls guide me n in another case its showing cant create transaction lock on /var/lib/rpm/_db.000