Page 1 of 1

MQSeries issue - Could not load module(s)

Posted: Wed Feb 25, 2009 11:45 am
by tmohank
I am getting the following error while trying to use the Websphere MQ Stage on DS V8.0 Buld:1.2

We have included the MQM library path i.e., in LIBPATH in 'dsenv' file.

main_program: Fatal Error: Fatal: Shared library (mqs.so) failed to load: errno = (2), system message = (Could not load module /opt/IBM/InformationServer/Server/DSComponents/bin/mqs.so.
Dependent module libimqs23ia_r.a(libimqs23ia_r.o) could not be loaded.
Could not load module libimqs23ia_r.a(libimqs23ia_r.o).
System error: No such file or directory
Could not load module /opt/IBM/InformationServer/Server/DSComponents/bin/mqs.so.
Dependent module /opt/IBM/InformationServer/Server/DSComponents/bin/mqs.so could not be loaded.)


Appreciate if anyone could help out with this issue.

Thanks in advance

Cheers,
Mohan

Posted: Wed Feb 25, 2009 3:33 pm
by ray.wurlod
Welcome aboard.

The library about which it's complaining is libimqs23ia_r.a (or libimqs23ia_r.o) - check that this library is installed and in its expected location.

This may or may not be why mqs.so could not be loaded - perform the same checks for it.

Posted: Thu Feb 26, 2009 8:58 am
by tmohank
Thanks Ray,


MQ Series has been installed and works fine from command line. The LIBPATH has also been updated with the library path in dsenv file.

Cheers,
Mohan