- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - Linux
- >
- General
- >
- HP Virtual Room installation on RHEL 6 x64
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-29-2011 01:57 AM
04-29-2011 01:57 AM
Anybody ever tried to install HP Vroom on RHEL 6 x64?
Installation of hpvirtualroom works fine for me (nice green check marks), but then it doesn't open the test room.
If I run ~/.hpvirtualrooms/hpvirtualrooms
First it complained about libXi, so I "rpm -ivh libXi-1.3-3.el6.i686.rpm. Then it complained about libXrandr, so I put in libXrandr-1.3.0-4.el6.i686.rpm. Then it complains about "libglib-2.0.so.0". At which point I'm stuck.
I have "glib2-2.22.5-5.el6 (x86_64)" already.
What should I install? I tried with "glib2-2.22.5-5.el6.i686.rpm". This requires "libfam.so.0" - which I have not been able to find. Well I did find a "gamin-0.1.10-9.fc15.i686.rpm" which has it apparently, but that one requires glib2.. catch 22 ;)
Is it supposed to be this hard?
Could it be unsafe to install them? Like if they overwrite something?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-29-2011 02:55 AM
04-29-2011 02:55 AM
Re: HP Virtual Room installation on RHEL 6 x64
Worked fine in Ubuntu 10.04 LTS though!
Also, on my main os it was the x64 version I used: hpvirtualrooms-install64-3868.tar.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-2011 07:33 AM
05-03-2011 07:33 AM
SolutionGenerally when a binary is not running well , do
ldd
to see the dependencies .
glib actually is the gtk library (non gui portion), messing up , changing that will break lot of other applications.
It there is no straight forward way to fix your issue , some general suggestions
a)Get a file system structure with required
libraries and do a chroot into that
and try to run your app.
b) Get the required libc sources and get it compiled ( do not install!) . Then by modifying $LD_LIBRARY_PATH to point to the new library you can get it running. Or try getting the binary and setting $LD_LIBRARAY_PATH
(c) what you have done is the easiest solution , get a vm with required setup working !
Hope that something in my rambling is of some use to you :) .
Truly Evil
Lucifer Megacruel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-2011 09:25 AM
05-03-2011 09:25 AM
Re: HP Virtual Room installation on RHEL 6 x64
Thanks for that, that's a great cli command!
I think I will keep running it in a VM.
Glad I didn't proceed further down that list of libs to install.
Maybe somebody else will find this useful, HP's vroom page was not so clear about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-2011 09:26 AM
05-03-2011 09:26 AM
Re: HP Virtual Room installation on RHEL 6 x64
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP