The error starting dsipsvd on a 64-bit Centos: > [r...@ke5rcs dsipsvd]# ./dsipsvd > ./dsipsvd: error while loading shared libraries: libpq.so.5: wrong ELF class: > ELFCLASS64
is resolved by installing the 32-bit library: [r...@ke5rcs ~]# yum install postgresql84-libs.i386 ... Installed: postgresql84-libs.i386 0:8.4.4-1.el5_5.1 Complete! G2, dstarmon, dprs, and dplus all seem to be running just fine. Maybe something will show downstream, but for now it seems that 64-bit Centos will with the fix above. 73--John
