QuantumATK Forum

QuantumATK => Installation and License Questions => Topic started by: srdguezb on August 19, 2009, 13:49

Title: Installing atk-2008.10.0 for 64 bits instead of 32 bits
Post by: srdguezb on August 19, 2009, 13:49
Hi,

I've got a Intel Core 2 Quad CPU with Ubuntu 8.04 and kernel 2.6.24-24 generic.

If I install atk-2008.10.0 for i386 I have no problem for running but with atk-2008.10.0 for x64 and write

atk --version

or

atk -version

the machine answers with the next message:

/usr/local/atk-2008.10.0/bin/atk_exec:  3: Syntax error: Unterminated quoted string

Can you help me to make the 64 bits version to work?

Thanks

Admin mod: Removing poll and correcting spelling mistake in subject to help searching
Title: Re: Installing atk-2008.10.0 for 64 bits instead of 32 bits
Post by: Anders Blom on August 19, 2009, 14:12
Just so that we understand the problem properly, you have a 64-bit computer with a 64-bit Linux distribution installed? (The kernel you mention can be both 32 and 64 bit.)

What is the output of these commands

Code
uname -a
lsb_release -a

?