Compatability with Ubuntu 14.04 x64

Need some help getting Zimbra Desktop set up and working?
6233maxxer
Outstanding Member
Outstanding Member
Posts: 391
Joined: Sat Sep 13, 2014 12:06 am

Compatability with Ubuntu 14.04 x64

Post by 6233maxxer »

[quote user="JDunphy"]I did this on my 64 bit ubuntu 13.10 install and ZD works well. The ia32-libs was a no go so try the following given the new direction of using multi arch.
# apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 libasound:i386

# apt-get install libgtk2.0-0:i386 libxtst6:i386[/QUOTE]
this worked for me. I just adjusted a bit for 14.04:

apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 libasound2:i386 libgtk2.0-0:i386 libxtst6:i386
itmltd
Posts: 13
Joined: Sat Sep 13, 2014 1:12 am

Compatability with Ubuntu 14.04 x64

Post by itmltd »

Following command worked for me too,
sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 libasound2:i386 libgtk2.0-0:i386 libxtst6:i386
Thanks everyone for help.
OS : Kubuntu 14.04 x64
wavz
Posts: 1
Joined: Sat Sep 13, 2014 3:57 am

Compatability with Ubuntu 14.04 x64

Post by wavz »

[quote user="6233maxxer"]this worked for me. I just adjusted a bit for 14.04:

apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386 libasound2:i386 libgtk2.0-0:i386 libxtst6:i386[/QUOTE]
On a fresh build of Ubuntu 14.04 trying to install Zimbra Desktop 7.2.5 GA Build 12038 I had to do the above steps plus the following. The end result appears to work just fine.
Either symlink or copy libxul.so from /opt/zimbra/zdesktop/linux/prism/xulrunner/libxul.so to /usr/lib/
Lastly, you'll need to run:
sudo apt-get install libxt6:i386
This includes the file "libXt.so.6" which was preventing Zimbra from running for me.
This has been tested on two separate builds of Ubuntu 14.04 both with success. Hope this helps.
metux
Advanced member
Advanced member
Posts: 146
Joined: Mon Jul 28, 2014 6:21 pm

Compatability with Ubuntu 14.04 x64

Post by metux »

The correct solution obviously is rebuilding it for 64bit target. Unfortunately, (same as in ZCS) the (public) source tree is completely broken, so one cant just rebuild on his own.

Even worse: they've put lots of precompiled _binaries_ into the _source_ tree ... just consider how ridiculous that is ...
CastorDanca
Posts: 1
Joined: Thu May 21, 2015 7:21 am

Compatability with Ubuntu 14.04 x64

Post by CastorDanca »

I solved this problem by adding to such ia32 -libs .



Follow the steps to fix the problem :



$ sudo -i

# cd /etc/apt/sources.list.d

# echo "deb http://old-releases.ubuntu.com/ubuntu/ raring main restricted universe multiverse" >ia32-libs-raring.list

# apt-get update

# apt-get install ia32-libs



install the zimbra desktop as instructed on the official site.
Post Reply