Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error while loading shared libraries

Status
Not open for further replies.

astriex

Programmer
Jan 9, 2003
1
0
0
US
Hello All ,
I am getting following error when I am trying to run sample program amqscnxc. Does anyone have any idea about it?
amqscnxc: error while loading shared libraries: libmqic_r.so: cannot load shared object file: No such file or directory
 
You work on linux? If yes:

In WebSphere MQ for Linux for Intel and Linux for zSeries, you must link your program to the MQI library files supplied for the environment in which you are running your application, in addition to those provided by the operating system.

In a non-threaded application:
libmqm.so Server for C
libmqic.so Client for C
libmqmzf.so Installable service exits for C
libmqmxa.so XA interface for C
libimqc23gl.so Client for C++
libimqs23gl.so Server for C++

In a threaded application:
libmqm_r.so Server for C
libmqic_r.so Client for C
libmqmzf_r.so Installable service exits for C
libmqmxa_r.so XA interface for C
libimqc23gl_r.so Client for C++
libimqs23gl_r.so Server for C++
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top