VMware Cloud Community
denver_yoda_hyp
Contributor
Contributor

libXp problems

Hi all,

New HypericHQ user here. Got the program downloaded, installed, configured for postgresql, and running all except for the graphics (charts, etc.). Everywhere there is supposed to be a chart, is the following message:

Image cannot be displayed. HQ Server requires X libraries to create charts and other graphics in the user interface. Please follow these installation instructions.

Saw in the documentation and on this forum that libXp is required and is a separate rpm for Fedora Core 5, so I made sure to check. Problem is: I have verified the packages are installed and verified the specific physical files are present out on the server and it still isn't working. The steps I took to verify packages/files are as follows:

# yum list libXp
Loading "installonlyn" plugin
Setting up repositories
core [1/3]
updates [2/3]
extras [3/3]
Reading repository metadata in from local files
Installed Packages
libXp.i386 1.0.0-2.2 installed
libXp.x86_64 1.0.0-2.2 installed


# ls -la /usr/lib/libXp.so*
lrwxrwxrwx 1 root root 14 Apr 13 16:16 /usr/lib/libXp.so -> libXp.so.6.2.0
lrwxrwxrwx 1 root root 14 Apr 13 16:11 /usr/lib/libXp.so.6 -> libXp.so.6.2.0
-rwxr-xr-x 1 root root 30728 Feb 11 2006 /usr/lib/libXp.so.6.2.0

# ls -la /usr/lib64/libXp.so*
lrwxrwxrwx 1 root root 14 Feb 1 09:25 /usr/lib64/libXp.so -> libXp.so.6.2.0
lrwxrwxrwx 1 root root 14 Feb 1 09:24 /usr/lib64/libXp.so.6 -> libXp.so.6.2.0
-rwxr-xr-x 1 root root 38584 Feb 11 2006 /usr/lib64/libXp.so.6.2.0

Not sure why the webpage is not seeing the libraries. Any suggestions?

Let me know if there is more info needed. Thanks for your help.

--A
0 Kudos
1 Reply
john_hyperic
Hot Shot
Hot Shot

Do you have all the other X libs? Check to see if you have xorg-x11-libs installed. You need those in addition to libXp.
0 Kudos