X86_64 10gR2 install on RHEL4 ES x86_64 fails

After getting the nice new x86_64 10gR2 release, I excitedly unpacked it and ran the installer (after just installing 10gR1 the other day). Everything went along nicely until it failed in linking 'INFO: - Linking liborasdkbase'. Operator error? It seems I had all the prerequisite packages installed. Also, I noticed there was a bin-utils bug noted earlier this year that generated the relocation R_X86_64_PC32 against `_memcpy_mem_ops_method' can not be used' message, but I have no idea if that is relevant here.
Two relevant sections of the installer log file:
1. First, just above the final failure, I noticed there was a gcc usage error on libsrvm generation:
INFO: /usr/bin/gcc -o libsrvm10.so -u Java_oracle_ops_mgmt_nativesystem_Native_getEnvironment -u Java_oracle_ops_mgmt_nativesystem_Native_getRDBMSVersion -u Java_oracle_ops_mgmt_nativesystem_UnixNative_startDaemon -u Java_oracle_ops_mgmt_nativesystem_UnixNative_validateRawDevice -u Java_oracle_ops_mgmt_nativesystem_UnixNative_getOracleGroup -u Java_oracle_ops_mgmt_nativesystem_UnixNative_getEffectiveGroup -h libsrvm10.so -shared /opt/oracle/product/10.2.0/db_1/srvm/lib/libsrvm10.a -L/opt/oracle/product/10.2.0/db_
INFO: 1/lib/ -L/opt/oracle/product/10.2.0/db_1/lib/ -L/opt/oracle/product/10.2.0/db_1/srvm/lib/ /opt/oracle/product/10.2.0/db_1/rdbms/lib/config.o -ldl -lm -lpthread -lnsl -lirc -Wl,-rpath,/opt/oracle/product/10.2.0/db_1/lib -lm -ldl -lm -lpthread -lnsl -lirc -lm -lm -L/opt/oracle/product/10.2.0/db_1/lib
INFO: gcc:
INFO: unrecognized option `-h'
INFO: /usr/bin/ld: /opt/oracle/product/10.2.0/db_1/lib//libirc.a(fast_memcpy.o): relocation R_X86_64_PC32 against `_memcpy_mem_ops_method' can not be used when
making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
INFO: collect2: ld returned 1 exit status
INFO: mv -f /opt/oracle/product/10.2.0/db_1/lib/libsrvm10.so /opt/oracle/product/10.2.0/db_1/lib/libsrvm10.so0
INFO: mv: cannot stat `/opt/oracle/product/10.2.0/db_1/lib/libsrvm10.so'
INFO: mv -f libsrvm10.so /opt/oracle/product/10.2.0/db_1/lib/libsrvm10.so
INFO: : No such file or directory
make[1]: [isrvm] Error 1 (ignored)
2. And... then the error that killed the build was running genorasdksh:
INFO: - Linking liborasdkbase
INFO: /opt/oracle/product/10.2.0/db_1/bin/genorasdksh -base
INFO: $Id: genorasdksh.sh 02-mar-2005.16:22:46 mchengjr Exp $
INFO: Generating BASE ORASDK library...
INFO: Creating /opt/oracle/product/10.2.0/db_1/lib/liborasdkbase.so.10.2
INFO: /usr/bin/ld: /opt/oracle/product/10.2.0/db_1/lib/libirc.a(fast_memcpy.o):
relocation R_X86_64_PC32 against `_memcpy_mem_ops_method' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
INFO: collect2: ld returned 1 exit status
INFO: /opt/oracle/product/10.2.0/db_1/bin/genorasdksh: Failed to link liborasdkbase.so.10.2

Hi Owen,
We have experienced the exact identical errors when installing 10g R2 on the same o/s version.
We tested a bypass of that error by clicking continue on the error window and let the install 'complete'.
We then attempted to start an existing 10.1.0.4 instance and the error libkaio.so.1 not found occurred. I then ldd oracle and discovered the /usr/libaio.so.1 was not found. It turns out we downloaded and installed the libaio_64 rpm then executed relink all. The link completed successfully and we were able to start the instance then manually upgrade it to 10.2.0.1.
It's my feeling that the lib file versions (32 vs 64 bit) play a roll in th eerrors occurring during this new install.
We are opening a TAR about the install errors regarding rmem an wmem kernel parameters and the swap space requirements documented and the associated error.
This forum by the way has a faster time to discussion than Metalink does!
Regards,
Tracy Davis
Bonneville Power Administration

Similar Messages

  • 10gR2 install on RHEL4, Intelx86, using 10gR2 on GFS file system.

    cat ocrconfig_12971.log
    Oracle Database 10g CRS Release 10.2.0.1.0 Production Copyright 1996, 2005 Oracle. All rights reserved.
    2005-10-13 14:57:41.376: [ OCRCONF][4142143168]ocrconfig starts...
    2005-10-13 14:57:41.377: [ OCRCONF][4142143168]Upgrading OCR data
    2005-10-13 14:57:41.409: [  OCROSD][4142143168]utstoragetype: /u00/oracrs/crs is on FS type 18225520. Not supported.
    2005-10-13 14:57:41.410: [  OCROSD][4142143168]utopen:6'': OCR location /u00/oracrs/crs configured is not valid storage type. Return code [37].
    2005-10-13 14:57:41.410: [  OCRRAW][4142143168]proprinit: Could not open raw device
    2005-10-13 14:57:41.410: [ default][4142143168]a_init:7!: Backend init unsuccessful : [37
    Any help on above appreciated.... it is RHEL4, Intelx86 (32bit), using 10gR2 on GFS file system.
    is this supported?

    Hi Owen,
    We have experienced the exact identical errors when installing 10g R2 on the same o/s version.
    We tested a bypass of that error by clicking continue on the error window and let the install 'complete'.
    We then attempted to start an existing 10.1.0.4 instance and the error libkaio.so.1 not found occurred. I then ldd oracle and discovered the /usr/libaio.so.1 was not found. It turns out we downloaded and installed the libaio_64 rpm then executed relink all. The link completed successfully and we were able to start the instance then manually upgrade it to 10.2.0.1.
    It's my feeling that the lib file versions (32 vs 64 bit) play a roll in th eerrors occurring during this new install.
    We are opening a TAR about the install errors regarding rmem an wmem kernel parameters and the swap space requirements documented and the associated error.
    This forum by the way has a faster time to discussion than Metalink does!
    Regards,
    Tracy Davis
    Bonneville Power Administration

  • Firefox 5 gives "Server not found" for all URLs - fresh install of Fedora 15 x86_64

    Under a fresh install of Fedora 15 x86_64 on an Intel box, Firefox 5 (firefox.x86_64 5.0-2.fc15) will not display web pages. Internet connection and DNS resolution function correctly. For instance, I can correctly 'ping fedoraproject.org' but giving Firefox the URL 'http://www.fedoraproject.org' reults in a "Server not found" message. What needs to happen to get the URLs to resolve in Firefox?

    Xyne wrote:
    SS4 wrote:
    edit: -facepalm-
    Changing
    SigLevel = Required
    to
    SigLevel = PackageRequired
    in pacman.conf did the trick
    No, that was my fault. I updated my release scripts yesterday and the new ones did not create the database signature symlink. I just fixed it about 10 minutes ago.
    Change the SigLevel back to Required, otherwise Pacman will not verify the databases. Everything should be working again.
    Cheers, upgrading is back to normal (good work on the repo btw)

  • Can Oracle Lite be installed on RHEL4

    hi
    Can Oracle Lite be installed on RHEL4 and 11.5.10 EBS database?
    Thanks
    JIL

    Hi,
    Oracle Lite 10GR2 or R3 can be installed on RHEL4.
    The Mobile Server can use any Database from 8.1.7.x or highter.
    Regards.
    MArc

  • Iphone 5- Won't show up in itunes. Error message " Device drivr software was not successfully installed. Please consult with your device manufacturer for assistance getting this device installed. Digital Still Camera- Failed" HELP!

    Error message  " Device driver software was not successfully installed. Please consult with your device manufacturer for assistance getting this device installed. Digital Still Camera- Failed" HELP!

    Hi, I was able to reformat my iPod and that worked. I read it on one of the threads and I am copy pasting the method below:
    I opened the "My Computer" window and right-clicked on my ipod, and then selected "Format". I select "Yes" to format since I don't have anything on the nano to delete anymore.
    I then Eject my nano from the computer and did a restart while the nano is disconnected from the computer.
    Once Windows finish loading I reconnect the USB to the nano(back of computer) which automatically pulls up iTune. It asked me to name the new ipod detected and created a playlist for that specific ipod name.
    Pasted from <http://discussions.apple.com/thread.jspa?threadID=1050784&tstart=15>
    Thanks!

  • My new i-tunes download not installing 'serice apple mobile device failed to start sufficient privleges and windows error 126

    my new i-tunes download not installing 'service apple mobile device failed' windows error 126

    I have the same problem. I uninstalled the old one because it will not work and now the new one does not either.
    Keep getting this picture
    Nothing on it works to install itunes and there is no support on the apple site.
    Ideas?

  • Hello, I have created a distribution kit for my program.The problem is that the when the program is installed onto another computer, it fails to communicate with field point (Using FP-AO-200 and FP-AO-1000). Help is greatly appreciated, Thanks faen9901

    Hi Everyone,
    I have a program that sends information(analog output) to lab windows cvi in the form of a text file or user input.
    The program runs on the computers that I have the field point explorer and lab windows cvi installed on. In order to run the program without always installing labwindows/cvi and field point; I wanted to create an executable file that could be load on another computer.
    I used the create distribution kit part of labwindows/cvi to do this.After creating the distribution kit, I then installed it
    to another computer.
    My user interface appears on the screen, when the user clicks on the exe. file, but no data is sent to the field point module. I know that the data is being read from the user and textfile because in it appears in the uir.
    The following are some details about the problem:
    1. On another computer without labwindows/cvi and field point explorer not installed - no data is sent to field point module
    I know this because a current is being read on the current meter connected to field point module.
    My questions are the following:
    1. What are the possible reasons for the data not being sent to the field point module?
    2. Do I still need to create an iak. (Installing Field point Explorer) file stored on any new computer that I install my created distribution kit file too?
    Thankyou very much for any help that you can provide. I greatly appreciate it.
    Faen9901

    Re: Hello, I have created a distribution kit for my program.The problem is that the when the program is installed onto another computer, it fails to communicate with field point (Using FP-AO-200 and FP-AO-1000). Help is greatly appreciated, Thanks faen9901Faen9901,
    1) If you do not install FieldPoint Explorer, the FieldPoint Server is not installed so there is nothing on the target computer that knows how to talk to the FieldPoint system.
    2) Yes, you need an IAK file on the target computer. Assuming the settings (i.e. com port#) are identical you can simply include the iak file as part of the distribution.
    3) You also need to include as part of your installer the file "fplwmgr.dll". If this file is not installed, your program will not be able to access the FieldPoint Server. Alternatively, this file is installed automatically if FieldPoint Explorer detects LabWindows/CVI or Measurement Studio Development versions on the target computer or if you choose to do a custom FieldPoint Explorer installation and
    choose to provide LabWindows/CVI support.
    Regards,
    Aaron

  • When Creative Cloud updated a few days ago (Win7) it reported no installed apps. In Lightroom I keep getting messages that a new version is available. Installed it from CC and it installed without error, CC shows I installed it, but it simply fails to run

    When Creative Cloud updated a few days ago (Win7) it reported I had no installed apps.
    In Lightroom I keep getting messages that a new version is available. Installed it from CC and it installed without error, CC shows I installed it, but it simply fails to run.
    How do I get CC to find apps installed under the previous version?
    And how do I get Lightroom CC to run?
    Peter

    I still don't know how to get CC to find that I have Photoshop CC installed, but running Creative Cloud, going to Preferences and signing out, then signing in again got Lightroom CC to work.
    Since Photoshop CC is still working despite apparently not being installed things are now OK, at least for the moment. But I'm not feeling at all happy with Adobe.

  • 10gR2 Install Issue: "No pre-requisite checks found in oraparam.ini"

    Hello there
    I have recently created a virtual machine under VMWare 5 with a base Windows 2000 build on it.
    When I try and load the OUI for the 10gR2 install, the command box just tells:
    "No pre-requisite checks found in oraparam.ini"
    The OUI then proceeds to install the database.
    Why am I getting this warnig? The reason I ask is that I can't install the Companion CD becasue of this. The universal installer does not work for CD2!!!
    Any help much appreciated
    Duncan

    "No pre-requisite checks found in oraparam.ini"That is normal. For the operating system you are installing it on, there are no predefined pre-requisite steps that installer needs to verify (like libraries required, versions of components, software tools required etc).

  • ERROR: Third party payload installer Install Lightroom 5 CCM.exe failed with exit code: 1603

    Anyone out there that knows how to get past this? I´m using Adobe Application Manager and nothing else.
    Installed Photoshop and Illustrator without problem, but as I try to install Lightroom 5 it is aborted.

    I am having the same problem, I am using win vista 64, and everything but LR 5 works,
    {{ Third party payload installer Install Lightroom 5 CCM.exe failed with exit code: 1603 }}
    any solutions out there??

  • Flashplayer plug upgrade/install 11.6.602.180 failed because Trojan Horse

    flashplayer plug upgrade/install 11.6.602.180 failed because Trojan Horse was detected by my antiviral software.
    Please can you help?
    Prof_ST

    Hello Wojislav,
    Thank you for your prompt response. Yes, I can do that but don't you think that it would be preferable if the installer/update script didn't evoke this response? None of my other software updates does and while I would like to trust people, these days it gets harder and harder when folks are willing to lie and cheat at the drop of a hat and without compunction. It does not help either that false sites (Adobe mimics) have been installing Trojan Horses so it would be safer all around to remove that foible. It is just not very good. Or at least, it does not look very good, which amounts to the same thing at first glance.
    Thanks again for you concern.
    Prof_ST
    On Mon, 18 Mar 2013 00:06:45 +1000 Wojislav &lt;[email protected]&gt; wrote -
          Re: flashplayer plug upgrade/install 11.6.602.180 failed because Trojan Horse
      created by Wojislav in Installing Flash Player - View the full discussion   Modify antivirus 
    Script for automatic updates some programs identify as a Trojan horse
    you have to put in trusted sources adobe installer
    or simply do the following: disable antivirus, install adobe, Switch on antivirus
      Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5154714#5154714
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5154714#5154714
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5154714#5154714. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Installing Flash Player by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Purchased a new iMac - installed CS5 CD - message - Installer failed to initialise....

    Purchased a new iMac - installed CS5 CD - message - Installer failed to initialise....

    You need to copy all the installer disc to the desktop, Folder by folder. for example, Copy the contents of Payloads folder on Disc 2 to payloads folder of Disc 1, Extension to extensions, etc
    Then you will see the setup.app file on the Folder that you created on the desktop.
    Run that and check.

  • I've downloaded acrobat XI Pro, installed it, but get "Acrobat failed to connect to a DDE server error message.

    I've downloaded acrobat XI Pro, installed it, but get "Acrobat failed to connect to a DDE server error message.

    Hi Bruce,
    Please open registry by typing "regedit" in the Run window (Windows + R)
    Now, navigate to "HKEY_CLASSES_ROOT\acrobat\shell\open\ddeexec\application and changing the Key from "AcroviewA10"  to  "AcroviewR10.
    Now, try launching Acrobat and let me know if the issue resolves.
    Regards,
    Anubha

  • Since installing CS6, Acrobat Pro X fails I had to reinstall it a few times, now doesn't work

    Since installing CS6, Acrobat Pro X failed a few times. I had to reinstall it a few times, now doesn't work at all even after installing again.

    Hi there
    Thank you for your reply.
    When I click on the link for the cleaner however, before I can download the
    file, it gives me this message:
    "Important - This tool is not for use with any creative suite products
    including suites that contain Acrobat. It can only be used with standalone
    versions of Acrobat and Adobe Reader"
    Adobe X Pro forms part of my Adobe Creative Suite 6 Design Standard?
    Please advise.
    Thanks
    Nandi

  • Just got a new iPod Nano 7gen. Have downloaded and installed iTunes 10.7 and installed succesfully. But iTunes fails when I try to start the program. Have OS X 10.8.2. Moutain Lion. Please help - thanks. Sven

    Just got a new iPod Nano 7gen. Have downloaded and installed iTunes 10.7 and installed succesfully. But iTunes fails when I try to start the program. Have OS X 10.8.2. Moutain Lion. Please help - thanks.
    Sven

    Problem solved. Copied latest file of iTunes Library.itl from Previous iTunes Libraries and replaced it with the original in Music - iTunes-folder.

Maybe you are looking for