Problem installing PSP on rhel 5.2 64

hi,

i have a problem when i try to install Proliant support pack into a server with rhel 5.2

sv556:#/tmp/psp# ./hpsum -silent
./hpsum: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory

i have already installed library freetype.

uname -a
Linux sv556 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux
sv556:#/tmp/psp# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.2 (Tikanga
sv556:#/tmp/psp# cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 33
model name      : AMD Opteron(tm) Processor 275
stepping        : 2

could anybody give any clue to solve this???

Not the version of freetype it wanted, it appears. You might be able to get away with making symlinks that point and old version to your new version, but it may simply crash instead; hard to predict.

ldd ./hpsum

to see what files it demands.

it says

sv556:#/tmp/psp# ldd ./hpsum
        not a dynamic executable

and here you can see the library is already installed

sv556:#/usr/lib# find / -name libfreetype.so.6
/usr/lib/libfreetype.so.6
/usr/lib64/libfreetype.so.6

ok i solved it choosing another package version and activating yum through rhn_register.

thx a lot!

ciao