Hi
using PowerHA Tool pgm clrest producting an error message:
root@rb3zf15cl(Fe):/ $ ldd /usr/es/sbin/cluster/utilities/clrest
/usr/es/sbin/cluster/utilities/clrest needs:
/usr/lib/libc.a(shr.o)
/usr/lib/libpthreads.a(shr_xpg5.o)
/usr/lib/libodm.a(shr.o)
/usr/es/lib/libclstr.a(shr.o)
/usr/lib/libcluster.a(shr.o)
/opt/freeware/lib/libcurl.a(libcurl.so.4)
/opt/freeware/lib/libxml2.a(libxml2.shr.o)
ar: 0707-109 Member name libxml2.shr.o does not exist.
dump: /tmp/tmpdir15729778/extract/libxml2.shr.o: 0654-106 Cannot open the specified file.
/unix
/usr/lib/libcrypt.a(shr.o)
/usr/lib/libpthreads.a(shr_comm.o)
/usr/lib/libsrc.a(shr.o)
/usr/lib/libpthreads_compat.a(shr.o)
/usr/lib/libinstall.a(shr.o)
/usr/lib/libstorfwork.a(shr.o)
/usr/lib/libcfg.a(shr.o)
/opt/freeware/lib/libcrypto.a(libcrypto.so.1.0.2)
/opt/freeware/lib/libssl.a(libssl.so.1.0.2)
/opt/freeware/lib/libz.a(libz.so.1)
/opt/freeware/lib/libldap.a(libldap-2.4.so.2)
/opt/freeware/lib/liblber.a(liblber-2.4.so.2)
/usr/lib/libpthreads.a(shr.o)
/opt/freeware/lib/libgcc_s.a(shr.o)
/opt/freeware/lib/libsasl2.a
/usr/lib/libs.a(shr.o)
/usr/lib/libdl.a(shr.o)
root@rb3zf15cl(Fe):/ $ rpm -qa|grep xml
libxml2-2.9.10-1.ppc
correcting the LIBPATH in AIX it is working :
root@rb3zf15cl(Fe):/ $ export LIBPATH=/usr/lib
root@rb3zf15cl(Fe):/ $ /usr/es/sbin/cluster/utilities/clrest
/usr/es/sbin/cluster/utilities/clrest: Usage:
clrest -o open {-H <Hmcname> -u <username> -x <password>}
checking archive:
root@rb3zf15cl(Fe):/ $ ar -t /opt/freeware/lib/libxml2.a
libxml2.so.2
0509-152 Member libxml2.shr.o is not found in archive
root@rb3zf15cl(Fe):/ $ ar -t /usr/lib/libxml2.a
libxml2.so.2
libxml2.shr.o
what is my problem here please ?
thx
vince
------------------------------
Vincencio Michaelis
------------------------------