|
输入命令./verify_generator后提示如下
===================================================
HP
Vuser Environment Verification Utility
===================================================
Product: HP LoadRunner 11.0
Version: 11.0.0.8866
Build: 8866
localhost.localdomain:
/opt/HP/HP_LoadGenerator/bin/lrv/chk_thread_lmt: error while loading shared libraries: libstdc .so.5: cannot open shared object file: No such file or directory
/opt/HP/HP_LoadGenerator/bin/lrv/limithost: line 134: [: : integer expression expected
/opt/HP/HP_LoadGenerator/bin/lrv/chk_sems_lmt: error while loading shared libraries: libstdc .so.5: cannot open shared object file: No such file or directory
/opt/HP/HP_LoadGenerator/bin/lrv/limithost: line 154: [: : integer expression expected
verify_generator...OK
verify_generator...OK
verify_generator...OK
Don't forget to make sure that the name of the controller machine
is also in .rhosts
verify_generator...OK
verify_generator...OK
verify_generator...OK
verify_generator...OK
verify_generator...OK
Verify running the product executables...Failed
_____Failed to run the product executables.
_____Error:
mdrv: error while loading shared libraries: libstdc .so.5: cannot open shared object file: No such file or directory
verify_generator...OK
_______________________________________________
Summary:
________
Vuser Host localhost.localdomain: Failed
这是因为在Linux系统中缺少运行时需要的lib, 可以输入命令:yum install libstdc++.os.6 来解决
|
|