Thursday, February 14, 2008

Oracle Calendar 10g on Linux

WooHoo! We got the new Oracle Calendar clients today.

And, the joy of a broken "Install Anywhere" installer for Linux (or maybe Oracle just doesn't know how to use it).

Get lots of errors like:

nawk: 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
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory


Solution:
cp 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


Installer works great after that.

permalink
Links to this post

2 Comments:

At 02 July, 2008 22:06, Anonymous Anonymous said...

Sweet! Sure does work great after that.

 
At 21 July, 2009 04:02, Anonymous Anonymous said...

You might like to look at "sed -i" and then you don't need the temp file.

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Links to this post on: