Page 1 of 1

Latest snapshot release

Posted: Mon Jan 21, 2013 10:23 am
by tukuyomi
Hi Andrew
I have a problem getting the latest Qcad release because the link has expired.
When clicking on my order, I get a message saying "Expiration date has passed; you can't download this product."
Do I need to buy a new license key?
Thank you for reading!

Re: Latest snapshot release

Posted: Mon Jan 21, 2013 11:16 am
by andrew
Access to the download area for free updates usually expires one year after purchase.

I've sent you an e-mail with update options and information.

Re: Latest snapshot release

Posted: Mon Jan 21, 2013 5:39 pm
by tukuyomi
Yeah, sorry for the stupid question :X
Problem solved anyway ;D

Re: Latest snapshot release

Posted: Mon Jan 21, 2013 6:22 pm
by tukuyomi
I think there is a missing lib on Debian (testing) system:

Code: Select all

qcad-3.0.7-prof-linux-x86$ ./qcad 
qcad-3.0.7-prof-linux-x86/qcad-bin: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
I can't find any package to provide gthread. Could it be possible for you to provide such a lib? Thanks in advance!

Re: Latest snapshot release

Posted: Tue Jan 22, 2013 8:27 pm
by andrew
tukuyomi: Is this a 32bit or 64bit system? Thanks.

Re: Latest snapshot release

Posted: Wed Jan 23, 2013 5:29 pm
by tukuyomi
It's indeed a 64-bit system.
The only 32-bit system I have has Windows XP, and qcad 3.0.7 is working fine there :)
I'll try something and play with multiarch* for a while to see where it can lead...
* wiki.debian.org/Multiarch/HOWTO

EDIT: Found! Using multiarch, I installed libglib2.0-0:i386* and now it's working fine! :)
* packages.debian.org/wheezy/i386/libglib2.0-0/filelist

Re: Latest snapshot release

Posted: Wed Jan 23, 2013 5:47 pm
by andrew
Excellent! Thanks for the hint.