on a fresh Ubuntu 14.04 64bit I had to do additional steps:
- Install the following 32bit packages with "sudo apt-get install ..." :
gdb:i386
ibart-2.0-2:i386
libasound2:i386
libatk1.0-0:i386
libbonobo2-0:i386
libbonoboui2-0:i386
libgconf2-4:i386
libgnome-desktop-2-17:i386
libgnomeui-0:i386
libjpeg62:i386
libpam0g:i386
libpango1.0-0:i386
libstdc++6:i386
libxkbfile1:i386
libxp6:i386
libxss1:i386
libxt6:i386
libxtst6:i386
iproute2:i386
- rebuild Sametime package with different dependencies, because Ubuntu 14.04 has no iproute:i386 package.:
dpkg -X ibm-sametime-9.0.1.i586.deb ./sametime
dpkg -e ibm-sametime-9.0.1.i586.deb ./sametime/DEBIAN
--> edit dependency info from ./sametime/DEBIAN/control --> delete iproute
dpkg -b sametime ibm-sametime-9.0.1.i586.deb
After this I could install the packages.
But Notes does not work as expected:
After starting Notes Client and agreeing to the license the configuration dialog box (Username, Servername) comes up.
In this dialog box I can fill in the information and click to continue. Also it asks for the password (we are using ID Vault). But
then in the splash screen I only see "verifying your authorization to use server". And with this messages it stays apparently forever :-(
Maybe anybody can help?