Can't install Oracle_cal on linux EL5

Hey everyone, I am having some trouble installing oracle cal on linux EL5. I keep getting the following error when trying to invoke the installer. Does anyone know a solution?:
./gui_install.sh
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Launching installer...
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.11456/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

It's probably not supported on RHEL5/Centos5/etc., but...
You can get the installer to function using the following steps:
- extract the cal_linux_*.tar.gz, and cd into the OracleCalendar_inst directory
In there is the actual installer, cal_linux.
- the cal_linux is shell script wrapped around some binary blobs. The installer's
problem is that Oracle is setting the LD_ASSUME_KERNEL=2.2.5 environment
variable, which is a mistake on RHEL5. You need to make it not set that variable,
but you need to do so in a way that the size of the shell script does not change at all,
and none of the binary blobs are impacted.
- the approach I took was
mv cal_linux cal_linux.BAK
sed -e 's/LD_ASSUME_KERNEL=2.2.5/LD_ASSUME_KERNEL= /g' < cal_linux.BAK > cal_linux
chmod a+rx cal_linux
cal_linux -i gui
Note: you must have exactly 5 spaces in the substitution part of the sed command, because you're replacing 5 characters (2.2.5), and the size of the shell script must not change.
If you do that, the installer should run (one warning from awk still) and you should be able to install the product.
Tim

Similar Messages

  • How can I install ALE in linux mint

    I want to install ALE in Linux Mint Cinnamon. Is this possible. If not why not.
    BobM

    Adobe does not support Digital Editions on Linux any more, see this page for the list of platforms that they do support : Tech specs | Adobe Digital Editions Home
    Over at WineHQ they seem to have versions of Adobe Digital Editions that you might be able to get to run on Linux Mint (I have not tried this myself though) : WineHQ - Adobe Digital Editions

  • I can't install Fedora core Linux on Satellite U400

    Dear Friends,
    I have brought one Toshiba Satellite U400 laptop.
    As you know nowadays whole the laptops which is coming by Windows Vista.
    So as for my project I tried to install Windows XP as well as Linux on my laptop but unfortunately I couldn't install at the beginning.
    Later on I could install Windows Xp successfully and everything is working fine....though I have to install Linux Os so when I tried; the hdd not recognizing to continue the installation.
    So please let me know once if you could done the Linux installation on your laptops.... perhaps the same steps would be enough for continue the Linux installation.
    But I am not sure. In the meantime if you can help me that would be better...
    thanks in advance
    samad k k

    Go into the BIOS and change the SATA Mode to Compatibility or IDE.

  • How can I install JWSDP in LINUX?

    I am not able to do it in my PC under Linux read hat 7.2, Can someone help me? Thanks

    I am not able to run the file .sh because it says that is a corrupt one after that I agree with the license and I have downloaded it already twice.

  • Can't install Oracle8i on Linux 6.0

    I downloaded jre1.1.6 v5 and installed/created symbolic link
    from /usr/local/jre to /download/jre116_v5. When I installed
    Oracle8i, I got the following message:
    [oracle@beta cdrom]$ . runInstaller
    Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
    Please wait...
    /usr/local/jre/bin/../bin/checkVersions: /tmp/ldd.out.5285:
    Permission denied
    SIGSEGV 11* segmentation violation
    stackbase=(nil), stackpointer=(nil)
    Full thread dump:
    NULL (TID:0x406a40b0, sys_thread_t:0x81a53c0, state:R)
    prio=5Killed
    Oracle does have write permission on /tmp as show below:
    [oracle@beta oracle]$ ls -l /tmp
    total 44
    drwxr-xr-x 2 oracle dba 4096 Aug 30 22:27 OraInstall
    -rwx------ 1 oracle dba 362 Aug 30 22:34 b.log
    -rwx------ 1 root root 11 Aug 25 20:40 filep1Ekhg
    -rw-r--r-- 1 oracle dba 0 Aug 27 03:16
    ldd.out.4255
    drwx------ 2 oracle dba 4096 Aug 30 22:47 orbit-
    oracle
    drwx------ 2 root root 4096 Aug 30 22:26 orbit-root
    drwxr-xr-x 3 root root 4096 Jul 9 17:47 tksysv-
    backup
    -rw------- 1 root root 19996 Aug 24 05:55
    upgrade.log
    Does anyone know the problems?
    Thanks.
    David
    null

    Thank you.
    I solved that problem by installing jre1.1.7 instead of jre1.1.6
    v5.
    David
    Kevin Johnson (guest) wrote:
    : David Cecchino (guest) wrote:
    : : still have the wrong version
    : : make sure your system is either glibc or libc
    : : dave
    : : David Hua (guest) wrote:
    : : : I downloaded jre1.1.6 v5 and installed/created symbolic
    link
    : : : from /usr/local/jre to /download/jre116_v5. When I
    installed
    : : : Oracle8i, I got the following message:
    : : : [oracle@beta cdrom]$ . runInstaller
    : : : Initializing Java Virtual Machine from
    : /usr/local/jre/bin/jre.
    : : : Please wait...
    : : : /usr/local/jre/bin/../bin/checkVersions: /tmp/ldd.out.5285:
    : : : Permission denied
    : : : SIGSEGV 11* segmentation violation
    : : : stackbase=(nil), stackpointer=(nil)
    : : : Full thread dump:
    : : : NULL (TID:0x406a40b0, sys_thread_t:0x81a53c0, state:R)
    : : : prio=5Killed
    : : : Oracle does have write permission on /tmp as show below:
    : : : [oracle@beta oracle]$ ls -l /tmp
    : : : total 44
    : : : drwxr-xr-x 2 oracle dba 4096 Aug 30 22:27
    : : OraInstall
    : : : -rwx------ 1 oracle dba 362 Aug 30 22:34
    b.log
    : : : -rwx------ 1 root root 11 Aug 25 20:40
    : : filep1Ekhg
    : : : -rw-r--r-- 1 oracle dba 0 Aug 27 03:16
    : : : ldd.out.4255
    : : : drwx------ 2 oracle dba 4096 Aug 30 22:47
    orbit-
    : : : oracle
    : : : drwx------ 2 root root 4096 Aug 30 22:26
    : : orbit-root
    : : : drwxr-xr-x 3 root root 4096 Jul 9 17:47
    : tksysv-
    : : : backup
    : : : -rw------- 1 root root 19996 Aug 24 05:55
    : : : upgrade.log
    : : : Does anyone know the problems?
    : : : Thanks.
    : : : David
    : Hi David,
    : Try running the shell script runIns.sh from the Oracle
    : installation directory. The file is under the /install/linux/
    : directory. This should get you past the checkversions problem
    and
    : start the RunInstaller.
    null

  • Can't install oracle in linux

    I am running the slackware 3.4, and when i installed
    the oracle with the command orainst.
    The err message
    "/orainst: ./orainst.cm: No such file or directory"
    appeared.
    I saw the same questions on the list, but no answer,
    can someone help me?
    thank you very much.
    null

    Pizco Dom3inguez (guest) wrote:
    : Well:
    : Under oracle login, I run /orainst/orainst and it works fine.
    : Problems come later.
    : Cheers
    : yyyyyy (guest) wrote:
    : : martin Johnson (guest) wrote:
    : : : ZhangRuiGang (guest) wrote:
    : : : : I am running the slackware 3.4, and when i installed
    : : : : the oracle with the command orainst.
    : : : : The err message
    : : : : "/orainst: ./orainst.cm: No such file or directory"
    : : : : appeared.
    : : : : I saw the same questions on the list, but no answer,
    : : : : can someone help me?
    : : : : thank you very much.
    : : : You didn't look hard enough,
    : : : the user you are logged on as is not the owner of the files
    : : : chown fixes that i think.
    : : : martin
    : : I encounter same problem., I logon as oracle.dba,
    : : and setup all environ variable according Installation Guid.
    : : and I had used :
    : : chown -R oracle.dba /home/oracle,
    : : and Still got the problem.
    : : "/orainst: ./orainst.cm: No such file or directory"
    : : any other solution ?
    : : thanks.
    null

  • Can be install Oracle8i on linux slakware4.0?

    Have any try to install oracle8i on slakware4.0 success?
    null

    Ilker (guest) wrote:
    : Shih-Chung Lin (guest) wrote:
    : : Have any try to install oracle8i on slakware4.0 success?
    : After hacking some makefiles in the install cd, I installed
    : succesfully on Slackware 4. The basic problem for Oracle
    install
    : on Slackware is libc5, glibc2 conflict I think. If you have
    : libc5 as the default c lib like mine, you must install another
    c
    : compiler and pass some arguments to compiler and linker to be
    : able to link Oracle library/binaries. (something like gcc -b
    : i486-glibc ... to indicate glibc based compiler).
    : Mail me if you are interested for such installation, I can
    give
    : you patched makefiles for slack and explain how to do it.
    : Besides other installation problems with 8i, link problems
    must
    : be the same as for 8.0.5.1. Hope this helps you :)
    hi,
    I 'm tying to get oracle 8.0.5 working wih slackware 4.0.
    kernel is v. 2.2.13.
    I 'm using glibc 2.1.2. (./configure prefix=/usr enable-add-
    ons=crypt,linuxthreads).
    oracle installation went fine.
    svrmgrlO is running but svrmgrl provoques a Seg. Fault for
    example. More generally, all the progs called xxxxO are running
    but not the corresponding xxxx.
    So i would be very intersted to get your help.
    Thanks
    null

  • Can't install 10g on Linux

    Hi,
    We currently have setup 10g for testing on Windows quite happily, we have a customer who is going to deploy our product on Linux so I am in the process of setting up Linux test machine with a test Oracle database.
    Having not read any docs, I first tried this on Fedora Core 2, I took note of the error and have since installed a trial of SuSE Server 9.
    I still get the following error:
    Checking operating system version: must be redhat-2.1, untidelinux-1.0 or redhat-3
    Failed <<<<<<<<<<<<<<
    I have SLES 9 which the docs say is fine, any ideas?
    Thanks in advance.
    Phil Maskell

    Hi,
    This is the version I'm using, does this error also come from components of Linux not being correct or just the version of Linux?
    I am new to Linux and setting this up for testing is quite daunting (might use mysql that is bundled).
    Phil Maskell

  • How can I install InDesign under Linux?

    Hello,
    Because Microsoft stopped service for Windows XP, I changed the OS to Linux (currently Ubuntu to ease the change). A lot of software have alternatives under Linux, but I want to work with InDesign (currently CS6) furthermore. Is there a special (new) software version available directly from Adobe (I found only Win and Mac versions). Or is a script for Wine (or other emulator software) available? Thanks for any help or comment.
    Micha

    adobe makes no linux version of any of its software.  you'll need to use a front-end like wine, WineHQ - Adobe InDesign

  • Can I install Adobe on linux?

    see title

    Hello,
    in my understanding "No"". There was an extensive thread there Creative Cloud for Linux (Ubuntu), still culminating in unmet appeals at Adobe.
    Hans-Günter

  • Can not install oracle on linux red hat 6.2

    when i strat the ./runInstaller script it gives error message .
    Xlib: connection refused by server.

    What you need to do is to disable access control on your machine with the xhost command. Make sure you run xhost as the user you started X with. Normally you just need to type:
    xhost +Also, check your DISPLAY variable.
    // POA
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by saa sdasda ([email protected]):
    when i strat the ./runInstaller script it gives error message .
    Xlib: connection refused by server.<HR></BLOCKQUOTE>
    null

  • Can i install linux on a external HD

    i have the 2012 MBP (not retina)
    & an WD 1To External hard drive
    can i install ubuntu-like linux distribution on it ?

    what about the boot (i mean if the DH mounted i get the grub but if not it open the OS X ? )
    @etresoft thx but as @edex67 just said
    1/ there is same softwares that dont work on mac
    2/ wine is much better on linux
    3/ i prefere using wine+linux than windows+ parallels (let's face it : only 4Go RAM )

  • Can SAP be used with Linux & Unix...

    Hi there ,
                   I got a query that whether SAP can be used with Unix  & Linux Operating System ...
    Thanks & Regards
    Kaushik Choudhury

    Ýes, Any ERP package can be used at any of the OS with any of the firewall or secure access systems. That is one of the advantages of going for ERP systems over custom applications. Custom applications are OS and database dependent while ERPs are mostly not.
    SAP can be installed in Windows, Linux, Unix in various databases too.
    Hope this helps you.
    Reward if it helps.

  • Install 11g on Linux ubuntu

    Hi,
    can we install 11g on Linux ubuntu 7.4 ? In Quick Installation Guide
    11g Release 1 (11.1) for Linux x86 B32280-01 August 2007 it is said :
    Operating System Requirements
    The following are the operating sytem requirements for Oracle
    Database 11g release 1:
    ■ Asianux 2.0
    ■ Asianux 3.0
    ■ Oracle Enterprise Linux 4.0
    Oracle Enterprise Linux 5.0
    ■ Red Hat Enterprise Linux 4.0
    ■ Red Hat Enterprise Linux 5.0
    ■ SUSE Enterprise Linux 10.0
    On my linux machine I have
    desktop:~$ cat /proc/version
    Linux version 2.6.20-15-generic (root@palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007
    Many thanks.
    Many thanks before.

    I would be interested to know what other dependencies you had to install, because if there had been any encountered whilst writing the article, I would have documented them.
    Ubuntu doesn't give you much choice when it comes to the OS installation phase, after all. So, assuming we're talking about a fresh OS installation, you cannot have had a different set of packages than me to start off with.
    And the 8 packages I mention as being necessary by way of prelude to the Oracle installation are the only 8 I needed to achieve an error-free Oracle install. If I'd needed more, I would have mentioned them!
    So if we start off from the same place, do the same things and come out with different results, I would be interested in the details...
    Of course, I was documenting Xubuntu and you're using Ubuntu, so maybe that's the difference. On the other hand, I've just checked my Ubuntu 7.10 + 11g article, and it's only got the same 8 packages, too... and it certainly doesn't complain about unsatisfied dependencies. A mystery, then.

  • Can I install Oracle 8.1.6 on RH LINUX 7.1

    Can i Install Oracle 8.1.6 on Redhat Linux 7.1

    Yes, of course. Both versions works but you have to be prepared for lots of RAM.

Maybe you are looking for

  • SD customer replication from CRM 2007 in ISU

    Hi Experts, I am creating a Business partner in CRM 2007 in role sold to party which is getting replicated in ISU system(Entry is saved in table BUT000) also the entry for SD customer gets saved in table KNA1; however system can not retrieve sales ar

  • Alerts and Performanace

    In our current project, during the message mapping and through RWB Alert rules we generate alerts. During mapping we call SALRT_CREATE_LOCAL thrugh RFC mapping look-up API to create alerts . When there are more than 15 to 20 alerts created, all the D

  • [SOLVED] Large icons in Abiword

    I'm having a problem with abiword where the icons on the toolbar are gigantic. I've tried removing my profile but that didnt seem to help. Any tips? Last edited by syamajala (2015-01-18 16:45:59)

  • Airport Extreme - best wireless option for connecting a Windows XP PC?

    First post on this board - forgive the long-windedness. Relatively new to MAC, not to UNIX / IT in general and, sadly, Windows. As well as the MAC mini, my wife has a black MACBook, running Tiger and Parallels. We have acquired an Airport Extreme to

  • SSM Compenent Deployment Failed

    hi all, I am configuring SSM, While configuring SSM im unable to deploy a component which is told to be deployed into NW CE before configuring SSM. It gets fail in last moment. Component to be deployed is CPMSTRMGMAPC00_0.SCA. Is there any dependency