Compat-libcwait-2.0-2.i386.rpm

We are trying to install 11.5.10 apps on RH ES 4.0.
As per install document we need to apply patch 4198954
which contains compat-libcwait-2.0-2.i386.rpm.
After we install this rpm and reboot system is hanging up at umount filesystems. its happening in all 3 servers.
Could anybody let us know a fix for it.

Hi,
at this day I had the same trouble with RHEL 4. I think, it depends on the partition configuration (/ /usr ...) of your installation.
After searching at my system for a while, I moved the libcwait.so - library from /usr/lib to /lib and modify the path in /etc/ld.so.preload. (dont delete the libcwait.so - string !). Please read first the "man ld.so.preload".
After rebooting the system, the umount and the systemstart works fine for me. (no errors).
The problem is IMHO, that the libcwait - library of the ORACLE-RPM goes into /usr/lib. At the booting time the preload, as you can see in /etc/ld.so.preload can not executed, because the /usr - path is not in the same partition as "/". Maybe the ld.so.preload is executed before the /usr - Filesystem is mounted. The test in a "Single-Partition-System" works without any modifications.
I hope, this can help you ! (and sorry for my bad english :-)
Christian

Similar Messages

  • Compat-libcwait issue.

    Hi,
    After installing compat-libcwait-2.1-1.i386.rpm, every linux command comes up with
    ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: \ ignored
    I have applied patch 4198954 which contains the new/patched compat-libcwait package. It is placing the library in the right directory.
    The following information might help
    % cat /etc/ld.so.preload
    /lib/libcwait.so
    % ls -l /usr/lib/libcwait.so /lib/libcwait.so
    ls: /usr/lib/libcwait.so: No such file or directory -rwxr-xr-x 1 root root 2784 Nov 3 12:13 /lib/libcwait.so
    So the right library is in the right location and /etc/ld.so.preload points to the right \ file.
    Everything performs ok but I keep getting this error.
    Please suggest some solution.
    Regards,

    Duplicate thread:
    Compat-libcwait issue
    Re: Compat-libcwait issue

  • Patch 4198954  compat-libcwait-2.1-1 RedHat R4

    Hi,
    I am having a problem with installing this patch 4198954. When I install the rpm compat-libcwait-2.1-1.i386.rpm I am getthing the following error:
    ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
    This system is "Red Hat Enterprise Linux AS release 4 (Nahant Update 1)"
    I checked the location and everything appears to be fine.
    [root@alvlabl23 tmp]# rpm -ihv compat-libcwait-2.1-1.i386.rpm
    Preparing... ########################################### [100%]
    cat: /etc/ld.so.preload: No such file or directory
    1:compat-libcwait ########################################### [100%]
    ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
    [root@alvlabl23 tmp]# cat /etc/ld.so.preload
    ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
    /lib/libcwait.so
    [root@alvlabl23 tmp]# ls -l /lib/libcwait.so
    ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.
    -rwxr-xr-x 1 root root 2784 Nov 3 12:13 /lib/libcwait.so
    Any help would be great

    I’m not completely sure, this is my first time installing on a Linux system. However, I was able to run the installer and complete the install. The problem I have now is figuring out why I continue to get the error patch 4198954 says it fixes “ERROR: ld.so: object '/lib/libcwait.so' from /etc/ld.so.preload cannot be preloaded: ignored.”. I think this could be because one of two things.
    1)     My system is a Solaris x86 x64 box and the rpm is for i386 (Both version of compat-libcwait)
    2)     The versions of compat-libcwait were not the version the install document said needed to be on the system. You would think that because the version have a higher number that they also would work… apparently not.
    As for the problem you are having running the installer I can offer the steps I did to get it to run. But for the most part it was this document. http://www.puschitz.com/InstallingOracle9i.shtml
    Create Oracle user:
    Download Oracle9i for Linux from the following web site:
    3) Stage Oracle Media
    zcat amd64_db_9204_Disk1.cpio.gz | cpio -idmv
    zcat amd64_db_9204_Disk2.cpio.gz | cpio -idmv
    zcat amd64_db_9204_Disk3.cpio.gz | cpio –idmv
    4) Create Mount Points
    /app
    /u01
    /u02
    5) # Setup Oracle environment variables
    export ORACLE_BASE=/app/oracle
    export ORACLE_HOME=/app/oracle/product/ora920
    export ORAENV_ASK=NO
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export PATH=$ORACLE_HOME/bin:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/dt/lib:/usr/openwin/lib
    6) export DISPLAY
    I was using a reflectionX telnet session. So I directed the display back to my system.
    export DISPLAY=<My PC IPaddress>:0.0
    I had to do this in order to get past 17%. Once the install completed I replaced my SAVED copy.
    For RHEL4 Only: The Oracle Universal Installer will check the operating system release to
    verify that it is a supported release. As of Oracle Database 10g 10.1.0.3, the installer
    does not recognize RHEL4 as a supported release. The workaround is to follow the steps
    below prior to running runInstaller.
    su -
    cp /etc/redhat-release /etc/redhat-release.orig
    cat > /etc/redhat-release << EOF
    Red Hat Enterprise Linux AS release 3 (Taroon)
    EOF
    I had to set my Kernel version to this, even though my version is higher.
    $ su - oracle
    $ echo $LD_ASSUME_KERNEL
    2.4.19
    run the installer
    ./runInstaller

  • 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

  • Oracle-instantclient-devel-10.1.0.4-1.i386.rpm

    Hello,
    There is a broken link: http://download.oracle.com/otn/linux/instantclient/oracle-instantclient-devel-10.1.0.4-1.i386.rpm
    Actually it says 404 when you want to go: http://download.oracle.com/otn/linux/instantclient/
    Could you fix it?
    Thanks
    Caglar Ulkuderner
    System Administrator
    Scientific and Technological Research Council of Turkey

    Have you tried to trace the sqlplus command ?
    In solaris I would do
    $ truss -o /tmp/kk.out sqlplus xxx/yyy@cccc
    and then I would check what files sqlplus is trying to open and the "presumed" location of such files (at least where sqlplus believe they are).
    I linux I think you have to use strace (similar arguments)
    With these programs, you can see all the system calls done by sqlplus (including the "open" call). Very useful stuff to catch up configuration errors.
    regards.

  • I cant download oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm..

    When I download oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm, it was printing a page full of ascii characters and all, its not downloading.. but i have downloaded oracle-instantclient11.1-'basic'-11.1.0.7.0-1.i386.rpm,, But I also need that devel.. please help me..
    How to contact the provider to download it..

    Hi,
    I can download http://download.oracle.com/otn/linux/instantclient/111070/oracle-instantclient11.1-devel-11.1.0.7.0-1.i386.rpm with no issues (try right click, save link/target as).
    Regards,
    Hussein

  • Try to install openmotif21-2.1.30-11.EL5.i386.rpm dte eroor

    when try to install openmotif21-2.1.30-11.EL5.i386.rpm get this error
    [root@EBSS rpm]# rpm -ivh openmotif21-2.1.30-11.EL5.i386.rpm
    error: Failed dependencies:
    libXp.so.6 is needed by openmotif21-2.1.30-11.EL5.i386
    and i don't have Linux unbreakable account to install libXp.so.6
    is there any work around and must have unbreakable to intsall it ?

    Micel 811 wrote:
    when try to install openmotif21-2.1.30-11.EL5.i386.rpm get this error
    [root@EBSS rpm]# rpm -ivh openmotif21-2.1.30-11.EL5.i386.rpm
    error: Failed dependencies:
    libXp.so.6 is needed by openmotif21-2.1.30-11.EL5.i386
    and i don't have Linux unbreakable account to install libXp.so.6
    is there any work around and must have unbreakable to intsall it ?You can download libXp.<version>.i386.rpm from http://rpm.pbone.net/index.php3?stat=3&search=libXp&srodzaj=3
    Thanks,
    Hussein

  • Error when I try to install rpm compat-libcap1-1.10-1.x86_64.rpm,

    Please suggest how to solve the above issue on red hat 5.2:
    [root@EBSLive RPM]# rpm -ivh compat-libcap1-1.10-1.x86_64.rpm
    warning: compat-libcap1-1.10-1.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 652e84dc
    error: Failed dependencies:
    rpmlib(FileDigests) <= 4.6.0-1 is needed by compat-libcap1-1.10-1.x86_64
    rpmlib(PayloadIsXz) <= 5.2-1 is needed by compat-libcap1-1.10-1.x86_64

    Issue "yum install compat-libcap1*" and see if it works.
    Thanks,
    Hussein

  • Unable to locate oracleasmlib-2.0.4-1.el5.i386.rpm

    I was trying to download oracleasmlib-2.0.4-1.el5.i386.rpm for ASM on a linux server,
    but the Oracle download page keeps sending me to a general download page.
    The other acm libaries were able to be downloaded for this linux kernel (2.6.18-194.e15 i686)
    but not this one.
    If anyone has a copy of this library, could they please send it to me at [email protected]
    Thanks in advance.
    - Carey Horley

    Carey,
    Unfortunately, when using the url you gave me, I was again returned to the general download page.
    (This is the same page as I was experiencing in my original problem description)I Can reproduce the issue here as it takes me to the original page also.
    Note : The linux version is redhat-5
    http://www.oracle.com/technetwork/indexes/downloads/index.html
    Any thoughts ?Do you have a valid CSI number? If yes, log a SR and see if Oracle support can help. Meanwhile, keep this thread open until one of the forum admin update it with the proper download link.
    Thanks,
    Hussein

  • Pvoide the link from where i can get oracleasmlib-2.0.2-1.i386.rpm

    Dear All,
    I need oracleasmlib-2.0.2-1.i386.rpm for my redhat el4. Please provide the link to get this rpm.
    I checked OTN but this rpm is not available there. If there is any alternative RPM available of it then please let me know.
    Thanks regarsds,
    Swaranchi

    user1081863 wrote:
    You mean old linux version or old asm library RPM?
    If you mean i should not use old asm libray version then please let me know the latest version of asm rpms and its location which i can use in RHEL 4.
    I pointed you to the library earlier. Follow the links from http://oss.oracle.com - click on the "Oracle's Linux Projects" link.
    From that point ...
    - click on ASMLib Kernel Driver link
    - click on ASMLib page link
    - click on      Red Hat Enterprise Linux 4 AS link in the 'download ASMLib 2.0' section
    - scroll down to 'Intel IA32 (x86) Architecture' section and pick your downloads based on your exact kernel version (based on uname -a)
    If it ain't there, I'd recommend upgrading your kernel ... or you could compile from scratch.

  • Trying to install oracle-xe-10.2.0.1-1.0.i386.rpm or any .rpm [SOLVED]

    I got as far as making a folder with the file and running "rpmextract.sh oracle-xe-10.2.0.1-1.0.i386.rpm"  Which gave me an etc and an usr folder. There is a /home/me/Oracle/etc/init.d/oracle-xe file. I "chmod 111 oracle-xe" then did "./oracle-xe configure". I got this as part of the output.
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/DatabaseHomePage.sh: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    sed: can't read /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/readonlinehelp.sh: No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    Configuring Database...grep: /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/log/*.log: No such file or directory
    Done
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chmod: cannot access `/usr/lib/oracle/xe/oradata/XE': No such file or directory
    /bin/chown: invalid user: `oracle:dba'
    Starting Oracle Database 10g Express Edition Instance...Done
    Installation Completed Successfully.
    However, the installation was not successful. How do I undo what I have done and how do I install this correctly? Thank you.
    Last edited by Never (2010-09-29 01:45:09)

    rpm-org need lua and then beecrypt to work. I could pacman lua but the other bit needed to be taken in as a tarball. I had to do that "tar -xvzf beecrypt" then entered beecrypt and ran makepkg. Bunch of words, then I got a "beecrypt-4.2.1-2-i686.pkg.tar.xz" file. I turned into the super user and did "pacman -U beecrypt-4.2.1-2-i686.pkg.tar.xz" which installed the program.I did the same process for rpm-org. This is the correct way to do these things right? As I was unable to do the process directly with rpm-org since it was requiring dependencies and I should not assume super user to install programs outside of a pacman call?
    mcmillan wrote:And once you have figured out how to use the AUR, I think you should look to install one of the oracle-xe packages, rather than rpm as in that link, unless karol had a specific reason to suggest installing rpm-org. I have a feeling that mixing package managers like that is likely to end up causing more problems.
    Ok, so now that I have the ability to actually open this, oracle-xe-10.2.0.1-1.0.i386.rpm, file. You are saying that doing it this way could be bad for the system and I should just use the package build from AUR? How is it bad for the system? Does it merely make it so that pacman cannot uninstall the software.
    Also, I can delete the stuff I independently downloaded the,*.pkg.tar.xz files and the *.tar.xz files, without effecting the running installs?

  • How to get sysstat-5.0.5-9.i386.rpm

    I am trying to install oracle 10g on Red Hat Linux 2.6.9-55.0.6.EL.
    However, while installing linux i did not selected to add the package 'sysstat'.
    Now, I need this package for proper installation of Oracle 10g.
    when i do rpm -q, it says that sysstat is not installed. Now, how can i get this package, and how i would be able to install it. I do not want to go back and reinstall Linux with sysstat.
    rpm -q binutils compat-db control-center gcc gcc-c++ glibc glibc-common \
    gnome-libs libstdc++ libstdc++-devel make pdksh sysstat xscreensaver libaio openmotif21binutils-2.15.92.0.2-22
    compat-db-4.1.25-9
    control-center-2.8.0-12.rhel4.5
    gcc-3.4.6-8
    gcc-c++-3.4.6-8
    glibc-2.3.4-2.36
    glibc-common-2.3.4-2.36
    gnome-libs-1.4.1.2.90-44.1
    libstdc++-3.4.6-8
    libstdc++-devel-3.4.6-8
    make-3.80-6.EL4
    pdksh-5.2.14-30.3
    package sysstat is not installed
    xscreensaver-4.18-5.rhel4.14
    libaio-0.3.105-2
    openmotif21-2.1.30-11.RHEL4.6
    Thanks,
    Vidya

    1.RHN website (rhn.redhat.com) asks for user name and password, i don't have one. To become a member i would have to pay, right?
    2. I do have installation media (CDs); how to find package on it. As, I put CDs, it starts with installation instructions.
    I have installed linux, and would like to know how to find packages on CD from linux terminal.
    Thanks,
    Vidya

  • Make package for cups wrapperHL1440-.1.0.2-1.i386.rpm.

    Require this for a Brother 1440 laser printer.  I don't have a clue as to the format of the download, can't open it in KDE.

    user1081863 wrote:
    You mean old linux version or old asm library RPM?
    If you mean i should not use old asm libray version then please let me know the latest version of asm rpms and its location which i can use in RHEL 4.
    I pointed you to the library earlier. Follow the links from http://oss.oracle.com - click on the "Oracle's Linux Projects" link.
    From that point ...
    - click on ASMLib Kernel Driver link
    - click on ASMLib page link
    - click on      Red Hat Enterprise Linux 4 AS link in the 'download ASMLib 2.0' section
    - scroll down to 'Intel IA32 (x86) Architecture' section and pick your downloads based on your exact kernel version (based on uname -a)
    If it ain't there, I'd recommend upgrading your kernel ... or you could compile from scratch.

  • Oracle-instantclient-basic-10.1.0.2-1.i386.rpm Not Found

    I get this
    Sorry, this page was not found. (ErrorDocument 500 ) [Back to Previous Page]
    This web site is an ever-changing collection of information on Oracle products and technology, and we've either removed or relocated the document you requested. Please find your document using one of these resources below:

    The 10.1.0.2 version was replaced by v10.1.0.3 -- all Instant client downloads are at: http://www.oracle.com/technology/software/tech/oci/instantclient/index.html
    OTN

  • VMserver install error - prelink-0.3.9-2.i386.rpm cannot be opened

    Doing a clean install on bare hardware and conistent error. This is the 32 bit iso file.
    Any ideas or an alternative install method.

    It was a media problem, just not with the CD. The dvd/cd combo drive apparently was dropping reads. I got other 'read errros' after asking to 'Retry' operation.
    I had two CD drives so i switched to the CDR drive and all installed as planned.
    Thanks...

Maybe you are looking for