Page 1 of 1

Error installing LiveCode in DEBIAN Wheezy x64

Posted: Thu May 09, 2013 9:54 pm
by jpgo_chile
Hi, I'am n00b in LiveCode.

I try to install LiveCode 6.0 under Debian Wheezy x64 with this error:

juan@pc:~/download/livecode$ sudo sh ./LiveCodeCommunityInstaller-6_0_0-Linux.x86
[sudo] password for juan:
./LiveCodeCommunityInstaller-6_0_0-Linux.x86: 1: ./LiveCodeCommunityInstaller-6_0_0-Linux.x86: Syntax error: word unexpected (expecting ")")

My system:
Linux pc 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux

How to fix?

Thanks.
Juan
Santiago, Chile

Re: Error installing LiveCode in DEBIAN Wheezy x64

Posted: Thu May 09, 2013 9:58 pm
by mwieder
LiveCode is, for the moment, still a 32-bit build (but we're working on it).
You need to install the ia32lib libraries to allow 32-bit applications to run. After that (remember to set the executable bit on the installer) all should be well.

Re: Error installing LiveCode in DEBIAN Wheezy x64

Posted: Fri May 10, 2013 12:32 am
by jpgo_chile
mwieder wrote:LiveCode is, for the moment, still a 32-bit build (but we're working on it).
You need to install the ia32lib libraries to allow 32-bit applications to run. After that (remember to set the executable bit on the installer) all should be well.

GRACIAS mwieder


The SOLUTION step by step. Debian 7 Wheezy

1. Enable i386 architecture (multiarch)
# dpkg --add-architecture i386
# apt-get update

2. Install ia32-libs
# apt-get build-dep ia32-libs
# apt-get install ia32-libs

3. Install LiveCode 6
# ./LiveCodeCommunityInstaller-6_0_0-Linux.x86

4. Learn and Enjoy!

Saludos
Juan
Santiago-Chile

Re: Error installing LiveCode in DEBIAN Wheezy x64

Posted: Fri May 10, 2013 1:23 am
by mwieder
A su servicio.
Y beinvenidos a la communidad, tambien.