Posted: Tue Jan 28, 2014 10:52 pm Post subject: erreur mq could not load programme
Newbie
Joined: 28 Jan 2014 Posts: 3
Adding the library WEBSPHERE MQ SUB aix_________________________________________ Hello, * I am developing an application in C on AIX, for that I install the MQ library WEBPSER The executable is generated, but when it runs gives the following error:
Could not load program test.x1:
Symbol resolution failed for /usr/mqm/lib64/libmqz.a[libmqz.o] because:
Symbol xcsBuildDumpPtr (number 84) is not exported from dependent
module /usr/mqm/lib64/libmqmcs.a[shr.o].
Symbol xcsAquireThread (number 108) is not exported from dependent
module /usr/mqm/lib64/libmqmcs.a[shr.o].
Symbol xcsFreeMem (number 110) is not exported from dependent
module /usr/mqm/lib64/libmqmcs.a[shr.o].
Symbol xcsGetMem (number 111) is not exported from dependent
module /usr/mqm/lib64/libmqmcs.a[shr.o].
Symbol xcsReallocMem (number 112) is not exported from dependent
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
It could be that the dynamic linker could not locate the required shared libraries because:
1) The directory is not in the library path
OR
2) When the prog was linked, you did not specify the location of the MQ lib64 directory
OR
3) The library does not exist on the system. _________________ Glenn
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum