sudo alien -div novell-groupwise-client-8.0.2-92614.i586.rpm
despues
sudo alien -div novell-groupwise-gwcheck-8.0.2-92614.i586.rpm
se instalo sin errores
al ejecutar group wise de la siguiente manera, genera un error
prueba@prueba:/opt/novell/groupwise/client/bin$ sh groupwise.sh
- Download the Groupwise 8 Linux Client Tarball from Novell: http://download.novell.com/index.jsp
- Download Java 6 SE JRE: http://java.sun.com/javase/downloads/index.jsp
- Install prerequisite libraries: sudo apt-get install alien libstdc++5
- Extract archive downloaded from Novell: tar xvfz gw800_client_linux_en.tar.gz
- cd groupwise_8.0.0-84910_lnx_client_en
- sudo alien -i novell-groupwise-gwclient-8.0.0-84910.i586.rpm
- Extract Java 6 SE JRE: ./jre-6u14-linux-i586.bin
- sudo mv jre1.6.0_14 /opt/novell/groupwise/client/jre
Install Groupwise 8.0.1 client on Kubuntu 9.10 64 bit
While Novell supports Linux, it mostly supports SuSE, which uses rpm and not deb packages. But it's still fairly easy to install the Groupwise client on an Ubuntu based system.
First, you'll need some software to do this.
$ sudo apt-get install ia32-libs ia32-sun-java6-bin alien
Then download the client. After you download it, use alien to extract the contents
$ alien -t --veryverbose novell-groupwise-client-8.0.1-88138.i586.rpm
This is scary, but it's really ok. Move to the root and extract the result of the command above. You can test it first to see what it will do. It will add files to /opt and /usr.
$ cd /
$ sudo tar -xzvf /path/to/extract/gw8.0.1-88138_client_linux_en/novell-groupwise-client-8.0.1.tgz
You'll need to replace the included java install with the one installed by the prerequisites above.
$ cd /opt/novell/groupwise/client
$ mv java java.org
$ sudo ln-s /usr/lib/jvm/ia32-java-6-sun/jre ./java
You should be able to run the Groupwise client using the included script.
$ /opt/novell/groupwise/client/bin/groupwise
To add the menu item, copy the desktop file to your local applications folder.
$ cp /opt/novell/groupwise/client/gwclient.desktop ~/.local/share/applications/
No hay comentarios:
Publicar un comentario