Page 1 of 1

MIgrating to Mint 11 with QCad Pro

Posted: Mon Jan 09, 2012 11:37 pm
by s_raiguel
I have been using QCad Pro for two years now under Ubuntu Linux, and would like to migrate to Mint Linux. However, my old downloaded QCad Pro binary will not run on the new Mint 11 installation: Nothing happens when I double-click the binary in Nautilus, and the terminal does nothing when I try to run it from the command line.

Is there some kind of "product activation" that is necessary, or is QCad Pro simply incompatible with Mint Linux? Yet, the free version of QCad seems to work on Mint 11, but the Pro version, for which I've bought the license, doesn't seem to work.

Posted: Mon Jan 09, 2012 11:53 pm
by andrew
Mint Linux is not supported at this point. You might be able to fix the problem by installing (compatibility) libraries. Please check with the command "ldd", which libraries are missing:

ldd qcad

Posted: Tue Jan 10, 2012 12:27 am
by s_raiguel
Thank you for your response.

"ldd qcad" results in the message "not a dynamic executable" which appears to have something to do with trying to run a 32-bit program within a 64-bit operating system (such as this one).

It would be a pity if QCad cannot be run under Mint. I'm becoming increasingly disenchanted with Ubuntu, and prefer the Mint interface. However, Qcad is not a program I can do without. If I can't get it to run under Mint, then I will be stuck with Ubuntu.

Posted: Tue Jan 10, 2012 9:08 am
by andrew
On 64bit systems, you will have to install compatibility libraries (most likely packages called ia32-libs and ia32-libs-gtk).

Posted: Tue Jan 10, 2012 10:17 am
by s_raiguel
Yes!! Installing ia32-libs did the trick. It must be that this library is installed by default on 64-bit Ubuntu, but not Mint.

Thank you so much, Andrew!

Posted: Tue Jan 17, 2012 10:22 pm
by Clive
s_raiguel wrote:Yes!! Installing ia32-libs did the trick. It must be that this library is installed by default on 64-bit Ubuntu, but not Mint.

Thank you so much, Andrew!
for info:


No
-in Ubuntu-64 the ia32libs are not there by default, I had to install these separately as well recently!

Posted: Tue Jan 17, 2012 10:59 pm
by s_raiguel
No -in Ubuntu-64 the ia32libs are not there by default, I had to install these separately as well recently!
I went back and checked with my installation of Ubuntu 10.04, the last LTS version of Ubuntu. I see that at that time, ia32-libs was still included by default. Since Mint 11 is based on a later version of Ubuntu (10.10? 11.04? - whatever) it would seem that both have seen fit to stop including this compatibility library.