I'm trying to use the mqseries extension in PHP but I'm in trouble. The error is showing:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20121212/mqseries.so' - libmqic.so: wrong ELF class: ELFCLASS32 in Unknown on line 0*`
The command dspmqver -a
command shows for me
Name: WebSphere MQ
Version: 7.5.0.4
Level: p750-004-140807
BuildType: IKAP - (Production)
Platform: WebSphere MQ for Linux (x86-64 platform)
Mode: 64-bit
O/S: Linux 3.11.0-19-generic
InstName: Installation1
InstDesc:
Primary: Yes
InstPath: /opt/mqm
DataPath: /var/mqm
MaxCmdLevel: 750
AMQ8351: WebSphere MQ Java environment has not been configured correctly.
AMQ8351: WebSphere MQ Java environment has not been configured correctly.Name: IBM Global Security Kit for WebSphere MQ
Version: 8.0.14.43
Build Type: Production
Mode: 64-bit
And the version of the mqseries extension is mqseries 0.14.1. Can someone help me?