View Single Post
  #14  
Old 13-Jul-2009, 01:33 PM
oxygene oxygene is offline
New User
 
Join Date: Jul 2009
Posts: 2
Default

Hi,
just got it running under Ubuntu 9.04 (x86_64) without the need of any chroot environments. It was already mentioned how to do this in a posting in this thread, but for an older Ubuntu version.


Install the 32bit libs:
Code:
sudo aptitude install ia32-libs
Download the .tar.gz version of BeyondCompare3 and extract the archive. Then run
Code:
sudo ./install.sh
This will install the software in /usr/local/.

There should be only one missing lib (libqt3-mt) when you try to run bcompare from the console now.

Download the 32 bit version of the libqt3-mt package (get it here) and extract it into a temp folder by typing
Code:
dpkg-deb --extract libqt3-mt_3.3.8-b-5ubuntu1_i386.deb libqt3-mt
You might need to adapt this line to the actual file name in case the version has changed.

Now copy over the relevant files to the /usr/lib32 folder:
Code:
sudo cp libqt-mt/usr/lib/libqt-mt.so.3* /usr/lib32/
Now try to run bcompare from the console again. It should work now!
Reply With Quote