Oracle Ent Linux 5.3 ASM install Ok then Demon fails looking for odd lib

after installed correct libraries for 32 bit 5.e OELinux on a quad core core 2 duo I get the following error
when trying to manually load ocssd.bin deamon
this lib is not available on net and seems very rare.
root@localhost /# /app/oracle/product/11.1.0/db_1/bin/ocssd.bin
/app/oracle/product/11.1.0/db_1/bin/ocssd.bin: error while loading shared libraries: libhasgen11.so: cannot open shared object file: No such file or directory
I have already installed a 11g database on this machine then added asm packages.
oracleasm-2.6.18-128.1.1.el5-2.0.5-1.el5.i686
oracleasmlib-2.0.3-1.el5.i386
oracleasm-support-2.1.2-1.el5.i386

I haven't to install anything on my RHEL 5.3 to get ASM workng, oly on RHEL 4.x.
Just have to install package pre-reqs for Oracle RDBMS.
As RHEL is almost the same as OEL, you can trry to uninstall these manually added libraries.
These are the packages required:
binutils-2.17.50.0.6
compat-libstdc++-33-3.2.3
compat-libstdc++-33-3.2.3 (32 bit)
elfutils-libelf-0.125
elfutils-libelf-devel-0.125
gcc-4.1.1
gcc-c++-4.1.1
glibc-2.5-12
glibc-2.5-12 (32 bit)
glibc-common-2.5
glibc-devel-2.5
glibc-devel-2.5-12 (32 bit)
libaio-0.3.106
libaio-0.3.106 (32 bit)
libaio-devel-0.3.106
libgcc-4.1.1
libgcc-4.1.1 (32 bit)
libstdc++-4.1.1
libstdc++-4.1.1 (32 bit)
libstdc++-devel 4.1.1
make-3.81
sysstat-7.0.0

Similar Messages

  • I have the iPhone 4S and I cannot get my apps to download. I will click free then install and then it will ask for my password. Once I enter my password correctly it will verify my password an then it won't do anything. what should I do?

    I have the iPhone 4S and I cannot get my apps to download. I will click free then install and then it will ask for my password. Once I enter my password correctly it will verify my password an then it won't do anything. what should I do?

    I just went through this same process.... I changed my credit card, double checked billing info, changed my password, I restored my phone, but the misake I made was I kept restoring it from my back up.... Finally I went to Apple Store.. and sad to say that you have to do a restore, and DO NOT restore from back up.
    I used Gmail so I didnt loose contacts or email.. but I did loose all my text messages and history of that.
    So, I had the EXACT same problem and it was a software issue.. you have to restore your phone to factory settings and start all over.. BLOWS I know!

  • Oracle Ent Linux after installation

    I installed OEL 5.0 and after all installation is finised and Rebooted the machine its turn off automatically and said OUT OF RANGE ... i Think is an error with the video and before intall I Typed : linux resolution=1024x768
    but still getting the same error ...
    thx

    The out of range error usually means your monitor can not display the video modus the card has set.
    In order to resolve, press CTRL+ALT and while holding press F1. That should give you a character based login.
    Login as root, and go to /etc/X11 (cd /etc/X11)
    Now edit xorg.conf (vi xorg.conf)
    Go to: Section "Screen" and look for SubSection "Display"
    If not already present, add or modify the line(s) with: Modes, and only list "1024x768" there.
    Another possiblity, which also can be checked in the xorg.conf file, is the horizontal and vertical refresh rate, look for the words "HorizSync" and "Vertrefresh", and check and change the rates for your monitor (the refresh rates can be found on the internet and/or in the booklet you've gotten with your monitor)

  • How can I install PhotoStich software without it looking for the CD?

    I've misplaced the software that came with my T4i.  I have downloaded all of the software from the T4i Driver\Software site.  I was able to install all of the software except for the PhotoStich software.  When I run the installer, it wants to do a CD search.  Is there a way to install the software with out it asking for the original CD's?

    Yes, but you have to modify your registry.
    Here is the link on how to: [Mod note - removed link per FORUM GUIDELINES. This is a violation of the software licensing agreement.]
    Weekend Travelers Blog | Eastern Sierra Fall Color Guide

  • Oracle ENT Linux Install ??

    I downloaded 64bit linux from oracle about 8cds. During the installation it ask for cd 2 and when put cd 2 getting error saying not a linux CDROM.
    I validated the media disc 2 with the linux utility it came with.
    Has anyone seen this issue.??

    Hi,
    It's seems like your CD have some problem on the file .discinfo.you can mount the cd and check on the file with other CD and there should be just only one difference that the CD's number between the content of .dicinfo on different CD.
    You can re-download this ISO from oracle ULN and re-burn this CD.
    Best Regards
    terry

  • 11g on Oracle Ent Linux ./runInstaller fails: Error: can't open display:...

    X-server stuff is killing me...
    As root:
    [root@blackbox ~]# xclock
    the xclock starts right up.
    [root@blackbox ~]# su - oracle
    [oracle@blackbox ~]$ /usr/bin/xclock
    xclock DOES NOT start. Permissions are fine and command just sits there until Ctl-C to abort.
    [oracle@blackbox ~]$ hostname
    blackbox
    [oracle@blackbox ~]$ echo $DISPLAY
    blackbox:0.0
    [oracle@blackbox ~]$./runInstaller
    ...some checks are done and passed
    ...>>>Could not execute auto check for display colors using command /usr/bin/xdpinfo. Check id the DISPLAY variable is set...
    Continue? yes
    Can't connect to the X11 window server using blackbox:0.0...
    ...OUI-10027: To enable clent users to access the X server, ...# xhost +
    etc., etc.
    I tried all the checks suggested in the message including setting the DISPLAY to:
    DISPLAY=192.168.1.110:0.0; export DISPLAY (shell is bash)
    I seems that as the oracle user I cannont connect to the Xserver? Not sure how to check other than testing w/ something like xclock.
    Any assistance much appreciated.

    ...ok...I still don't understand what the difference is from before. But, as you suggest...
    (btw, the error message ">>> Could not execute auto check..." seems erroneous to me in that I'm running the KDE desktop just fine???)
    [root@blackbox ~]#
    [oracle@blackbox database]$ echo $SHELL
    /bin/bash
    [oracle@blackbox database]$
    [root@blackbox ~]# DISPLAY=:0.0
    [root@blackbox ~]# export DISPLAY
    [root@blackbox ~]# echo $DISPLAY
    :0.0
    [root@blackbox ~]# su - oracle
    [oracle@blackbox ~]$ cd /tmp/database/
    [oracle@blackbox database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 13706 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 1791 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n] y
    Rechecking installer requirements....
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-10-07_04-14-47PM. Please wait ...[oracle@blackbox database]$ Oracle Universal Installer, Version 11.1.0.6.0 Production
    Copyright (C) 1999, 2007, Oracle. All rights reserved.
    Can't connect to X11 window server using '192.168.1.110:0.0' as the value of the DISPLAY variable.
    192.168.1.110:0.0
    192.168.1.110:0.0
    OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '192.168.1.110:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.
    OUI-10026:Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:
    - For csh: % setenv DISPLAY 192.168.1.128:0.0
    - For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY
    Use the following command to see what shell is being used:
    echo $SHELL
    Use the following command to view the current DISPLAY environment variable setting:
    echo $DISPLAY
    - Make sure that client users are authorized to connect to the X Server.
    OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:
    % xhost +
    To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':
    % <full path to xclock... see below>
    If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.
    Typical path for 'xclock': '/usr/X11R6/bin/xclock'
    --------------------------------

  • Oracle Ent Linux 5.3 GridControl 10/rel2 installer failure Xp.so.6 error

    I tried some of the sus10 work arrounds but to no avail still get error.
    So... apparently there is no way to install 10G grid on OELinux 5.3 until someone comes up wit another workaround
    I am attempting to get to grid control/R4 but you have to start with /R2 full install
    same errors before and after export
    [oracle@localhost racinst]$ export libXp_HM=/usr/X11/lib
    [oracle@localhost racinst]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, redhat-4 or SuSE-9
    Passed
    Checking for Kernel version 2.4.21 Passed
    Checking for glibc version glibc-2.3.2-95.3 Passed
    Checking swap space: must be greater than 150 MB. Actual 3770 MB Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-02-14_11-30-22AM. Please wait ...[oracle@localhost racinst]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2009-02-14_11-30-22AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    at oracle.sysman.emgc.oneclick.OneClickWizard.getGuiDefaults(OneClickWizard.java:239)
    at oracle.sysman.emgc.oneclick.OneClickWizard.<init>(OneClickWizard.java:205)
    at oracle.sysman.emgc.oneclick.OneClick.<init>(OneClick.java:230)
    at oracle.sysman.emgc.oneclick.OneClickInstaller.<init>(OneClickInstaller.java:116)
    at oracle.sysman.emgc.oneclick.OneClickInstaller.process(OneClickInstaller.java:268)
    at oracle.sysman.emgc.oneclick.OneStartup.startup(OneStartup.java:359)
    at oracle.sysman.emgc.oneclick.OneArgs.main(OneArgs.java:650)
    at oracle.sysman.emgc.oneclick.OneStartup.main(OneStartup.java:367)
    [oracle@localhost racinst]$

    Are u doing oms or agent install ? any way Install the package xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.i386.rpm and then try

  • 11g on Oracle Ent Linux ./runInstaller Pop is not displayed...

    I am having a very weird error...While installing the CRS my OUI does not show the popup where I can add 2nd node info. Just a grey screen.
    I have XCLOCK running... Any help is greatly appreciated.
    Thanks,
    Paru

    What of these method are you using?
    1. export DISPLAY=localhost:10.0 or export DISPLAY=127.0.0.1:10.0
    OR
    2. export DISPLAY=<remote_hostname>:0.0 or export DISPLAY=<remote_IP>:0.0

  • Install win 8.1 error looking for disk

    I have a new Mac Mini w/ Mavericks OS.  I have been trying to install Win 8.1 for days.  I had a keyboard on order, finally came today to allow me to Recover the Mac from a failed Win 8.1 install.  I have read hundreds of conversations on this topic. And to air one question constantly asked, 'Why! Why is it that there are dozens of different ways people are having to use to install one program? Why?!?'
    I am able to get to the page in Windows setup where I am to select the drive called BOOTCAMP. 
    I select the drive
    I then FORMAT the drive
    Then I am told that drive - or any installation for Windows drive - is NOT found or available.
    I've gotten to this screen a dozen times now.
    I have arrived there by two methods  1) following the 'book' on Win 8.1 installation via BOOTCAMP  and  2) Once here I shut the machine down and reboot with CTRL-key at restart -> select the WINDOWS drive from those available -> then follow the Windows install panels.  Which, every time leads me right back to this page.
    A note about this page.  Every online tutorial, including the one on the Windows site and here on Apple forums, shows a DIFFERENT layout of the page. The tutorials show a page with a link to click for Advanced settings.  My window just shows those Advanced settings.  I don't see how this makes the process work or not, but that's a peculiarity of my setup woes compared to the instructions that exist.
    NOW .. HOW in the name of all that is sensible!! -- do I get from the page where I select the partition I need to install Win 8.1 on..?
    Again ..PLEASE!!! DO NOT retroute me through all the old settings everyone has been hashing about since September 2013.  I need to know What Works NOW - January 2014- to get Windows 8.1, installed and working on my Mac Mini running latest version of Mavericks.
    Thank you ... I HOPE!

    Windows 8.1 is not yet officially supported in Bootcamp. There is no way to know when it will be supported.
    Having said that some systems will install it and it runs fine, though these systems appear to be few and far between.
    The only advice I can give is to try some of the workarounds available on various sites or wait until it is supported by Bootcamp.

  • TS1717 i tried to install a new version of iTunes on my PC (Vista) and it wouldn't install.  Today, I was looking for my iTunes, and somehow it was erased form my computer, along with about $130.00 worth of songs.  Wha Happened?  How can I get it all back

    has anyone ever had their apple ipod disappear from the computer?  Mine did when I tried to install a newer version on my pC (vista), yesterday.  Now I can't even see any apple icons on the screen or any other reference to my ipod tunes.  I have had them on the computer for more than 6-years, and have spent a sizeable sum with apple buying iTunes.  Help!

    One more note.  All my music on my iPhone was erased when I clicked on "Transfer Music from iPhone".  I mistook the "from" for "to".  I want the music to go from the PC to the iPhone, not the other way around.  I've sync'ed many times since the latest version of iTunes, so I know that doesn't work.

  • Can't install 7.7. it's looking for non-existant drive G:

    Everytime i try to install i get an error message cannot find drive G:
    I only have up to an F drive. Have tried plugging camera and iphone to usb ports to create a "dummy drive G" but no good. Pleeeease help! i really need the new upgrade for my iphone and it requires itunes 7.7!!

    I've been fighting the same battle the past 2 days, but when I followed these numbered directions above I thought it would work. Wrong, it still said "A later version of iTunes is already installed. Installation of this version cannot continue".
    One of the things I noted on the iTunes support page is that VBscript must be installed, and I thought I had it since I have the file: (C:\windows\system32\vbscript.dll).
    Anyway, I downloaded VBscript 5.7 from the Microsoft web site, ran the installation, rebooted, and tried reinstalling just the iTunes.msi as described in step 5 since I'd already installed the other components. The install worked this time. I was flabbergasted! Trust me on this, I must have spent 10-12 hours trying everything to uninstall old components, clean up files & directories, and remove all possible registry entries manually, and I could not get past the error message saying I already had a newer version. Only after installing VBscript was I able to get iTunes installed and running!
    It is extraordinarily frustrating to have to spend so much time and effort to run a simple software install that should have taken 10 minutes. The developers who thought it was a good idea requiring VBscript be installed on the host machine ought to flogged!

  • Today I updated to Firefox 8. It installed, then started to look for add-ons. It never opened beyond this stage.

    I have tried uninstalling and reinstalling but while i can see firefox.exe under processes, nothing else happens apart from very high CPU use. I also cannot open in safe mode & there are no reports under "%APPDATA%\Mozilla\Firefox\Crash Reports\submitted" I don't have Roboform or Trusteer.

    It is possible that there is a problem with the file(s) that store the extensions registry.<br />
    Delete the files extensions.* (e.g. extensions.sqlite, extensions.ini, extensions.cache, extensions.rdf) and compatibility.ini in the [[Profiles|Firefox profile folder]] to reset the extensions registry.
    New files will be created when required.
    See "Corrupt extension files":
    * http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    * https://support.mozilla.com/kb/Unable+to+install+add-ons
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the Tools button at the left side of the Search Bar (or click the "Find Updates" button in older Firefox versions) to do a compatibility check or see if there is a compatibility update available.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.com/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Install software, then reset users/config for original start up

    I am giving my old Mac to a friend. I have wiped the disk and reinstalled Tiger. I want to install some software she wants on the machine, but I would like it to boot like it does when you first buy the Mac. This way she can set everything up like it's a new computer. I know there is a file(s) you delete and the Mac thinks it's new and boots to the Welcome sequence. Which file(s) are those?
    Thanks!

    As you are aware, to install additional software requires going thru the setup assistant creating an admin account. I don't believe there is a way to delete the admin account created and required to install additional software and make the setup assistant appear as if starting the computer for the first time.
    Better to provide her the additional software to install after she goes thru the setup assistant and if she is nearby, you can always install the software for her after she completes the setup assistant and goes thru the Software Update process.

  • I am running Windows 8 and installed Office 365 Home Premium; looking for Business Contact Managment

    Can I download business contact manager with office 365 home premium?

    Hi,
    Yes, we can download it from:
    http://www.microsoft.com/en-us/download/details.aspx?id=36513
    Regards,
    Melon Chen
    TechNet Community Support

  • Some Error with Some packages on Unbreakable oracle Enteprice linux 5.2

    Dear all,
    when I Install Oracle EnterPrise Manager 10gR2 on Unbreakable oracle Enteprice linux 5.2 it requried fro me some packags which are nessaray for installer like the following packages
    Checking operating system package requirements ...
    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 xscreensaver-4.18-5.rhel4.2; found Not found.     Failed <<<<but when I install thes packages ,the fllowing message is shown
    oracle@alwosaby ~]$ rpm- ivh pdksh-5.2.14-30.3.x86_64.rpm
    warning: pdksh-5.2.14-30.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 0c98ff9d
    error: Failed dependencies:
    pdksh conflicts with ksh-20060214-1.7.x86_64
    *[root@test Desktop]# xscreensaver-4.18-5.rhel4.14.x86_64.rpm*
    bash: xscreensaver-4.18-5.rhel4.14.x86_64.rpm: command not found
    *[root@test Desktop]# rpm -ivh xscreensaver-4.18-5.rhel4.14.x86_64.rpm*
    warning: xscreensaver-4.18-5.rhel4.14.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1d1e034b
    error: Failed dependencies:
    xloadimage is needed by xscreensaver-4.18-5.rhel4.14.x86_64
    *[root@test Desktop]# rpm --import /usr/share/rhn/BETA-RPM-GPG-KEY*
    *[root@test Desktop]# rpm -ivh xscreensaver-4.18-5.rhel4.14.x86_64.rpm*
    warning: xscreensaver-4.18-5.rhel4.14.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 1d1e034b
    error: Failed dependencies:
    xloadimage is needed b
    oracle@alwosaby ~]$ uname -a
    Linux alwosaby 2.6.18-92.el5 #1 SMP Fri May 23 23:40:43 EDT 2008 x86_64 x86_64 x86_6 4 GNU/Linux
    Please how i install these packages ?
    If any one have exprecie about this problem , Can Help me?
    Regards
    alwosaby
    Edited by: user2985354 on 28/01/2009 09:01 م

    You are mixing redhat provided packages with OEL. Generally, it's not a good idea to mix packages of different distributions.
    The media you've used to install OEL contains these packages. Use these.

Maybe you are looking for

  • How do i connect to SQL server using the JDBC ODBC

    I am attempting to connect to a database on a server over a network. It is running SQL Server 2005. Am i supposed to set the ODBC on my computer or on the server computer and this is the code i am using but i keep getting a class not found exception.

  • Parsing XML from a CLOB

    I was trying to check the well-formedness of XML in a CLOB. I have an xml file called Claim77804.xml. I was working on Building Oracle XML applications by Steve Muench. I created the procedure and it was created succesfully but it does not do what it

  • Oracle R12 Solutions Architect (Oracle E-business Suite, SOA, OBIEE)

    Hi All can any one help to find documents concept & implementation of integeration between Oracle E-business Suite R12, SOA and OBIEE ?? Thanks a lot Mohamed

  • Opinion of 256Gb SSD?  Worth it?

    I don't know why Apple has the 320GB at 5400 rpm as their standard config, when the 320Gb at 7200rpm is only $45 more (for educators it is). If I want the 7200rpm drive I would have to order it so that got me thinking about getting the 256Gb SSD driv

  • Synching Calendars on Notes and Outlook

    Hello, I have a two PCs (my business and client-imposed), where I run respectively Outlook, (by choice) and Lotus Notes (because I have to) and I wanted to know if it is possible to install PC Suite on both PC's and synchronise each calendar on my mo