Now, unfortunately, I'm at home and can't remember what the steps were. :-) I'll try to remember to do it tomorrow.
[time passes . . .]
Okay, it's tomorrow.
Including a compile time directive that I found online, here's what I did:
cp cal_linux cal_linux.bak
cat cal_linux.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > cal_linux
yum whatprovides libXp.so.6
yum install libXp.i386
./gui_install.sh
exit
ocal
yum whatprovides libstdc++.so.6
yum whatprovides libstdc++.so.5
yum install compat-libstdc++-33.i386
ocal
:-) Some of that was unnecessary. The necessary parts are:
cp cal_linux cal_linux.bak
cat cal_linux.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > cal_linux
yum install libXp.i386
yum install compat-libstdc++-33.i386
I installed it in /opt and created a symbolic link to "ocal" in "/usr/local/bin".
ln -s /usr/local/bin/ocal /opt/OracleCalendar/bin/ocal.sh
1 comment:
Ali,
Thanks for the cool tips. I am a frustrated co-worker who wanted to see what I can do to get Oracle Calendar on my Fedora box. I ran into your page, not even knowing you had a blog. I will check out the rest and see what other interesting tidbits you have on here that will bring me Linux glory.
Post a Comment