Linux rpms dependencies

i have tried to install rpm's packages in linux 6.3
but it give me some error like :
rpm -Uvh elfutils-libelf-0*
error: Failed dependencies:
     ld-linux.so.2 is needed by elfutils-libelf-0.152-1.el6.i686
     ld-linux.so.2(GLIBC_2.3) is needed by elfutils-libelf-0.152-1.el6.i686
     libc.so.6 is needed by elfutils-libelf-0.152-1.el6.i686
     libc.so.6(GLIBC_2.0) is needed by elfutils-libelf-0.152-1.el6.i686
     libc.so.6(GLIBC_2.1) is needed by elfutils-libelf-0.152-1.el6.i686
     libc.so.6(GLIBC_2.1.3) is needed by elfutils-libelf-0.152-1.el6.i686

In addition to the previous response, the following commands
$ su - root
# cd /etc/yum.repos.d
# wget http://public-yum.oracle.com/public-yum-ol6.repowill configure yum to download software including updates and errata from the Oracle public yum internet site. There is no need to edit the repo file. However, wget as outlined does not overwrite existing files, so you may need to remove prevous .repo files. If you do not have access to the Internet, you can also configure yum to install the software and resolve dependencies from the installation DVD:
Copy and paste the following to the Linux command prompt:
cat > /etc/yum.repos.d/dvd.repo <<EOF
[Install_DVD_base]
name=Install DVD
baseurl=file:///mnt/Server
gpgcheck=1
enabled=1
skip_if_unavailable=True
$(echo)
[Install_DVD_uek2]
name=Install DVD UEK2
baseurl=file:///mnt/UEK2
gpgcheck=1
enabled=1
skip_if_unavailable=True
EOF
#Then insert the OS installation DVD and mount it:
cd /
umount /dev/cdrom # Gnome automounts DVD
mount -o loop -t iso9660 /dev/cdrom /mnt

Similar Messages

  • Problems installing 10g on Suse Linux (Failed dependencies: libaio)

    I am having problems installing Oracle 10g on a Suse Linux Operating system. I get the following error message.
    # rpm -ivh oracle-xe-10.2.0.1-0.1.i386.rpm
    error: Failed dependencies:
    libaio >= 0.3.96 is needed by oracle-xe-10.2.0.1-0.1
    Can anyone help me with this?
    Message was edited by:
    user473930

    Please also read the install documentation. This has been noted as a requirement for oracle-xe (you need one more lib ;) ) This also helps you setup your DB, etc, etc.

  • Browse Linux RPM database with Java

    I found that RPM database in Red Hat Linux is based on Berkeley DB. I found this document for Java and Berkeley DB:
    http://docs.oracle.com/cd/E17076_02/html/gsg/JAVA/BerkeleyDB-Core-JAVA-GSG.pdf
    I found that there are two version of Berkley DBL native and Java edition. Can use this package
    https://www.odesk.com/leaving-odesk?ref=http%3A%2F%2Fwww.findjar.com%2Fjar%2Fberkeleydb%2Fberkeleydb-native%2F4.2%2Fberkeleydb-native-4.2.jar.html%3Fall%3Dtrue
    to access the RPM database file in /var/lib/rpm?

    As far as I know what is in the RPM distribution is what we call BDB core which is the C edition.   Within the BDB family of products there is the C version, a java version and an XML version.    Internally code is shared between the products of the family and we internally take care of compatibility.   The C version of BDB (shipped in Linux) has several different APIs that can be used, namely, C, Java, C#, C++, python, perl.  The document that you referring to is the JAVA API doc for BDB core.   When folks typically say Java edition, then are referring to the java version which we call BDB JE.    This is a separate product. 
    thanks
    mike

  • How to install Linux .rpm.bin

    Downloaded Linux Java release, j2sdk...rpm.bin. Can't find anything willing to process a bin file. Know how to use console rpm or Gnome RPM, but neither will touch a bin file. What to do? Thanks.

    Discovered in other forum queries that bin file is simple executable. As suggested, did "chmod +x j2sdk...rpm.bin", then executed it. All is well. Thanks.

  • LabVIEW for Linux Module Dependencies

    Does anyone know of where I can find a list or table of the module dependencies for running a compiled LabVIEW app on linux?
    Chris
    Chris
    Practical Physics, LLC
    www.practicalphysicsllc.com
    National Instruments Alliance Partner
    Certified LabVIEW Developer

    Hey Chris,
    I have checked with our developers and, unfortunately, we do not have a list of necessary modules needed for the RTE. Because Linux is open source, we develop for specific builds which we then document and fully support. In this case, the required information extends beyond one of those supported builds and we do not have that available.
    I would be glad to take any further questions you may have...but on this specific issue I may not be of much help.
    Are you trying to "trim down" the OS and eliminate all that is not needed? I am just wondering what would be wrong with leaving a supported build intact and adding on from there. Aside from this...a guess and check method may be the only alternative. (though I know that would not be very time effective)
    -Brett
    National Instruments
    Applications Engineer
    LabVIEW Support Team

  • Need Access to older Adobe Air Linux RPMs?

    Guys,
    Can you please point me to a download area where I can download older releases of Adobe Air for Linux preferably in RPM format?  I am in need of release 2.0 and 1.5 for troubleshooting purposes.
    Thanks!

    Chris,
    Thank you so much!  That did the trick for me!
    Kevin
    Kevin T. Park
    IBM Tivoli Federal Software Group
    Senior IT Specialist
    9761 Downing Place
    North Huntingdon, PA 15642
    Office: +1 724-863-1992
    Cell +1 412-260-7256
    Fax: +1 724-863-3525
    [email protected]

  • Elf rpm dependencies

    OEL 5.6 x86 (32bit).
    I need to install rpm's
    - elfutils-libelf-devel-static
    - elfutils-libelf-devel
    These are dependent on
    - elfutils-libelf-devel-i386
    [root@hostname-goes-here Server]# rpm --install elfutils-libelf-devel-static-0.137-3.el5.i386.rpm
    error: Failed dependencies:
            elfutils-libelf-devel-i386 = 0.137-3.el5 is needed by elfutils-libelf-devel-static-0.137-3.el5.i386However, this rpm seems to be non-existent on the OEL 5.6 installation ISO image::
    [root@hostname-goes-here Server]# ll elf*
    -rw-r--r-- 1 root root 233438 Nov 17 16:58 elfutils-0.137-3.el5.i386.rpm
    -rw-r--r-- 1 root root  62342 Nov 17 17:01 elfutils-devel-0.137-3.el5.i386.rpm
    -rw-r--r-- 1 root root 124903 Nov 17 17:00 elfutils-devel-static-0.137-3.el5.i386.rpm
    -rw-r--r-- 1 root root  59802 Nov 17 17:00 elfutils-libelf-0.137-3.el5.i386.rpm
    -rw-r--r-- 1 root root  25032 Nov 17 17:00 elfutils-libelf-devel-0.137-3.el5.i386.rpm
    -rw-r--r-- 1 root root  67474 Nov 17 16:56 elfutils-libelf-devel-static-0.137-3.el5.i386.rpm
    -rw-r--r-- 1 root root 198021 Nov 17 17:00 elfutils-libs-0.137-3.el5.i386.rpmThe following elf rpm's are installed:
    [root@hostname-goes-here Server]# rpm -qa | grep elf | sort
    elfutils-0.137-3.el5
    elfutils-libelf-0.137-3.el5
    elfutils-libs-0.137-3.el5I have googled a bit but only turned up installation instruction - and nothing (yet) about this dependency issue. I did something similar a few weeks ago using OEL 5.6 x86_64 (installing elf rpm's as required by Oracle grid and db s/w). No rpm issues then - but nor can I recall what the actual elf rpm's and dependencies were for the 64bit version...
    Any idea what I'm missing/doing wrong here?

    If only if it was that easy.
    [root@hostname-goes-here]# rpm --install elfutils-libelf-devel-0.137-3.el5.i386.rpm
    error: Failed dependencies:
            elfutils-libelf-devel-static-i386 = 0.137-3.el5 is needed by elfutils-libelf-devel-0.137-3.el5.i386
    [root@hostname-goes-here]# rpm --install elfutils-libelf-devel-static-0.137-3.el5.i386.rpm
    error: Failed dependencies:
            elfutils-libelf-devel-i386 = 0.137-3.el5 is needed by elfutils-libelf-devel-static-0.137-3.el5.i386Perhaps a circular reference of sorts? I could force the rpm install, but lack the caffeine to be in a brave hacking mood this time of the morning.. ;-)

  • AIR 2 Linux .rpm - breaks with updated software builds

    Hello Everyone,
    We are bundling the AIR 2 .rpm installer in our software builds for use on RedHat 5.x using the following code:
    if [ -x "/usr/bin/Adobe AIR Application Installer" ]
              then
                   "/usr/bin/Adobe AIR Application Installer" -silent -eulaAccepted -desktopShortcut -programMenu -location $dest_dir/help $src_code_dir/Help.air
    Problem:
    On a fresh install, everything comes up roses.
    The problem occurs on subsequent installs of software builds. When I install an updated software build (that includes the above code), AIR does not install "failed due to bad configuration"and the AIR file is unavailable and grayed out in the software (though it works fine on fresh installs).
    Fix Attempts:
    When I deleted the AIR file from the previous build and tried to install a build it did not work, "failed consult log".
    When I deleted the AIR installer via Package Manager then installed a subsequent build, the AIR file installed and was accessible from the software. But it deleted exisiting AIR files on my desktop that were not affiliated with the software build.
    Questions:
    What can I do to get AIR files from subsequent builds (that include the above code for the AIR 2 .rpm) to work in the software?
    If the AIR installer needs to be removed prior to a subsequent installation, how can I remove the installer while protecting local AIR files that are not affiliated with the software.
    Thanks,
    Lydia

    Hi Sanika,
    Yes, I would like to update the AIR application without prior having to remove the installer. Though the content of the help.air is modified, the name and certificate remain the same.
    In our sw builds, if the AIR installer was not removed prior to the new build installation the following error would occur:
    [Adobe AIR Application Installer:15792][INFO] UI SWF load is complete
    [Adobe AIR Application Installer:15792][INFO] UI initialized
    [Adobe AIR Application Installer:15792][INFO] Unpackaging to /tmp/FlashTmp.Oleg5M
    [Adobe AIR Application Installer:15792][INFO] unpackaging/validation is complete
    [Adobe AIR Application Installer:15792][INFO] application is bound to this version of the runtime
    [Adobe AIR Application Installer:15792][INFO] app id Lydia
    [Adobe AIR Application Installer:15792][INFO] pub id 4C048E4186AA3E2F3F9022DED9591FFABED27157.1
    [Adobe AIR Application Installer:15792][INFO] Application located at /opt
    [Adobe AIR Application Installer:15792][INFO] bad configuration for silent install or update
    [Adobe AIR Application Installer:15792][INFO] starting cleanup of temporary files
    [Adobe AIR Application Installer:15792][INFO] application installer exiting
    When I delete the AIR installer prior to a build installation, I am able to successfully install the installer and application:
    [Adobe AIR Application Installer:18787][INFO] Starting silent app install of file:///rdvnmr/.g_vj_2010-04-21/code/Help.air
    [Adobe AIR Application Installer:18787][INFO] UI SWF load is complete
    [Adobe AIR Application Installer:18787][INFO] UI initialized
    [Adobe AIR Application Installer:18787][INFO] Unpackaging to /tmp/FlashTmp.Zqrown
    [Adobe AIR Application Installer:18787][INFO] unpackaging/validation is complete
    [Adobe AIR Application Installer:18787][INFO] application is bound to this version of the runtime
    [Adobe AIR Application Installer:18787][INFO] app id Lydia
    [Adobe AIR Application Installer:18787][INFO] pub id 4C048E4186AA3E2F3F9022DED9591FFABED27157.1
    [Adobe AIR Application Installer:18787][INFO] Application not located
    [Adobe AIR Application Installer:18787][INFO] creating native installer in: /tmp/FlashTmp.udru51
    [Adobe AIR Application Installer:18787][INFO] native installer creation complete
    [Adobe AIR Application Installer:18787][INFO] Starting install
    [Adobe AIR Application Installer:18787][INFO] using conversion output in /tmp/FlashTmp.udru51/setup.deb
    [Adobe AIR Application Installer:18787][INFO] Beginning install
    [Adobe AIR Application Installer:18787][INFO] Installing package ...
    [Adobe AIR Application Installer:18787][INFO] Execution complete; beginning commit phase
    [Adobe AIR Application Installer:18787][INFO] Commit complete
    [Adobe AIR Application Installer:18787][INFO] starting cleanup of temporary files
    [Adobe AIR Application Installer:18787][INFO] application installer exiting
    Thanks!
    Lydia

  • Linux RPM Instant client

    Hello,
    i've installed 2 rpms found here to connect a Oracle database we have installed.
    I don't find the way to set my tnsnames, sqlplus says that he doesn't know my host.
    In fact, RPM's don't give e way to put my tnsnames.ora file, no admin dir exists, and no ORACLE_HOME is given...
    RPM's only install some libs and ONE bin: sqlplus...
    I tried to put my tnsnames on several directories as /usr/lib/oracle... etc... and set ORACLE_HOME to this dir, but nothing is right...
    Please help :)

    Well. I have the same problem
    I'm running Mandrake 10.0 and I have installed:
    oracle-instantclient-basic-10.1.0.2-1.i386.rpm
    oracle-instantclient-jdbc-10.1.0.2-2.i386.rpm
    oracle-instantclient-sqlplus-10.1.0.2-1.i386.rpm
    I also have export the variables
    TNS_ADMIN=/mnt/win/oracle/ora81/network/admin/
    in case I missed someting I made also a link:
    ln -s /mnt/win/oracle/ora81/network/admin/tnsnames.ora ~/.tnsnames.ora
    in my tnsnames.ora I have something like this:
    andes.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS =
    (COMMUNITY = tcp.world)
    (PROTOCOL = TCP)
    (Host = 10.20.30.40)
    (Port = 1521)
    (CONNECT_DATA = (SID = ANDES)
    then I try to connect with:
    sqlplus TEST/TEST@//10.20.30.40:1521/ANDES
    sqlplus TEST/TEST@ANDES
    sqlplus test/test@andes
    sqlplus test@ANDES
    sqlplus test@andes
    sqlplus TEST@andes
    all combinations I get
    ORA-12154: TNS:could not resolve the connect identifier specified
    What I missing? What's wrong?

  • Installing rpm packages

    Hi Guys,
    I'm trying to install oracle 11rg2 on my RHEL 5, but I'm having troubles with the rpm packages, I tried to install them but it lacks a lot of dependencies and seem they don't wanna finish! and keep asking for the new dependency package!
    does anybody have any collection of all these packages? that I can easily install them? :( it might be a bad question but I really feel out of energy to deal with thee stupid packages! its been few hours !
    any helpful reply is really appreciated!
    Regards,
    Meysam

    install this package, it is test environment/learning purpose no need to worry about exact rpm version, below rpms is enough.
    else try to download from the link:-http://rpmfind.net/linux/RPM/ or http://rpm.pbone.net/index.php3/stat/11/vendor/642/com/Red%20Hat,%20Inc_.html
    # From Enterprise Linux 5 DVD
    cd /media/cdrom/Server
    rpm -Uvh binutils-2.*
    rpm -Uvh compat-libstdc++-33*
    rpm -Uvh elfutils-libelf-0.*
    rpm -Uvh elfutils-libelf-devel-*
    rpm -Uvh gcc-4.*
    rpm -Uvh gcc-c++-4.*
    rpm -Uvh glibc-2.*
    rpm -Uvh glibc-common-2.*
    rpm -Uvh glibc-devel-2.*
    rpm -Uvh glibc-headers-2.*
    rpm -Uvh ksh-2*
    rpm -Uvh libXp-*
    rpm -Uvh libaio-0.*
    rpm -Uvh libaio-devel-0.*
    rpm -Uvh libgcc-4.*
    rpm -Uvh libstdc++-4.*
    rpm -Uvh libstdc++-devel-4.*
    rpm -Uvh make-3.*
    rpm -Uvh openmotif2*
    rpm -Uvh sysstat-7.*
    rpm -Uvh unixODBC-2.*
    rpm -Uvh unixODBC-devel-2.*after this , you can ignore rpm warnings/error messages to complete the installation(if it is learning/test environment).
    Hope, this will help you.

  • Linux, Firefox 3.6, Flash plug-in 10.2.152.27, Facebook share photo abnormal

    I would like to use the share photo/video  function on my facebook, but it does not pop up a flash player adjustment window
    OS: Linux
    Flash plug-in version: 10.2.152.27 (Linux, RPM)
    Browser: Firefox 3.6
    Duplicate step:
    Login Facebook > share photo > take a photo with a webcam > it has not pop up a flash adjustment window
    Note:
    - My webcam device is work normal
    - The attachment is the current status in my linux OS

    Yep, looks that way to me, too. There's (right this second) '''147''' folks on this thread: ->https://support.mozilla.com/en-US/questions/789534 and
    '''504''' on this thread: ->https://support.mozilla.com/en-US/questions/776670?page=2#answer-143849, not counting our''' 7 '''on this one (my screen's white, too). There's indications that it's a Google/Adobe thing, or a Google/YouTube thing. (That one's after linking Goggle Acct with YouTube.
    And yes, it was still messed up in Safe Mode.
    My take on it is to removing/disallowing cookie setting on YouTube for now, till '''whoever '''finally gets it fixed.
    I hope they'll send a email telling all of us when it's fixed. Heaven knows they have our addresses...
    OOPS--and another '''93'''on this thread: ->https://support.mozilla.com/en-US/questions/789443 And '''117''' on this one:->https://support.mozilla.com/en-US/questions/789576

  • How to install rpm.bin file with rpm

    Have downloaded Java...rpm.bin for Linux. rpm doesn't recognize bin file. Can't find doc to explain what utility converts rpm.bin to simple rpm. What do I use? Thanks.

    It took me some time to figure it out,
    once you downloaded the j2sdk...rpm.bin file, it is a self installation file,
    1) make sure the file is executable
    #chmod 755 j2sdk1.4.0_01.rpm.bin
    2) execute the file
    #./j2sdk1.4.0_01.rpm.bin
    this will install the package and inflate the rpm...
    good luck.

  • How to upgrdae Oracle Cluster on Red Hat Linux 3 to Red hat Linux 4 AS U 7

    We need to upgrade our Clustered (2 Nodes) Oracle Database environment on Linux environment to Red Hat 4 AS 7. The current OS version is Red Hat 3 update 6. We use EMC SAN Storage as shared storage (OCFS and Raw Devices) for our 9i and 10g databases
    Question: We will install (on local disks) Red Hat 4 AS Update 7 and then install ocfs and ASMlib RPMs. Is there any risk of loosing the existing (on Red Hat 3 update 6) ocfs file systems and raw devices (from EMC SAN Storgae) after we do fresh install of OS and ocfs and ASMlib RPMs? How can we keep the shared storage data quickly available (without restore from the backup) to the system after installing Red Hat 4 AS Update 7 and mentioned RPMs?

    Tommy,
    Below are the outputs in he current environmet with Red Hat Linux 3
    # /bin/uname -a
    Linux ghlx070ptlge.penske.com 2.4.21-37.0.1.ELsmp #1 SMP Wed Jan 11 18:44:17 EST 2006 i686 i686 i386 GNU/Linux
    # rpm -qa | /bin/fgrep -i ocfs
    ocfs-support-1.0.10-1
    ocfs-2.4.21-EL-smp-1.0.14-1
    ocfs-tools-debuginfo-1.0.10-1
    ocfs-tools-1.0.10-1
    # rpm -qa | /bin/fgrep -i oracleasm
    oracleasm-2.4.21-37.0.1.ELsmp-1.0.4-1
    oracleasm-support-2.0.1-1
    [root@ghlx070ptlge root]#
    Edited by: user8219029 on Apr 5, 2009 11:36 AM

  • Linux RedHat8 and Swing

    Hi All
    I'm new to Java and have a problem.
    My program calls javax.swing which is fine in windows but cant find it in Linux and neither can I. Javax directory exists with a couple of modules but no swing.
    I am using 1.4.1 02 sdk linux rpm package.
    Where have I gone wrong? is there an additional package with this? i have search the forums etc but to no avail
    TIA
    B-p

    This may not help much but this seems like a character encoding issue. My guess is the default character encoding on the 2 platforms are different and the default Linux encoding is not properly encoding some of the characters in your XML document, hence the ?'s. Perhaps you could modify the default character encoding on the Linux box to match the windows box and see if that helps. Maybe I'm off base here.

  • Using javac and classpath with Linux

    My classpath is
    /usr/java/jdk1.3.1_02/bin (that's the path to jdk1.3.1)
    but I get a
    /usr/java/jdk1.3.1_02/bin/i386/native_threads/javac: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
    error when I try to compile a java file with javac. tried to set the classpath to
    /usr/java/jdk1.3.1_02/bin/i386/native_threads/
    and I get another error with that
    Any help is appreciated, thanks

    <http://developer.java.sun.com/developer/bugParade/bugs/4405489.html>
    Assuming you are using RedHat, if other search at rpmfind.net for your distro (if it's a RPM-based distro):
    You need either:
    For RedHat 7.1: <http://www.rpmfind.net//linux/RPM/redhat/7.1/i386/compat-libstdc++-6.2-2.9.0.14.i386.html>
    For RedHat 7.2:
    <http://www.rpmfind.net//linux/RPM/redhat/7.2/i386/compat-libstdc++-6.2-2.9.0.16.i386.html>
    The CLASSPATH values have already been specified in many other posts.
    Bhav

Maybe you are looking for

  • How can I change the event display in an APEX 4.2 calendar?

    Colleagues:  The APEX calendar feature is pretty neat, but of course there's a feature I'd like to use but can't find how/where to change it.  In other calendaring apps (e.g., Thunderbird) when an event is logged, like tomorrow's staff meeting, the t

  • Photoshop elements 4  HELP with layers with layers

    hello all I got photoshop elements 4 not to long ago and ive been playing with it but i just cant seem to grasp how to use layers.I would really appreciate any help anyone can suggest.Is there anywhere i can watch someone use layers? That would reall

  • How to pull data from a constructor?

    Hi there, I have set up this simplified program to try and understand how to find the data of an array of an object in the main method. I want to run a System.out.println(newPspArray[0]) from the main method but it says cannot find the variable.... I

  • How to set default view and commands

    I have Acrobat Standard 9, and I wish to set the default for opening files to a full page view with one-page-at-a-time scrolling.  I routinely open many PDF files and have to scroll through the entire document. I managed to get the full page view to

  • How do I identify a cancelled MVI in SAP ISU?

    Can someone please tell me the steps to take in identifying a Move In that has been cancelled in SAP ISU?