Posts Tagged groupwise

Installing Groupwise 8 Client in Ubuntu Jaunty AMD64

  1. Download the Groupwise 8 Linux Client Tarball from Novell: http://download.novell.com/index.jsp
  2. Download Java 6 SE JRE: http://java.sun.com/javase/downloads/index.jsp
  3. Install prerequisite libraries: sudo apt-get install alien libstdc++5
  4. Extract archive downloaded from Novell: tar xvfz gw800_client_linux_en.tar.gz
  5. cd groupwise_8.0.0-84910_lnx_client_en
  6. sudo alien -i novell-groupwise-gwclient-8.0.0-84910.i586.rpm
  7. Extract Java 6 SE JRE: ./jre-6u14-linux-i586.bin
  8. sudo mv jre1.6.0_14 /opt/novell/groupwise/client/jre

Tags: , ,

Groupwise 8 + OpenSUSE 11.1

To use the Groupwise 8 client on OpenSUSE 11.1 x86_64 I had to:

sudo zypper in openmotif22-libs-32bit libstdc++33-32bit

After extracting the package, run ./install and it should work.

Tags: , , ,