Forums Redmine

Problems with redmine's installation on Ubuntu Server 7.10-64 bits

Subscribe to Problems with redmine's installation on Ubuntu Server 7.10-64 bits 5 post(s), 2 voice(s)

 
Avatar Fabiano Morais 3 post(s)

Hello,

I’ve been trying to install BitNami Redmine Stack on Ubuntu Server 7.10-64bits. When I execute the follow command, in a terminal emulator for gnome desktop:

sudo ./home/<<user>>/Desktop/bitnami-redmine-0.6.3-2-linux-installer.bin

simply doesn’t anything happens. I’ve already changed the file permission to be executable (sudo chmod +x /home/<<user>>/Desktop/bitnami-redmine-0.6.3-2-linux-installer.bin) and I’ve tried to install the same file on Ubuntu Server 7.10-32bits. When I do this, the instalation wizard run properly.

Would the problem be the 64 bits architecture doesn’t work well with .bin packages? I don’t have any ideas.

Could anybody help me?

Thanks

 
Avatar antonio Administrator 524 post(s)

Hi,

Do you have the compatibility libraries installed to execute 32-bit applications?

Cheers

 
Avatar Fabiano Morais 3 post(s)

Well, I didn’t check this. I’ll find more informations about it.

 
Avatar antonio Administrator 524 post(s)

Hi,

Try with

sudo apt-get install ia32-libs

Found it at http://ubuntuforums.org/showthread.php?t=737481

Cheers

 
Avatar Fabiano Morais 3 post(s)

I’m really thank you Antonio. Now it works very well.

Bye.

Forums Redmine