Sponsored Content
Operating Systems Linux Red Hat Yum - resolving missing dependencies that are not missing Post 302876035 by gw1500se on Thursday 21st of November 2013 01:00:25 PM
Old 11-21-2013
Thanks again for the reply. It must be but the issue I think is 64 bit vs 32 bit library. I can't find the 32 bit libraries.
Code:
Name        : python-libs                  Relocations: (not relocatable)                                            
Version     : 2.4.3                             Vendor: Red Hat, Inc.                                                
Release     : 46.el5                        Build Date: Thu 22 Dec 2011 12:13:59 PM EST                              
Install Date: Tue 28 May 2013 12:13:55 PM EDT      Build Host: x86-001.build.bos.redhat.com                          
Group       : Applications/System           Source RPM: python-2.4.3-46.el5.src.rpm                                  
Size        : 22010716                         License: PSF - see LICENSE                                            
Signature   : DSA/SHA1, Wed 18 Jan 2012 06:30:09 AM EST, Key ID 5326810137017186                                     
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>                                                    
URL         : http://www.python.org/
Summary     : The libraries for python runtime
Description :
The python interpreter can be embedded into applications wanting to
use python as an embedded scripting language.  The python-libs package
provides the libraries needed for this.


Last edited by gw1500se; 11-21-2013 at 02:03 PM.. Reason: Correction
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

what am I missing?

I have the following portion of a script Check() { echo "\n\nChecking that all constraints are Enabled" echo "..." sleep 2 CHECK_COUNT='sqlplus -s $1 <<-EOSQL4 set feed off pause off pages 0 head off; set linesize 150 echo off; select count(*) from user_constraints where... (4 Replies)
Discussion started by: Zelp
4 Replies

2. UNIX for Dummies Questions & Answers

Missing Package

Hi All, I have a server running SunOS 5.9, on this I need to install Oracle 10g; however the installer returns ERROR: Unable to convert from "UTF-8" to "646" for NLS! Did some digging around and found that I need the SUNWuiu8 package. However I'm not sure where I can download the... (1 Reply)
Discussion started by: Zak
1 Replies

3. Solaris

missing libsunmath.so.1

Hi, I have an application which requires libsunmath.so.1, however; my os version seems to be missing this file (find from root level did not return anything). Version: SunOS 5.10 where can I get this file? thanks, (1 Reply)
Discussion started by: orahi001
1 Replies

4. Red Hat

Missing dependencies updating unixODBC / MySQL Connector

I have installed mysql-connector-odbc-5.1.5-0.i386.rpm and libtools on my Fedora12 system. Updating with yum says that there is nothing to update. Updating with rpm -Uvh mysql-connector-odbc-5.1.7-0.i386.rpm fails with the same missing dependencies as for the 64-bit version. Should I force... (4 Replies)
Discussion started by: Bengbers
4 Replies

5. UNIX for Dummies Questions & Answers

libjvm.so missing?

Hi I get this error message. Error: failed /usr/openv/java/jre/lib/i386/client/libjvm.so, because libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory I tried doing the yum install libstdc but it didn't find any thing. Any of you know how to install this on... (2 Replies)
Discussion started by: samnyc
2 Replies

6. Shell Programming and Scripting

[: missing `]'

Hi, I am getting this error while running the following code. i=`awk '{print $2}' test1.txt` j=`awk '{print $4}' test1.txt` k=`awk '{print $6}' test1.txt` if ; then echo "Up." else echo "down" fi rm -f test.txt test1.txt error is this: line 12: ' Please suggest. (2 Replies)
Discussion started by: arijitsaha
2 Replies

7. Red Hat

Difference in conflict resolving between yum and rpm installs

Hi Guys, I am trying to test installation of a local rpm to my RHEL5 server. I am expecting it to fail as a previous version of the same package name exists. On using rpm -i this behaves as expected but yum install does not pick up the conflict. Here is the element of my SPEC file with the... (5 Replies)
Discussion started by: gazza-o
5 Replies

8. SuSE

How to resolve missing missing dependencies with opensuse 11.3 and 12.3?

Hello, This is a programming question as well as a suse question, so let me know if you think I should post this in programming. I have an application that I compiled under opensuse 12.2 using g77-3.3/g++3.3. The program compiles and runs just fine. I gave the application to a colleague who... (2 Replies)
Discussion started by: LMHmedchem
2 Replies

9. AIX

Path missing???

Hi, I not familiar with MPIO pathing those stuffs! Can any one please tell me ONE FC card can hold how many paths? I have a stand alone server, where TWO fc card has been configured, In one card i am getting ie., fsci0 im getting 4paths Another card i am getting ie., fsci2 im gettin... (4 Replies)
Discussion started by: Thala
4 Replies

10. UNIX for Beginners Questions & Answers

Yum install ClamAV missing libraries

Hello, I'm currently following a tutorial for ClamAV with a lambda function. The tutorial has a shell script with the following: #!/usr/bin/env bash set -e LAMBDA_FILE="lambda.zip" rm -f ${LAMBDA_FILE} mkdir -p clamav echo "-- Downloading AmazonLinux container --" docker pull... (1 Reply)
Discussion started by: ottorocket18
1 Replies
YUM-CHANGELOG.CONF(5)						   File Formats 					     YUM-CHANGELOG.CONF(5)

NAME
yum-changelog.conf(5) SYNOPSIS
yum-changelog.conf(5) is the configuration file for yum-changelog(1) Yum plugin for viewing package changelogs before/after updating. By default, this plugin will show the changelogs before the updates. FILES
/etc/yum/pluginconf.d/changelog.conf FILE FORMAT
yum-changelog.conf(5) utilizes configuration options in the form of OPTION=VALUE OPTION
when This option reflects when yum-changelog(1) will allow changelog viewing during yum updates. VALUE
pre To make yum-changelog(5) show the changelog before the yum updates post To make yum-changelog(5) show the changelog after the yum updates. OPTION
always This option reflects specifies if the changelog should always be shown. VALUE
true The changelog is always displayed. false A command line option is required for the changelog to be displayed. OPTION
updateinfo This option specifies that the "changelog" from the repo. updateinfo should be shown. VALUE
true The updateinfo is displayed. false The updateinfo is never displayed. OPTION
updateinfo_always This option reflects specifies if the "changelog" from the repo. should always be shown (note that if updateinfo is false then this option has no meaning). VALUE
true The updateinfo is always displayed. false A command line option is required for the updateinfo to be displayed. AUTHOR
Chitlesh Goorah <chitlesh@fedoraproject.org> SEE ALSO
yum-changelog(1) 08 FEBRUARY 2007 YUM-CHANGELOG.CONF(5)
All times are GMT -4. The time now is 03:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy