i hav installed MQ series on linux 64 bit. even i m able to compile my pro*c file sucessfully but it gives me error at execution time.
Error : libmqic.so can not open shared object file.
I have already included /opt/mqm/lib64 in LD_LIBRARY_PATH
and thats how i m creating the "so" file
/usr/bin/ld -shared -L/opt/mqm/lib64 -o libmqs.so mqs.o -L/opt/mqm/lib64 -lmqic -lmqmcs -lmqmzse -L/opt/oracle/product10gR2/lib -lclntsh `cat /opt/oracle/product10gR2/lib/sysliblist` -ldl -lm
is there anybody knows about it?