Information Technology Services The University of Adelaide Australia
You are here: 
text zoom : S | M | L
Printer Friendly Version

Phone: 8313 3000
Fax: 8313 5775
Email

Level 9, 9 Gawler Place
The University of Adelaide
SA 5005 Australia

Fedora Installation Issues for Oracle Calendar

Shared Library Error

The following error, or a similar error, is known to occur when installing Calendar with some versions of RedHat Fedora.

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 objec
t file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared ob
ject file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared o
bject file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared o
bject file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared ob
ject file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared o
bject file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared o
bject file: No such file or directory

Launching installer...

grep: error while loading shared libraries: libc.so.6: cannot open shared objec
t file: No such file or directory
/tmp/install.dir.23852/Linux/resource/jre/bin/java: error while loading shared 
libraries: libpthread.so.0: cannot open shared object file: No such file or directory

To fix the issue, issue the following commands after unpacking the tar file, but prior to executing.

$ cp cal_linux cal_linux.bak

$ cat cal_linux.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > cal_linux

FC6 and Non Standard Image Issues

If you are not running the standard image, or are running FC6, and you are still having problems, please ensure that you have compat-libstdc++-33 in order to run Calendar.   FC6 users, please note that you will also need to install libXp BEFORE running the oracle calendar installer.

You can install these programs with:

$ sudo yum install libXp compat-libstdc++-33

Users without compat-libstdc++-33 will see the following error when trying to run Oracle Calendar:

$ /usr/local/bin/ocal

Starting Oracle Calendar for Linux

/usr/share/OracleCalendar/bin/Ocal: error while loading shared
libraries: libstdc++.so.5: cannot open shared object file: No such file
or directory 
 

FC6 users who do not have libXp installed will see the following error during the installation process: 

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: cmd. line:6: warning: escape sequence `\.' treated as plain `.'

Launching installer...

Invocation of this Java Application has caused an InvocationTargetException. Th
is application will now exit. (LAX)

Stack Trace:
java.lang.UnsatisfiedLinkError: /tmp/install.dir.8849/Linux/resource/jre/lib/i3
86/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 com.zerog.ia.installer.LifeCycleManager.f(DashoA8113)
       at com.zerog.ia.installer.LifeCycleManager.g(DashoA8113)
       at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
       at com.zerog.ia.installer.Main.main(DashoA8113)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at com.zerog.lax.LAX.launch(DashoA8113)
       at com.zerog.lax.LAX.main(DashoA8113)
This Application has Unexpectedly Quit: Invocation of this Java Application has
caused an InvocationTargetException. This application will now exit. (LAX)

  

Back to install page.