- 论坛徽章:
- 0
|
最近刚接触hp机器,使用过程中,问题不断... 总是报些之前没有遇到过的问题..请哪位知道的帮忙指点下吧,十分谢谢!!
机器是HP操作系统,安腾平台IA64 11.31版本
下面是一个很简单的perl程序,只有一行 就是use这个模块,但是这个模块会报如下错误。
> cat 1.pl
use MQClient::MQSeries;
> perl 1.pl
Can't load '/opt/dc_perl/lib/site_perl/5.8.8/IA64.ARCHREV_0-thread-multi-LP64/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: No such file or directory at /opt/dc_perl/lib/5.8.8/IA64.ARCHREV_0-thread-multi-LP64/DynaLoader.pm line 229.
at 1.pl line 1
Compilation failed in require at 1.pl line 1.
BEGIN failed--compilation aborted at 1.pl line 1.
上面说的这个内容我之前没有遇到过,哪位前辈了解熟悉的 麻烦指点下吧 我找了资料半天木有找到...再次感谢!!! |
|