What's Inside

Related Links

Download & Install UMCal Software


Desktop Clients
Operating System Download/Version Install Upgrade

Windows Vista

10.1.2.4

Install

 

Windows 2000/XP

10.1.1.0.2

Install

from 9.0.4.x

Mac OS 10.2+

10.1.2.3.0

Install

from 9.0.4.x

Linux x86/kernel 2.4.9+

(See note below)

10.1.2.0.0

Install

from 9.0.4.x

Solaris 8/9 (SPARC)

10.1.2.0.0

Install


Palm OS Handheld Synchronization
Operating System Download/Version Install/Upgrade

Windows Vista

Not Supported

 

Windows 2000/XP

10.1.1.0.2

Install & Upgrade

Mac OS 10.2+

9.0.4.2.11

Install & Upgrade

Oracle Calendar Sync for Palm is provided for legacy devices that do not have wireless capabilities.  Devices that have wireless capabilities should use SyncML.  SyncML provides a better user experience and also provides the University with lower support costs. Information on SyncML can be found on the SyncML Support Page.


Pocket PC/Windows Mobile Handheld Synchronization
The Oracle Calendar Sync for PocketPC has been removed due to compatibility issues with newer versions of ActiveSync. UMCal Support recommends PocketPC/Windows Mobile users to use SyncML to synchronize their device with UMCal. Information on SyncML can be found on the SyncML Support Page.
Linux Installation Errors

Some versions of Linux will give errors similar to:

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

... etc.

 

The Solution:

Remove LD_ASSUME_KERNEL from the install script.
cp cal_linux cal_linux.bak
cat cal_linux.bak | sed "s/export LD_ASSUME_KERNEL/#xport
LD_ASSUME_KERNEL/" > cal_linux
./gui_install.sh