This forum is no longer active. Please post your questions to our new community site

Rackspace Cloud Servers and Bitnami Images

Subscribe to Rackspace Cloud Servers and Bitnami Images 3 post(s), 1 voice

 
Avatar tmead 3 post(s)

Hi,

I am trying to deploy a LifeRay Bitnami image on a Rackspace Cloud Server. When I take the “native” LifeRay Bitnami Image:

http://bitnami.org/stack/liferay

and try to run the “bin” file on an Ubuntu 10.04 server, I get the following:

“root@bitnami:~# ./bitnami-liferay-5.2.3-1-linux-installer.bin
-bash: ./bitnami-liferay-5.2.3-1-linux-installer.bin: No such file or directory”

prior to doing this I set the permissions to execute and try to run this in text mode. Here is an illustration of what I did:

root@bitnami:~# ls -l
total 157632
-rwxrwxrwx 1 root root 161251009 Jul 7 2009 bitnami-liferay-5.2.3-1-linux-installer.bin
root@bitnami:~# ./bitnami-liferay-5.2.3-1-linux-installer.bin —mode text
-bash: ./bitnami-liferay-5.2.3-1-linux-installer.bin: No such file or directory
root@bitnami:~#

Is it not possible to run the Bitnami images on Rackspace Cloud Servers? Is there something peculiar that would not permit me to install this on Ubuntu?

Thank you for your Thoughts!
Ted

 
Avatar tmead 3 post(s)

I realized that I am running on a 64-bit cloud. I installed the compatibility libs and got it to install correctly.

$ sudo apt-get install ia32-libs

Thanks,
Ted