Setting up Oracle Calendar client

From Tuxation

The installer and guide can be found here: http://www.ucl.ac.uk/is/diary/linux/

There's an interesting bug that I encountered, which is a known bug by the way, running it the first time gave me this:

dennis@dens-linux:~/packages/ocal/OracleCalendar_inst$ ./gui_install
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...
nawk: error while loading shared libraries: libm.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
/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
hostname: 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.1734/Linux/resource/jre/bin/java: error while loading shared libraries: 
libpthread.so.0: cannot open shared object file: No such file or directory
dennis@dens-linux:~/packages/ocal/OracleCalendar_inst$

Here's the fix: run this first before running "./gui_install"

mv cal_linux cal_linux.bak; cat cal_linux.bak | sed "s/export LD_ASSUME_KERNEL/
#xport LD_ASSUME_KERNEL/" > cal_linux; rm cal_linux.bak

More information can be found here: http://www.zend.com/support/knowledgebase.php?kbid=226&view_only=1

Personal tools