[REDHAT] Newb, rpm, Failed dependencies ...

People,
I'm trying to install Oracle on my RH box.
The Oracle installer complained about some missing rpms:
Checking for compat-libstdc++-296-2.96-132.7.2; found Not found. Failed <<<<
Checking for libstdc++devel-3.4.3-22.1; found Not found. Failed <<<<
Checking for openmotif-21-2.1.30-11; found Not found. Failed <<<<
Checking for pdksh-5.2.14-30; found Not found. Failed <<<<
Checking for gnome-libs-1.4.1.2.90-44.1; found Not found. Failed <<<<
Checking for sysstat-5.0.5-1; found Not found. Failed <<<<
Checking for compat-db-4.1.25-9; found Not found. Failed <<<<
Checking for control-center-2.8.0-12; found Not found. Failed <<<<
Checking for xscreensaver-4.18-5.rhel4.2; found Not found. Failed <<<<
I found some close matches on my DVD and installed them with this script:
#! /bin/sh
rpm -Uvh compat-db-4.1.25-9.i386.rpm
rpm -Uvh compat-libstdc++-296-2.96-132.7.2.i386.rpm
rpm -Uvh control-center-2.8.0-12.rhel4.2.i386.rpm
rpm -Uvh gnome-libs-1.4.1.2.90-44.1.i386.rpm
rpm -Uvh libstdc++-devel-3.4.5-2.i386.rpm
rpm -Uvh openmotif21-2.1.30-11.RHEL4.4.i386.rpm
rpm -Uvh pdksh-5.2.14-30.3.i386.rpm
rpm -Uvh sysstat-5.0.5-7.rhel4.i386.rpm
rpm -Uvh xscreensaver-4.18-5.rhel4.10.i386.rpm
Now redhat is complaining:
[root@ow2 software]# sh -x rpm4ow2.sh
+ rpm -Uvh compat-db-4.1.25-9.i386.rpm
warning: compat-db-4.1.25-9.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
Preparing... ########################################### [100%]
1:compat-db ########################################### [100%]
+ rpm -Uvh compat-libstdc++-296-2.96-132.7.2.i386.rpm
warning: compat-libstdc++-296-2.96-132.7.2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
Preparing... ########################################### [100%]
package compat-libstdc++-296-2.96-135 (which is newer than compat-libstdc++-296-2.96-132.7.2) is already installed
+ rpm -Uvh control-center-2.8.0-12.rhel4.2.i386.rpm
warning: control-center-2.8.0-12.rhel4.2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
gnome-icon-theme is needed by control-center-2.8.0-12.rhel4.2.i386
libeel-2.so.2 is needed by control-center-2.8.0-12.rhel4.2.i386
libgail-gnome is needed by control-center-2.8.0-12.rhel4.2.i386
libgailutil.so.17 is needed by control-center-2.8.0-12.rhel4.2.i386
libmetacity-private.so.0 is needed by control-center-2.8.0-12.rhel4.2.i386
libnautilus.so.2 is needed by control-center-2.8.0-12.rhel4.2.i386
libxklavier >= 1.02 is needed by control-center-2.8.0-12.rhel4.2.i386
libxklavier.so.8 is needed by control-center-2.8.0-12.rhel4.2.i386
xscreensaver is needed by control-center-2.8.0-12.rhel4.2.i386
+ rpm -Uvh gnome-libs-1.4.1.2.90-44.1.i386.rpm
warning: gnome-libs-1.4.1.2.90-44.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
ORBit is needed by gnome-libs-1.4.1.2.90-44.1.i386
gtk+ >= 1:1.2.5 is needed by gnome-libs-1.4.1.2.90-44.1.i386
imlib is needed by gnome-libs-1.4.1.2.90-44.1.i386
libIIOP.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libORBit.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libORBitCosNaming.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libORBitutil.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libgdk-1.2.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libgdk_imlib.so.1 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libglib-1.2.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libgmodule-1.2.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libgtk-1.2.so.0 is needed by gnome-libs-1.4.1.2.90-44.1.i386
libpng.so.2 is needed by gnome-libs-1.4.1.2.90-44.1.i386
+ rpm -Uvh libstdc++-devel-3.4.5-2.i386.rpm
warning: libstdc++-devel-3.4.5-2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
libstdc++ = 3.4.5-2 is needed by libstdc++-devel-3.4.5-2.i386
libstdc++-devel = 4.1.1-1.fc5 is needed by (installed) gcc-c++-4.1.1-1.fc5.i386
libstdc++-devel >= 4.1.0 is needed by (installed) libstdc++so7-devel-4.2.0-0.3.20060428.fc5.3.i386
+ rpm -Uvh openmotif21-2.1.30-11.RHEL4.4.i386.rpm
warning: openmotif21-2.1.30-11.RHEL4.4.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
Preparing... ########################################### [100%]
1:openmotif21 ########################################### [100%]
+ rpm -Uvh pdksh-5.2.14-30.3.i386.rpm
warning: pdksh-5.2.14-30.3.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
pdksh conflicts with ksh-20060124-3.i386
+ rpm -Uvh sysstat-5.0.5-7.rhel4.i386.rpm
warning: sysstat-5.0.5-7.rhel4.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
Preparing... ########################################### [100%]
1:sysstat ########################################### [100%]
+ rpm -Uvh xscreensaver-4.18-5.rhel4.10.i386.rpm
warning: xscreensaver-4.18-5.rhel4.10.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
xloadimage is needed by xscreensaver-4.18-5.rhel4.10.i386
[root@ow2 software]#
I have some basic questions.
Q: What is the best way to deal with this?
I'm a bit short on common sense when it comes to using rpm to install
Linux software. I'm worried that if I try to force something in,
something else, somewhere else will break.
Now I have some more specific questions.
I see this:
+ rpm -Uvh control-center-2.8.0-12.rhel4.2.i386.rpm
warning: control-center-2.8.0-12.rhel4.2.i386.rpm: Header V3 DSA signature: NOKEY, key ID 443e1821
error: Failed dependencies:
gnome-icon-theme is needed by control-center-2.8.0-12.rhel4.2.i386
libeel-2.so.2 is needed by control-center-2.8.0-12.rhel4.2.i386
libgail-gnome is needed by control-center-2.8.0-12.rhel4.2.i386
libgailutil.so.17 is needed by control-center-2.8.0-12.rhel4.2.i386
libmetacity-private.so.0 is needed by control-center-2.8.0-12.rhel4.2.i386
libnautilus.so.2 is needed by control-center-2.8.0-12.rhel4.2.i386
libxklavier >= 1.02 is needed by control-center-2.8.0-12.rhel4.2.i386
libxklavier.so.8 is needed by control-center-2.8.0-12.rhel4.2.i386
xscreensaver is needed by control-center-2.8.0-12.rhel4.2.i386
I assume the proper way to deal with this is to search around on my DVD for 9
rpms which correspond to the 9 lines above spit out by the error handler.
True??
-Peter
[email protected]
http://GoodJobFastCar.com

I assume the proper way to deal with this is to search around on my DVD for 9
rpms which correspond to the 9 lines above spit out by the error handler.
True??True. Message tells you that packages depends on another package or file which is part of other package. All you need to do is to solve all dependencies (install dependent packages).

Similar Messages

  • Failed dependencies while installing libstdc++-devel-4.1.2-46.el5.i386.rpm

    When i am trying to install the libstdc++-devel-4.1.2-46.el5.i386.rpm on Oracle Enterprise Linux server 5.4 (64BIT) OS, i am getting the following error:
    # rpm -ivh libstdc++-devel-4.1.2-46.el5.i386.rpm
    error: Failed dependencies:
    libstdc++ = 4.1.2-46.el5 is needed by libstdc++-devel-4.1.2-46.el5.i386
    Please note that the packages libstdc++-4.1.2-46.el5_4.1.x86_64 and libstdc++-4.1.2-46.el5_4.1.i386 are already in place. Following command shows the same.
    #rpm -qa | grep libstdc++-
    libstdc++-4.1.2-46.el5_4.1.x86_64
    libstdc++-4.1.2-46.el5_4.1.i386
    libstdc++-devel-4.1.2-46.el5_4.1.x86_64
    compat-libstdc++-33-3.2.3-61.x86_64
    compat-libstdc++-33-3.2.3-61.i386
    compat-libstdc++-296-2.96-138.i386
    Can some one suggest how to clear this dependency error ?
    Edited by: user762181 on Dec 1, 2009 10:20 PM

    JUST A GUESS work:
    user762181 wrote:
    When i am trying to install the libstdc++-devel-4.1.2-46.el5.i386.rpm on Oracle Enterprise Linux server 5.4 (64BIT) OS, i am getting the following error:
    # rpm -ivh libstdc++-devel-4.1.2-46.el5.i386.rpmits i386 pack.
    error: Failed dependencies:
    libstdc++ = 4.1.2-46.el5 is needed by libstdc++-devel-4.1.2-46.el5.i386
    Please note that the packages libstdc++-4.1.2-46.el5_4.1.x86_64 and libstdc++-4.1.2-46.el5_4.1.i386 are already in place. Following command shows the same.
    #rpm -qa | grep libstdc++-
    libstdc++-4.1.2-46.el5_4.1.x86_64
    libstdc++-4.1.2-46.el5_4.1.i386
    libstdc++-devel-4.1.2-46.el5_4.1.x86_64
    compat-libstdc++-33-3.2.3-61.x86_64
    compat-libstdc++-33-3.2.3-61.i386
    compat-libstdc++-296-2.96-138.i386
    Can some one suggest how to clear this dependency error ?cant you find any x86_64 packs??
    cant you have apt package-manager??if you have try it through that.
    >
    Edited by: user762181 on Dec 1, 2009 10:20 PMEdited by: mango_boy on Dec 4, 2009 6:42 AM

  • Instant Client RPMs fail to "provide"

    The instantclient rpms have a fairly slim list of things that they provide:
    rpm -qa | grep oracle-instantclient | xargs rpm -q --providesoracle-instantclient-jdbc = 10.1.0.3-1
    oracle-instantclient-basic = 10.1.0.3-1
    oracle-instantclient-devel = 10.1.0.3-1
    oracle-instantclient-sqlplus = 10.1.0.3-1
    In fact they don't seem to provide any of the automatic dependencies (sonames) that should be generated by "find-provides".
    This has the unfortunate side-affect of requiring that I force the installation of any rpms that were built without somehow short-circuiting "find-requires".
    Is there a known workaround for this? I currently have an rpm that provides things that should be provided by the instantclient rpms, but this is clearly a hack.
    Here's an example of the issue:
    sudo rpm -Uvh tora-oracle-1.3.14.1-2.i386.rpm perl-DBD-Oracle-1.16-1mb.noarch.rpm error: Failed dependencies:
    libclntsh.so.10.1 is needed by tora-oracle-1.3.14.1-2
    libclntsh.so.10.1 is needed by perl-DBD-Oracle-1.16-1mb
    Thanks for any help.
    -Kim

    This is a nice religious issue. File-based dependancies cause, IMO, more problems than they solve. So I don't generally support them in packages I build (AutoReqProv=no in the specfile). It would appear that tora-oracle and perl-dbd-oracle are built with file-based requirements.
    The best answer, I think, would be to migrate an explicit provides/requires setup for instantclient and tora-oracle/perl-dbd-oracle. That way we avoid the file-based dependancies without causing the breakage we see here.

  • Building coherence rpm fails because of Unix flat file permission.

    Hi - New to coherence but have large implementation ahead. Trying to rpm it. Refer bug - https://bugzilla.redhat.com/show_bug.cgi?id=250295.
    lot of files in coherence.jar have flat unix file permission which makes building rpm fail. Solution is to unjar.. change permission and then do rpmbuild, but think this should be fixed on oracle side as well.
    BTW - do we have coherence.rpm ? i hope am not re-inventing wheel :).
    please point me if its available.
    Thanks.
    -R.
    Central directory entry #5:
    coherence-cache-config.xml
    offset of local header from start of archive: 16968 (00004248h) bytes
    file system or operating system of origin: Unix
    version of encoding software: 2.0
    minimum file system compatibility required: MS-DOS, OS/2 or NT FAT
    minimum software version required to extract: 1.0
    compression method: deflated
    compression sub-type (deflation): normal
    file security status: not encrypted
    extended local header: no
    file last modified on (DOS date/time): 2010 Jan 14 13:06:08
    32-bit CRC value (hex): a472a7f0
    compressed size: 1745 bytes
    uncompressed size: 8129 bytes
    length of filename: 26 characters
    length of extra field: 0 bytes
    length of file comment: 0 characters
    disk number on which file begins: disk 1
    apparent file type: binary
    Unix file attributes (000000 octal):              ?---------
    MS-DOS file attributes (01 hex): read-only
    There is no file comment.

    Hi
    As suggestion test the file path (specially the system separator character). If the cause is a security issue the problem must appear in both systems (i suposse that the process can write files in both systems, so you can check if true).
    Hope this helps

  • Error: Failed dependencies: during  ASMLib Configuration: on linux 4

    Hi,
    [root@test asm]# lsb_release -a
    LSB Version: :core-3.0-ia32:core-3.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch
    Distributor ID: RedHatEnterpriseAS
    Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 5)
    Release: 4
    Codename: NahantUpdate5
    [root@test asm]# uname -r
    2.6.9-55.ELsmp
    i have downloaded the from oracle site
    Drivers for kernel 2.6.9-55.EL
    oracleasm-2.6.9-55.ELxenU-2.0.3-1.i686.rpm
    oracleasm-2.6.9-55.ELsmp-2.0.3-1.i686.rpm
    oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686.rpm
    oracleasm-2.6.9-55.EL-2.0.3-1.i686.rpm
    but getting the below error
    [root@test asm]# rpm -Uvh \
    oracleasm-2.6.9-55.ELxenU-2.0.3-1.i686.rpm \
    oracleasm-2.6.9-55.EL-2.0.3-1.i686.rpm \
    oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686.rpm \
    oracleasm-2.6.9-55.ELsmp-2.0.3-1.i686.rpmerror: Failed dependencies:
    kernel-xenU = 2.6.9-55.EL is needed by oracleasm-2.6.9-55.ELxenU-2.0.3-1.i686
    oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-55.ELxenU-2.0.3-1.i686
    oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-55.EL-2.0.3-1.i686
    kernel-hugemem = 2.6.9-55.EL is needed by oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686
    oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-55.ELhugemem-2.0.3-1.i686
    oracleasm-support >= 2.0.0 is needed by oracleasm-2.6.9-55.ELsmp-2.0.3-1.i686
    Suggested resolutions:
    kernel-hugemem-2.6.9-55.EL.i686.rpm
    kernel-xenU-2.6.9-55.EL.i686.rpm
    appreciacted for the inputs
    Thanks

    Hi,
    Try it :
    {message:id=10084654}

  • Failed dependencies

    after fresh inst of oel 5.3, as required update is in process, while executing the statement rpm -Uvh compat-glibc-2.3.4-2.26*, im getting the following error, any assistance shall be highlly appreciated..
    warning: compat-glibc-2.3.4-2.26.i386.rpm: Header V3 DSA signature: NOKEY, key ID 1e5e0159
    error: Failed dependencies:
    compat-glibc-headers = 1:2.3.4-2.26 is needed by compat-glibc-2.3.4-2.26.i386

    321582 wrote:
    after fresh inst of oel 5.3, as required update is in process, while executing the statement rpm -Uvh compat-glibc-2.3.4-2.26*, im getting the following error, any assistance shall be highlly appreciated..You should use up2date or yum instead of rpm, as it will pull the dependencies in for you. Just running rpm by itself, you have to pass all the pre-requisite RPMs, so that rpm can install them in a single transaction.
    If you have Oracle Linux support, register your server with the Unbreakable Linux Network at http://linux.oracle.com and use either the up2date or yum tools to upgrade.
    If you do not have Oracle Linux support, you can use yum with our public yum repositories at http://public-yum.oracle.com. Just follow the instructions to download the appropriate configuration file and enable it for your version of Oracle Linux.

  • 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.

  • Error: Failed dependencies:

    Hi,
    i'm in process of installing 11.5.10 on RHE, checking for rpms present.
    while installing openmotif21-2.1.30-11.RHEL4.2.i386.rpm which is a dependency for compat-oracle-rhel4-1.0-5.i386.rpm i get the following error:
    error: Failed dependencies:
    openmotif < 2.2.2 conflicts with openmotif21-2.1.30-11.RHEL4.2.i386
    what does openmotif < 2.2.2 mean....? plz help
    rgds,
    Krishnaraj

    Looks like you have openmotif installed and its version is less than 2.2.2.
    Could you please verify that by running "rpm -q openmotif".

  • OEL 5.5 11gR2 Validated RPM Missing Dependencies

    OEL 5.5 attempting to install 11gR2. We are getting dependency errors when trying to run the validated rpm. The errors are when trying to find glibc and glibc-headers. It appears that we have only the x86_64 and i686 versions of glibc, but not the i386 version. We have checked the install disk as well as using yum and neither have the i386 version. How do we resolve this dependency? Below are the error messages.
    # yum install oracle-validated-1.0.0-22.el5.x86_64.rpm
    Loaded plugins: dellsysid, security
    Setting up Install Process
    Examining oracle-validated-1.0.0-22.el5.x86_64.rpm: oracle-validated-1.0.0-22.el5.x86_64
    Marking oracle-validated-1.0.0-22.el5.x86_64.rpm to be installed
    Resolving Dependencies
    --> Running transaction check
    ---> Package oracle-validated.x86_64 0:1.0.0-22.el5 set to be updated
    --> Processing Dependency: /usr/lib/gcc/x86_64-redhat-linux/4.1.1/libstdc++.a for package: oracle-validated
    Importing additional filelist information
    --> Processing Dependency: /usr/lib/libaio.so for package: oracle-validated
    --> Processing Dependency: /usr/lib/libc.so for package: oracle-validated
    --> Processing Dependency: /usr/lib/libodbc.so.1 for package: oracle-validated
    --> Processing Dependency: /usr/lib/libodbccr.so for package: oracle-validated
    --> Processing Dependency: compat-gcc-34 for package: oracle-validated
    --> Processing Dependency: compat-gcc-34-c++ for package: oracle-validated
    --> Processing Dependency: elfutils-libelf-devel for package: oracle-validated
    --> Processing Dependency: gcc-c++ for package: oracle-validated
    --> Processing Dependency: gdb for package: oracle-validated
    --> Processing Dependency: libXp.so.6 for package: oracle-validated
    --> Processing Dependency: libaio-devel for package: oracle-validated
    --> Processing Dependency: sysstat for package: oracle-validated
    --> Processing Dependency: unixODBC-devel for package: oracle-validated
    --> Processing Dependency: libdb-4.2.so()(64bit) for package: oracle-validated
    --> Processing Dependency: libodbc.so.1()(64bit) for package: oracle-validated
    --> Running transaction check
    ---> Package compat-db.x86_64 0:4.2.52-5.1 set to be updated
    ---> Package compat-gcc-34.x86_64 0:3.4.6-4 set to be updated
    ---> Package compat-gcc-34-c++.x86_64 0:3.4.6-4 set to be updated
    ---> Package elfutils-libelf-devel.x86_64 0:0.137-3.el5 set to be updated
    --> Processing Dependency: elfutils-libelf-devel-static-x86_64 = 0.137-3.el5 for package: elfutils-libelf-devel
    ---> Package gcc-c++.x86_64 0:4.1.2-48.el5 set to be updated
    ---> Package gdb.x86_64 0:7.0.1-23.el5 set to be updated
    ---> Package glibc-devel.i386 0:2.5-49 set to be updated
    --> Processing Dependency: glibc-headers = 2.5-49 for package: glibc-devel
    --> Processing Dependency: glibc = 2.5-49 for package: glibc-devel
    ---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
    ---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
    ---> Package libstdc++-devel.x86_64 0:4.1.2-48.el5 set to be updated
    ---> Package sysstat.x86_64 0:7.0.2-3.el5 set to be updated
    ---> Package unixODBC.i386 0:2.2.11-7.1 set to be updated
    ---> Package unixODBC.x86_64 0:2.2.11-7.1 set to be updated
    ---> Package unixODBC-devel.i386 0:2.2.11-7.1 set to be updated
    --> Running transaction check
    ---> Package elfutils-libelf-devel-static.x86_64 0:0.137-3.el5 set to be updated
    ---> Package glibc-devel.i386 0:2.5-49 set to be updated
    --> Processing Dependency: glibc-headers = 2.5-49 for package: glibc-devel
    --> Processing Dependency: glibc = 2.5-49 for package: glibc-devel
    --> Finished Dependency Resolution
    glibc-devel-2.5-49.i386 from el5_u5_base has depsolving problems
    --> Missing Dependency: glibc = 2.5-49 is needed by package glibc-devel-2.5-49.i386 (el5_u5_base)
    glibc-devel-2.5-49.i386 from el5_u5_base has depsolving problems
    --> Missing Dependency: glibc-headers = 2.5-49 is needed by package glibc-devel-2.5-49.i386 (el5_u5_base)
    Error: Missing Dependency: glibc-headers = 2.5-49 is needed by package glibc-devel-2.5-49.i386 (el5_u5_base)
    Error: Missing Dependency: glibc = 2.5-49 is needed by package glibc-devel-2.5-49.i386 (el5_u5_base)
    You could try using --skip-broken to work around the problem
    You could try running: package-cleanup --problems
    package-cleanup --dupes
    rpm -Va nofiles nodigest

    Hi user;
    Please try below query to can find your rpm on your system:
    rpm -qa --queryformat "%{NAME}-%{VERSION}.%{RELEASE} (%{ARCH})\n" | grep libaio
    libaio-0.3.105.2 (i386)
    libaio-0.3.105.2 (x86_64)
    I made 11gr2 installation on OEL and i could find all related rmp on disk, i didnt use yum future for my issue. Be sure you have all prerequest
    Also see *Hans Forbrich's post*:
    Installing Oracle 11gR2 on OEL 5.3
    http://forums.oracle.com/forums/thread.jspa?threadID=954684&tstart=0
    Regard
    Helios

  • Jrockit-j2sdk1.4.2_05-linux-ia32 on RedHat 9 install fails

    Hi Robert/Steffan,
    I read the thread re: Null pointer exception in native code.
    It seems I have the same issue. I can't install the latest jrockit on
    RedHat 9. Are these issues the same? Is there a fix coming? I don't know
    what 'prelink' is and 'man prelink' produces nothing...
    TIA,
    -Allen
    rpm -qa | grep glibc
    glibc-kernheaders-2.4-8.10
    glibc-common-2.3.2-27.9.7
    glibc-2.3.2-27.9.7
    glibc-devel-2.3.2-27.9.7
    rpm -q --qf "%{name}-%{version}-%{release} Arch:%{arch}\n" glibc
    glibc-2.3.2-27.9.7 Arch:i686
    ./jrockit-j2sdk1.4.2_05-linux-ia32.bin -mode=console
    Extracting
    0%....................................................................................................100%
    ===== BEGIN DUMP
    =============================================================
    JRockit dump produced after 0 days, 00:00:00 on Mon Feb 7 13:20:02 2005
    Additional information is available in:
    /tmp/filephQgJD/jrockit.12971.dump
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error code: 52
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1
    ari-38120-20041118-1131-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x20000000, mmHeap->top = 0x24000000
    Number CPUs : 1
    Tot Phys Mem : 526057472
    OS version : Red Hat Linux release 9 (Shrike)
    Linux version 2.4.20-31.9 (root@websvr12) (gcc version 3.2.2 20030222
    (Red Hat Linux 3.2.2-5)) #4 Fri Aug 27 22:59:13 EDT 2004
    State : JVM is starting up
    Command Line : -Djava.class.path=.
    -Djrockit.launcher.type=jrockit.shipment -Djava.io.tmpdir=/tmp -Xmx256m
    -Djava.class.path=.:insta
    ller.jar:bids.jar:3rdparty.jar:castor-xml_0.9.4.jar:Ostermiller.jar:wlw-plaf.jar:comdev.jar:wizard.jar
    -Dsun.java.command=com.bea.pl
    ateng.wizard.WizardController -mode=console
    Environment : JAVA_HOME=(null),
    java.home=/tmp/filephQgJD/jre142_05/jre,
    java.class.path=.:installer.jar:bids.jar:3rdparty.jar:cast
    or-xml_0.9.4.jar:Ostermiller.jar:wlw-plaf.jar:comdev.jar:wizard.jar,
    java.library.path=/tmp/filephQgJD/jre142_05/jre/lib/i386/jrocki
    t:/tmp/filephQgJD/jre142_05/jre/lib/i386:/tmp/filephQgJD/jre142_05/jre/../lib/i386
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x80516bc/0x8051784):
    EAX = 00000000 EBX = 4001a740
    ECX = 0000000d EDX = 4001a741
    ESI = 00000000 EDI = 4027d500
    ESP = bfffd850 EIP = 4015c449
    EBP = bfffd868 EFL = 00010206
    CS = 0023 DS = 002b ES = 002b
    SS = 002b FS = 0033 GS = 0033
    Stack:
    bfffd850 :421328d4 4001a750 00000000 4013e321 00000003 bfffd968
    bfffd868 :bfffd8a8 42111654 bfffd880 00000010 00000000 421328d4
    bfffd880 :00000000 4001a738 42000034 40130008 00000003 00000004
    bfffd898 :421115bd bfffd968 bfffd968 4027d5a8 bfffd8c8 4015c4c1
    bfffd8b0 :4015c410 00000000 bfffd8c8 4015c4ad 00000012 0000008d
    bfffd8c8 :bfffd938 40127b6b bfffd968 bfffda5c 4027d5a8 4207378d
    bfffd8e0 :42133220 00000080 080602e8 00000080 00000000 4027d5a8
    bfffd8f8 :bfffd928 4013e279 00000080 00000004 bfffd938 40156cba
    bfffd910 :bfffd968 bfffda5c bfffd948 401588ce 4026f6cc 401974cc
    bfffd928 :bfffd948 40158927 00000080 00000008 bfffd978 40127d85
    bfffd940 :bfffd968 40208c62 bfffd978 40127d66 bfffd9d8 42133268
    bfffd958 :00000051 0804f7d0 bfffd9d8 bfffda5c 00000000 00000000
    bfffd970 :00000001 00000000 bfffd9a8 40167789 bfffd9d8 00000049
    bfffd988 :bfffd9d8 00000035 0804bf30 bfffda5c bfffd9d8 0804ae8e
    bfffd9a0 :0804efec 00000000 bfffd9e8 0804ae58 bfffda48 bfffda4c
    bfffd9b8 :bfffd9d8 0804b426 0804bf30 bfffda5c bfffda68 00ffda68
    bfffd9d0 :0804bf30 bfffda5c 00010002 00000006 0804f790 00000000
    bfffd9e8 :bffffa68 08049cf1 bfffda48 bfffda4c bfffda5c 0804efe8
    bfffda00 :421328d4 40015020 0804bb70 00000000 00000000 00000000
    bfffda18 :bffffa74 bfffea68 bfffda64 bfffda5c bfffda58 bfffda54
    bfffda30 :bfffda50 bfffda4c bfffda48 00000000 0804be80 00000000
    bfffda48 :00000000 00000000 00000000 bffffcdb 00000001 40167720
    bfffda60 :40167500 0804f1b9 706d742f 6c69662f 51687065 2f444a67
    bfffda78 :3165726a 305f3234 726a2f35 696c2f65 33692f62 6a2f3638
    bfffda90 :6b636f72 6c2f7469 766a6269 6f732e6d 00000000 00000000
    bfffdaa8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdac0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdad8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdaf0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb08 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb20 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb38 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb50 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb68 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb80 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb98 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbb0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbc8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbe0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbf8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc10 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc28 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc40 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc58 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc70 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc88 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdca0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcb8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcd0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdce8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd00 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd18 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd30 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd48 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd60 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd78 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd90 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdda8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddc0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddd8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddf0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde08 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde20 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde38 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde50 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde68 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde80 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde98 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdeb0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdec8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdee0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdef8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf10 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf28 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf40 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf58 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf70 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf88 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfa0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfb8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfd0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfe8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe000 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe018 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe030 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe048 :00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    4015c349 :ec81e589 00000110 758b5356 f8c48308 00010068 009d8d00
    4015c361 :53ffffff eec856e8 10c483c7 0f75c085 68f8c483 40204d60
    4015c379 :8d904deb 83002674 858df8c4 fffffef8 e8046a50 01f7b47f
    4015c391 :8510c483 830b74c0 6853fcc4 40204dae 858b25eb fffffef8
    4015c3a9 :1374c085 75fff883 fcc4831e 4dc96853 0beb4020 8300768d
    4015c3c1 :e068f8c4 5640204d fcaa2ee8 500debff 4e766853 e8564020
    4015c3d9 :fffcaa1f fee8a58d 5e5bffff c35dec89 5500768d ec83e589
    4015c3f1 :0c558b08 8b084d8b 8b500842 a0685002 5140204e fca9f2e8
    4015c409 :5dec89ff 55f689c3 ec83e589 5356570c 6af8c483 08558b2f
    4015c421 :5004428b eec726e8 83c389c7 db8510c4 57eb3175 6b084d8b
    4015c439 :318b34c6 d500b88d b9fc4027 0000000d 74a1a5f3 8d4026f7
    4015c451 :15890150 4026f774 0f02f883 b60fc094 312aebc0 f768bff6
    4015c469 :8d904026 8b002674 f8c48307 b4e85350 8301f1ec c08510c4
    4015c481 :c783b275 fe834604 31e47e02 e8658dc0 895f5e5b 55c35dec
    4015c499 :ec83e589 932de808 f4a301eb e84027d4 01eb9303 27d4f8a3
    4015c4b1 :f8c48340 1068006a e84015c4 01fb50ef c35dec89 5500768d
    4015c4c9 :ec83e589 5356573c 6afcc483 4edf6804 5d8d4020 dce85310
    4015c4e1 :83c7eec5 c08510c4 458b1774 fcc4830c 4ee46850 458b4020
    4015c4f9 :fce85008 ebfffca8 dc458d7f 89d84589 fa7d8dc6 0f00768d
    4015c511 :685003b6 40204ef7 e856036a 01ef2fbf 8310c483 394302c6
    4015c529 :83e47efe b70ff4c4 0f504245 504045b7 3e45b70f 45b70f50
    4015c541 :b70f503c 0f503a45 503845b7 5034458b 5030458b 502c458b
    Loaded modules:
    (* denotes the module causing the exception)
    0x08048000-0x0804cd86 /tmp/filephQgJD/jre142_05/bin/java
    0x4001b000-0x400251df /lib/tls/libpthread.so.0
    0x40029000-0x40049b3f /lib/tls/libm.so.6
    0x4004b000-0x4004d1c3 /lib/libdl.so.2
    0x42000000-0x4212fbdb /lib/tls/libc.so.6
    0x40050000-0x4021f3ef*
    /tmp/filephQgJD/jre142_05/jre/lib/i386/jrockit/libjvm.so
    0x404b7000-0x404c142b /lib/libnss_files.so.2
    Java Thread ID = 0x00000080, lastJavaFrame = 0xfffffffc, Name = Noname
    Thread Stack Trace:
    at dlIterFindLibcCb+57()@0x4015c449
    --- End of stack trace
    Additional information is available in:
    /tmp/filephQgJD/jrockit.12971.dump
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Extended, platform specific info:
    libc release: 2.3.2-stable
    Elf headers:
    libc ehdrs: failed.
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1
    ENTRY: 0x00003f70 PHOFF: 0x00000034 SHOFF: 0x000135a8 EF: 0x
    0 HS: 52 PS: 32 PHN; 7 SS: 40 SHN: 33 STIDX: 32
    libjvm ehdrs: failed.
    ===== END DUMP
    ===============================================================
    ** Error during execution, error code = 6.

    Hi Allen,
    Well, RH9 is not a supported platform and has therefore received very
    limited or no testing whatsoever, but JRockit should not crash on it...
    To begin with, you can try a manual installation by doing a manual
    $unzip <jrockit-installer>.bin
    $unzip <jrockit-payload>.zip
    to get the files and copy/move them wherever you want them installed.
    You can also try different releases of JRockit, such as 1.4.2_04 or the
    new 1.5.0 release if they work better.
    The dump indicates that there might be a problem with glibc on your
    machine. This problem has been observed to be triggered by the installation
    and activation of the 'prelink' feature on some distros but can also be
    caused
    by other things such as an too old version of glibc.
    The closest info I can find on supported versions of the kernel and glibc
    that
    might match RH9 is for JRockit 1.4.2_05 on RHEL3.0-i686 which has
    been verified with QU3 with kernel-2.4.21-20 and glibc-2.3.2-95.27.
    Regarding prelink, you can check whether prelink is installed by
    "rpm -qa | grep prelink", and if it is installed also check the top of
    /etc/sysconfig/prelink to see if it is actually enabled or not.
    Best Regards
    /Robert Ottenhag
    Software Engineer, BEA Systems, Inc.
    "Allen Hewes" <[email protected]> wrote in message news:4207a053$1@mail...
    Hi Robert/Steffan,
    I read the thread re: Null pointer exception in native code.
    It seems I have the same issue. I can't install the latest jrockit on
    RedHat 9. Are these issues the same? Is there a fix coming? I don't know
    what 'prelink' is and 'man prelink' produces nothing...
    TIA,
    -Allen
    rpm -qa | grep glibc
    glibc-kernheaders-2.4-8.10
    glibc-common-2.3.2-27.9.7
    glibc-2.3.2-27.9.7
    glibc-devel-2.3.2-27.9.7
    rpm -q --qf "%{name}-%{version}-%{release} Arch:%{arch}\n" glibc
    glibc-2.3.2-27.9.7 Arch:i686
    ./jrockit-j2sdk1.4.2_05-linux-ia32.bin -mode=console
    Extracting
    0%..........................................................................
    ..........................100%
    ===== BEGIN DUMP
    =============================================================
    JRockit dump produced after 0 days, 00:00:00 on Mon Feb 7 13:20:02 2005
    Additional information is available in:
    /tmp/filephQgJD/jrockit.12971.dump
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error code: 52
    Error Message: Null pointer exception in native code
    Signal info : si_signo=11, si_code=1
    Version : BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1
    ari-38120-20041118-1131-linux-ia32
    Threads / GC : Native Threads, GC strategy: parallel
    : mmHeap->data = 0x20000000, mmHeap->top = 0x24000000
    Number CPUs : 1
    Tot Phys Mem : 526057472
    OS version : Red Hat Linux release 9 (Shrike)
    Linux version 2.4.20-31.9 (root@websvr12) (gcc version 3.2.2 20030222
    (Red Hat Linux 3.2.2-5)) #4 Fri Aug 27 22:59:13 EDT 2004
    State : JVM is starting up
    Command Line : -Djava.class.path=.
    -Djrockit.launcher.type=jrockit.shipment -Djava.io.tmpdir=/tmp -Xmx256m
    -Djava.class.path=.:insta
    ller.jar:bids.jar:3rdparty.jar:castor-xml_0.9.4.jar:Ostermiller.jar:wlw-plaf
    .jar:comdev.jar:wizard.jar
    -Dsun.java.command=com.bea.pl
    ateng.wizard.WizardController -mode=console
    Environment : JAVA_HOME=(null),
    java.home=/tmp/filephQgJD/jre142_05/jre,
    java.class.path=.:installer.jar:bids.jar:3rdparty.jar:cast
    or-xml_0.9.4.jar:Ostermiller.jar:wlw-plaf.jar:comdev.jar:wizard.jar,
    java.library.path=/tmp/filephQgJD/jre142_05/jre/lib/i386/jrocki
    t:/tmp/filephQgJD/jre142_05/jre/lib/i386:/tmp/filephQgJD/jre142_05/jre/../li
    b/i386
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x80516bc/0x8051784):
    EAX = 00000000 EBX = 4001a740
    ECX = 0000000d EDX = 4001a741
    ESI = 00000000 EDI = 4027d500
    ESP = bfffd850 EIP = 4015c449
    EBP = bfffd868 EFL = 00010206
    CS = 0023 DS = 002b ES = 002b
    SS = 002b FS = 0033 GS = 0033
    Stack:
    bfffd850 :421328d4 4001a750 00000000 4013e321 00000003 bfffd968
    bfffd868 :bfffd8a8 42111654 bfffd880 00000010 00000000 421328d4
    bfffd880 :00000000 4001a738 42000034 40130008 00000003 00000004
    bfffd898 :421115bd bfffd968 bfffd968 4027d5a8 bfffd8c8 4015c4c1
    bfffd8b0 :4015c410 00000000 bfffd8c8 4015c4ad 00000012 0000008d
    bfffd8c8 :bfffd938 40127b6b bfffd968 bfffda5c 4027d5a8 4207378d
    bfffd8e0 :42133220 00000080 080602e8 00000080 00000000 4027d5a8
    bfffd8f8 :bfffd928 4013e279 00000080 00000004 bfffd938 40156cba
    bfffd910 :bfffd968 bfffda5c bfffd948 401588ce 4026f6cc 401974cc
    bfffd928 :bfffd948 40158927 00000080 00000008 bfffd978 40127d85
    bfffd940 :bfffd968 40208c62 bfffd978 40127d66 bfffd9d8 42133268
    bfffd958 :00000051 0804f7d0 bfffd9d8 bfffda5c 00000000 00000000
    bfffd970 :00000001 00000000 bfffd9a8 40167789 bfffd9d8 00000049
    bfffd988 :bfffd9d8 00000035 0804bf30 bfffda5c bfffd9d8 0804ae8e
    bfffd9a0 :0804efec 00000000 bfffd9e8 0804ae58 bfffda48 bfffda4c
    bfffd9b8 :bfffd9d8 0804b426 0804bf30 bfffda5c bfffda68 00ffda68
    bfffd9d0 :0804bf30 bfffda5c 00010002 00000006 0804f790 00000000
    bfffd9e8 :bffffa68 08049cf1 bfffda48 bfffda4c bfffda5c 0804efe8
    bfffda00 :421328d4 40015020 0804bb70 00000000 00000000 00000000
    bfffda18 :bffffa74 bfffea68 bfffda64 bfffda5c bfffda58 bfffda54
    bfffda30 :bfffda50 bfffda4c bfffda48 00000000 0804be80 00000000
    bfffda48 :00000000 00000000 00000000 bffffcdb 00000001 40167720
    bfffda60 :40167500 0804f1b9 706d742f 6c69662f 51687065 2f444a67
    bfffda78 :3165726a 305f3234 726a2f35 696c2f65 33692f62 6a2f3638
    bfffda90 :6b636f72 6c2f7469 766a6269 6f732e6d 00000000 00000000
    bfffdaa8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdac0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdad8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdaf0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb08 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb20 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb38 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb50 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb68 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb80 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdb98 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbb0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbc8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbe0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdbf8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc10 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc28 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc40 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc58 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc70 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdc88 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdca0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcb8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdcd0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdce8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd00 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd18 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd30 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd48 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd60 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd78 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdd90 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdda8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddc0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddd8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffddf0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde08 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde20 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde38 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde50 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde68 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde80 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffde98 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdeb0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdec8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdee0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdef8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf10 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf28 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf40 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf58 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf70 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdf88 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfa0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfb8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfd0 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffdfe8 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe000 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe018 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe030 :00000000 00000000 00000000 00000000 00000000 00000000
    bfffe048 :00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    4015c349 :ec81e589 00000110 758b5356 f8c48308 00010068 009d8d00
    4015c361 :53ffffff eec856e8 10c483c7 0f75c085 68f8c483 40204d60
    4015c379 :8d904deb 83002674 858df8c4 fffffef8 e8046a50 01f7b47f
    4015c391 :8510c483 830b74c0 6853fcc4 40204dae 858b25eb fffffef8
    4015c3a9 :1374c085 75fff883 fcc4831e 4dc96853 0beb4020 8300768d
    4015c3c1 :e068f8c4 5640204d fcaa2ee8 500debff 4e766853 e8564020
    4015c3d9 :fffcaa1f fee8a58d 5e5bffff c35dec89 5500768d ec83e589
    4015c3f1 :0c558b08 8b084d8b 8b500842 a0685002 5140204e fca9f2e8
    4015c409 :5dec89ff 55f689c3 ec83e589 5356570c 6af8c483 08558b2f
    4015c421 :5004428b eec726e8 83c389c7 db8510c4 57eb3175 6b084d8b
    4015c439 :318b34c6 d500b88d b9fc4027 0000000d 74a1a5f3 8d4026f7
    4015c451 :15890150 4026f774 0f02f883 b60fc094 312aebc0 f768bff6
    4015c469 :8d904026 8b002674 f8c48307 b4e85350 8301f1ec c08510c4
    4015c481 :c783b275 fe834604 31e47e02 e8658dc0 895f5e5b 55c35dec
    4015c499 :ec83e589 932de808 f4a301eb e84027d4 01eb9303 27d4f8a3
    4015c4b1 :f8c48340 1068006a e84015c4 01fb50ef c35dec89 5500768d
    4015c4c9 :ec83e589 5356573c 6afcc483 4edf6804 5d8d4020 dce85310
    4015c4e1 :83c7eec5 c08510c4 458b1774 fcc4830c 4ee46850 458b4020
    4015c4f9 :fce85008 ebfffca8 dc458d7f 89d84589 fa7d8dc6 0f00768d
    4015c511 :685003b6 40204ef7 e856036a 01ef2fbf 8310c483 394302c6
    4015c529 :83e47efe b70ff4c4 0f504245 504045b7 3e45b70f 45b70f50
    4015c541 :b70f503c 0f503a45 503845b7 5034458b 5030458b 502c458b
    Loaded modules:
    (* denotes the module causing the exception)
    0x08048000-0x0804cd86 /tmp/filephQgJD/jre142_05/bin/java
    0x4001b000-0x400251df /lib/tls/libpthread.so.0
    0x40029000-0x40049b3f /lib/tls/libm.so.6
    0x4004b000-0x4004d1c3 /lib/libdl.so.2
    0x42000000-0x4212fbdb /lib/tls/libc.so.6
    0x40050000-0x4021f3ef*
    /tmp/filephQgJD/jre142_05/jre/lib/i386/jrockit/libjvm.so
    0x404b7000-0x404c142b /lib/libnss_files.so.2
    Java Thread ID = 0x00000080, lastJavaFrame = 0xfffffffc, Name = Noname
    Thread Stack Trace:
    at dlIterFindLibcCb+57()@0x4015c449
    --- End of stack trace
    Additional information is available in:
    /tmp/filephQgJD/jrockit.12971.dump
    No core file will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Extended, platform specific info:
    libc release: 2.3.2-stable
    Elf headers:
    libc ehdrs: failed.
    libpthread ehdrs: EI: 7f454c46010101000000000000000000 ET: 3 EM: 3 V: 1
    ENTRY: 0x00003f70 PHOFF: 0x00000034 SHOFF: 0x000135a8 EF: 0x
    0 HS: 52 PS: 32 PHN; 7 SS: 40 SHN: 33 STIDX: 32
    libjvm ehdrs: failed.
    ===== END DUMP
    ===============================================================
    ** Error during execution, error code = 6.

  • WebLogic 7.0 install on RedHat 7.1 failed

    Does anyone successfully install WebLogic 7.0 on Linux? I try it with
    the following error:
    [root@tiger /download]# ./weblogic700_linux.bin
    Extracting
    0%....................................................................................................100%
    Font specified in font.properties not found
    [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    Font specified in font.properties not found
    [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
    ** Error during execution, error code = 11.

    wrong news group. Try tuxedo.general
    I've only seen Tuxedo used on RDH 7.1 and 7.2.
    Wayne
    Juan Melis wrote:
    Hi,
    I'am trying install Tuxedo 8.0 Client over
    RedHat 2.1 Advanced Server. The installation
    hangs and the ps command shows a java process defunct.
    I suspect that the .java_wrapper packaged
    in the tuxedo80_linux.bin fails.
    Does somebody have any idea?
    Thanks in advance.
    Juan

  • Tuxedo 8.0 Client install over RedHat 2.1 fail

    Hi,
    I'am trying install Tuxedo 8.0 Client over
    RedHat 2.1 Advanced Server. The installation
    hangs and the ps command shows a java process defunct.
    I suspect that the .java_wrapper packaged
    in the tuxedo80_linux.bin fails.
    Does somebody have any idea?
    Thanks in advance.
    Juan

    Juan Melis wrote:
    Hi,
    I'am trying install Tuxedo 8.0 Client over
    RedHat 2.1 Advanced Server. The installation
    hangs and the ps command shows a java process defunct.
    I suspect that the .java_wrapper packaged
    in the tuxedo80_linux.bin fails.
    Does somebody have any idea?
    Thanks in advance.
    Juan I do not see a download suitable for that platform
    http://commerce.bea.com/support/supportversions.jsp?file=/products/tuxedojolt/support/support.html
    Wayne Scott

  • Tuxedo 8.0 install on RedHat 2.1 fail

    Hi,
    I'am trying install Tuxedo 8.0 Client over
    RedHat 2.1 Advanced Server. The installation
    hangs and the ps command shows a java process defunct.
    I suspect that the .java_wrapper packaged
    in the tuxedo80_linux.bin fails.
    Does somebody have any idea?
    Thanks in advance.
    Juan

    wrong news group. Try tuxedo.general
    I've only seen Tuxedo used on RDH 7.1 and 7.2.
    Wayne
    Juan Melis wrote:
    Hi,
    I'am trying install Tuxedo 8.0 Client over
    RedHat 2.1 Advanced Server. The installation
    hangs and the ps command shows a java process defunct.
    I suspect that the .java_wrapper packaged
    in the tuxedo80_linux.bin fails.
    Does somebody have any idea?
    Thanks in advance.
    Juan

  • 8.1.5 on RedHat 6.0 fails with "unknown keysym osfActivate"?

    I've successfully installed the 8.1.5 on
    a 6.0 box - no problems. Now I'm trying to put it on a headless box, and I'm running into a problem I have not seen mentioned.
    After configuring the kernel and environment, I start the runInstaller, which immediately complains:
    -current locale is not supported in X11, locale set to C
    -X modifiers are not supported, using default
    -Warning: translation table syntax error: unknown keysym name: osfActivate <... etc.>
    After a large number of these unknown keysym warnings, the installer bombs with SIGSEGV 11. I've tried to synchronize the environments of the two machines, to no avail. Any suggestions would be much appreciated!
    Thanks!
    Jan ([email protected])

    I've successfully installed the 8.1.5 on
    a 6.0 box - no problems. Now I'm trying to put it on a headless box, and I'm running into a problem I have not seen mentioned.
    After configuring the kernel and environment, I start the runInstaller, which immediately complains:
    -current locale is not supported in X11, locale set to C
    -X modifiers are not supported, using default
    -Warning: translation table syntax error: unknown keysym name: osfActivate <... etc.>
    After a large number of these unknown keysym warnings, the installer bombs with SIGSEGV 11. I've tried to synchronize the environments of the two machines, to no avail. Any suggestions would be much appreciated!
    Thanks!
    Jan ([email protected])

  • 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

Maybe you are looking for

  • Lot of build errors in project created for debug CRM 5.0

    Hi SDN! I want to setup java debugging for CRM 5.0 modified application. According to note 1154496 I created project "crm_b2b". I took file src.zip from server\usr\sap\<system name>\<instance>\j2ee\cluster\<server number>\apps\sap.com\crmb2b at first

  • Windows 8.1 BitLocker Full Disk Encryption

    Hello all, I recently purchased a Samsung SSD 840EV that supports Encrypted Drive (eDrive) hardware encryption.  I followed the Samsung directions on enabling eDrive by doing a secure erase and a fresh Windows 8.1 install with UEFI BIOS enabled.  The

  • Including class files withouth the import statement

    I have been working on a project for my computer science class in which i have to design a "Projectile" class. However, when i attempt to use that class in a program, my compiler can't find the file even if it is in the same directory. I think i may

  • How do I delete all corrupted duplicates from iphoto '09?

    Hello. I am not a computer person so before I say anything, just please don't allow your disdain of me to come through in your replies. Somehow I have 44,000 images in my iPhoto library and I am guessing that half of them are corrupted duplicates (an

  • Good receipt in SRM system

    Hello all, It is possible to create a good receipt in a system EBP if a delivery date in a purchase order is great than for a date to be creating good receipt ? The date of the purchase order has been depend for creating good receipt ? What is find i