cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
larosd
Level 3

Linux VM not working for RedHat Release 6

I just tried to run an installation on RedHat Enterprise Linux 6.0 and it failed because there are some missing so files in /lib. Will Flexera release a vm for this release of RedHat anytime soon? If not, is it possible to create a vm that will work on my own?

Thanks
Domenic
Labels (1)
0 Kudos
(3) Replies
pv7721
Level 20

What JVM version was that? Was RedHat a 64 bit version?
0 Kudos
larosd
Level 3

# ./java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build 1.6.0-b105)
Java HotSpot(TM) Server VM (build 1.6.0-b105, mixed mode)

Looks like RedHat is 64 bit! That is probably the issue, right?

# more /proc/version
Linux version 2.6.32-71.el6.x86_64 (mockbuild@x86-007.build.bos.redhat.com) (gcc version 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) ) #1 SMP Wed Sep 1 01:33:01 EDT 2010

# uname -a
Linux k10eqa143s4 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
0 Kudos
pv7721
Level 20

Yep, that's it! It's 64 bit and it's missing the 32bit compatibility libs. So you either install those missing RPMS or you use a 64 bit JVM.
0 Kudos