sandy105 has asked for the wisdom of the Perl Monks concerning the following question:
We have PERL module –MQSeries (IBM Message Queue) installed in the server. But when we try to compile a script which uses this module, it throws following error
Can't load '/apps/lib/site_perl/5.10.1/aix-thread-multi/auto/MQClient/MQSeries/MQSeries.so' for module MQClient::MQSeries: 0509-022 Cannot load module /apps/lib/site_perl/5.10.1/aix-thread-multi/auto/MQClient/MQSeries/MQSeries.so.
• Dependent module libmqic_r.a(mqic_r.o) could not be loaded.
• Cannot load module libmqic_r.a(mqic_r.o).
• System error: A file or directory in the path name does not exist.
• Cannot load module /apps/lib/site_perl/5.10.1/aix-thread-multi/auto/MQClient/MQSeries/MQSeries.so.
can somebody help me out , whats exactly the problem over here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: error due to a module
by choroba (Cardinal) on Nov 06, 2014 at 11:23 UTC | |
|
Re: error due to a module
by perlron (Pilgrim) on Nov 06, 2014 at 11:24 UTC | |
by sandy105 (Scribe) on Nov 06, 2014 at 11:29 UTC | |
by perlron (Pilgrim) on Nov 06, 2014 at 11:33 UTC | |
|
Re: error due to a module
by Anonymous Monk on Nov 06, 2014 at 11:32 UTC |