Error installing LiveCode in DEBIAN Wheezy x64

Deploying to Linux? Get penguinated here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jpgo_chile
Posts: 2
Joined: Thu May 09, 2013 7:45 pm

Error installing LiveCode in DEBIAN Wheezy x64

Post by jpgo_chile » Thu May 09, 2013 9:54 pm

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

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: Error installing LiveCode in DEBIAN Wheezy x64

Post by mwieder » Thu May 09, 2013 9:58 pm

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.

jpgo_chile
Posts: 2
Joined: Thu May 09, 2013 7:45 pm

Re: Error installing LiveCode in DEBIAN Wheezy x64

Post by jpgo_chile » Fri May 10, 2013 12:32 am

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

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: Error installing LiveCode in DEBIAN Wheezy x64

Post by mwieder » Fri May 10, 2013 1:23 am

A su servicio.
Y beinvenidos a la communidad, tambien.

Post Reply

Return to “Linux”