![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 | ||||||
|
First Cup of Ubuntu
![]() Join Date: Mar 2006
Beans: 2
|
I recently converted from a straight Debian install to Ubuntu and GroupWise was a critical application I needed running. Following are the steps I took to get it running successfully, along with the errors I encountered along the way.
I hope these instructions may help someone and that the errors I have posted may assist people who search for them in the future, as I had a hard time finding anything useful about them I am using Novell GroupWise 7.0.1 (Support Pack 1) Public Beta on Ubuntu 5.10 i386 (Breezy Badger). -- UPDATE: Have now confirmed this to work with 7.0.1 r4 (2006-03-30) - you will need to use Sun J2RE 1.5 Update 06 to correct the HotSpot errors. -- 1: In order to facilitate pulling in some more packages later, add an official Debian apt source and do an 'apt-get update', in my case I used: Code:
deb http://ftp.au.debian.org/debian testing main contrib non-free Code:
apt-get install alien
alien -d {RPM}
Quote:
Code:
apt-get remove novell-groupwise-gwclient apt-get install libstdc++5 libasound2 libgcc1 Quote:
Quote:
On Debian based systems, this is best done by making a Debian package: Code:
apt-get install java-package http://java.sun.com/j2se/1.5.0/download.jsp Then I'm clicking on the "JRE 5.0 Update x" link and selecting the "Linux self-extracting file" - you'll end up with a .bin file once complete. 9: Then we create the Debian package using the file you downloaded, in my case the command is: (must be a normal user) Code:
ryan@ubuntu:~$ fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin Quote:
Code:
root@ubuntu:/home/ryan# cd /opt/novell/groupwise/client/ root@ubuntu:/opt/novell/groupwise/client# mv jre jre-orig root@ubuntu:/opt/novell/groupwise/client# ln -s /usr/lib/j2re1.5-sun/ jre Quote:
Ensure you kill the groupwise processes: issuing 'ps waux' you will see near the bottom, something like: Code:
ryan 32289 0.0 0.1 3800 1320 pts/0 T 10:21 0:00 /bin/bash /opt/novell/groupwise/client/bin/groupwise.sh ryan 32290 28.7 6.5 388664 68304 pts/0 Tl 10:21 0:05 /opt/novell/groupwise/client/bin/groupwise 13: If we look at the library dependencies of the first error, we can see some missing libraries: Quote:
Code:
apt-get install libgtk1.2 libglib1.2 Last edited by ryan-au; May 4th, 2006 at 11:00 PM.. |
||||||
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: May 2005
Location: Spanish Fork, UT
Beans: 8
Ubuntu Jaunty Jackalope (testing)
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
I'm on Feisty 7.04. I've got Groupwise installed. I don't get any errors when running from the command line (already resolved link issues). However, after entering my password at the prompt, the main window comes up and everything is grayed out. Anybody else seeing this?
|
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Sep 2007
Beans: 106
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
I'm getting this error:
/opt/novell/groupwise/client/bin/groupwise-bin: error while loading shared libraries: libjvm.so: cannot open shared object file: No such file or directory |
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Sep 2007
Beans: 106
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
bump
|
|
|
|
|
|
#5 |
|
Fresh Brewed Ubuntu
![]() Join Date: Apr 2006
Location: Surrounded by idiots!
Beans: 1,294
Kubuntu 4.10
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
Would libjvm.so be java virtual machine?
Do you have Java installed? Just a guess |
|
|
|
|
|
#6 |
|
A Carafe of Ubuntu
![]() Join Date: Sep 2007
Beans: 106
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
|
|
|
|
|
|
#7 | |
|
First Cup of Ubuntu
![]() Join Date: Sep 2007
Beans: 5
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
Quote:
navigate to opt/novell/groupwise/client cd /opt/novell/groupwise/client delete the current symbolic link: rm jre create new symbolic link, in my case: sudo ln -s /usr/lib/jvm/java-6-sun/jre as in sudo ln -s /usr/lib/"YOUR JRE DIRECTORY" but it may be different for you. Use the file browser and navigate to the /usr/lib folder and look for jvm or something to that effect. Inside that folder you'll find some sort of Java-version-sun folder, inside that you should find the jre folder. Use this in the ln -s command as I shown above. hope it works -Andy EDIT for the record, another common problem that pops up and happened to me is that compiz/beryl conflict with some java enabled apps, namely groupise, and will prevent loading. Groupwise will seemingly hang with a gray window, when it's really a problem with java. I have yet to find a work around other than to disable compiz/beryl Last edited by aklein24; October 5th, 2007 at 08:00 PM.. |
|
|
|
|
|
|
#8 | |
|
A Carafe of Ubuntu
![]() Join Date: Sep 2007
Beans: 106
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
Quote:
![]() Sadly it doesn't work with beryl enabled though... |
|
|
|
|
|
|
#9 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2007
Beans: 5
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
Thanks! Your instructions were very clear and worked perfectly.
|
|
|
|
|
|
#10 | |
|
First Cup of Ubuntu
![]() Join Date: Dec 2007
Beans: 2
|
Re: HOWTO: Install GroupWise 7 Cross-Platform Client
Quote:
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|