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

Forums General

Server Cannot Run BITNAMI's .bin files

Subscribe to Server Cannot Run BITNAMI's .bin files 6 post(s), 2 voice(s)

 
Avatar MiniMe 3 post(s)

How Can I install BitNami install?
I run chmod to 577.
but my server did not answered anything.

Using username “root”.
root@xXx.XxX.xXx.XxX’s password:
Last login: Tue Nov 4 09:31:16 2008 from localISP…......
[root@mydomain ~]$ cd BitNami/
[root@mydomain BitNami]$ ll
total 218880
rw-r-r— 1 root root 438 Nov 4 10:00 TestJava.class
rw-r-r— 1 root root 137 Nov 4 10:00 TestJava.java
-rwxr-xr-x 1 root root 119379265 Aug 12 17:46 bitnami-liferay-5.1.0-1-linux-nojdk-installer.bin
-rwxr-xr-x 1 root root 31746111 Nov 4 09:37 bitnami-trac-0.10.4-9-linux-installer.bin
-rwxr-xr-x 1 root root 72753411 Nov 4 09:55 jdk-6u10-linux-x64.bin
[root@mydomain BitNami]$ ./bitnami-trac-0.10.4-9-linux-installer.bin—mode text
[root@mydomain BitNami]$ ./bitnami-liferay-5.1.0-1-linux-nojdk-installer.bin
[root@mydomain BitNami]$ ./bitnami-trac-0.10.4-9-linux-installer.bin
[root@mydomain BitNami]$

But, Java JDK’s bin file is no problem to run.

[root@mydomain BitNami]$ ./jdk-6u10-linux-x64.bin

Sun Microsystems, Inc. Binary Code License Agreement
... ...
for the JAVA SE DEVELOPMENT KIT (JDK), VERSION 6
... ... 
SUN MICROSYSTEMS, INC. ("SUN") IS WILLING TO LICENSE THE
SOFTWARE IDENTIFIED BELOW TO YOU ONLY UPON THE CONDITION
... ...
Do you agree to the above license terms? [yes or no]

Also My Server Spec is

Operating system CentOS Linux 4.7
Kernel and CPU Linux 2.6.18-92.1.1.el5.028stab057.2 on x86_64
Real memory 1.71 GB total
Local disk space 39.06 GB total

[root@mydomain BitNami]$ uname -ra
Linux mydomain.com 2.6.18-92.1.1.el5.028stab057.2 #1 SMP Mon Jul 21 17:08:31 MSD 2008 x86_64 x86_64 x86_64 GNU/Linux

Please help me.

 
Avatar antonio 621 post(s)

Hi,

Have you installed the 32 bit compatibility libraries?

Cheers

 
Avatar MiniMe 3 post(s)

Thanks a lot, antonio!
But…
Please teach me,
Which is packages of “the 32 bit compatibility libraries”?

 
Avatar antonio 621 post(s)

Unfortunately, I don’t know the name of the packages since I don’t use CentOS. Try searching with yum for “lib32”

 
Avatar antonio 621 post(s)

Try

yum -i ia32-libs

and then run the installer once again.

Cheers

 
Avatar MiniMe 3 post(s)

antonio!
Thank you!

I succeeded this problem.

reference site is here

and, my server’s OS is CentOS 4.7,
so, i run this command

yum info compat-libstdc*

and I saw reason that my server was not installed 32 bit compatibility libraries

then by

yum install compat-libstdc++-296

AND

yum install compat-libstdc++-33

So, I can install BitNami’s app. in 64bit OS!
Thanks a lot !

Forums General