I'm trying to run with the iBM MQ Python.
I'm getting
ImportError: libmqm_r.so: wrong ELF class: ELFCLASS32 and
ldd /opt/mqm/lib/libmqm_r.so
linux-gate.so.1 (0xea140000)
libmqe_r.so => /opt/mqm/lib/libmqe_r.so (0xe9214000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xe91fa000)
libdl.so.2 => /lib32/libdl.so.2 (0xe91f5000)
libc.so.6 => /lib32/libc.so.6 (0xe8fc1000)
libm.so.6 => /lib32/libm.so.6 (0xe8eba000)
librt.so.1 => /lib32/librt.so.1 (0xe8eb5000)
/lib/ld-linux.so.2 (0xea143000)
saying
MQ uses symbolic links to ensure the primary installation's
libraries added to the library search path. A logic error during
the installation routines meant that these links were not
created correctly.
Has anyone seen this before on V10?. Im on Ubuntu 24.04
Colin