Posted: Fri May 14, 2004 1:26 am Post subject: Unable to install MA0I support pac
Newbie
Joined: 28 Apr 2004 Posts: 4
Hi All,
I am trying to install the MA0I support pac for making MQ calls from PL/SQL on Websphere MQ 5.3. I seem to have a whole lot of problems . I used the mqinstall.sh given in the support pac.
While creating the shared object mqseries.so, mq.install.sh uses libmqm.a. But our /opt/mqm/lib does not have a libmqm.a. Linking with any other archive like libmqmxa.a does not help. I tried to link it with libmqm.so. But since libmqm.so is a 32 bit shared object, i am unable to create a 64 bit shared object using it. Please help out.
At present, i use the following command to create mqseries.so -
/usr/ccs/bin/ld -64 -z text -G -L/export/home0/ora9i/lib -R/export/home0/ora9i/lib -
o $MQ_LIBPATH/mqseries.so "/opt/mqm/lib/libmqmxa.a"
and this is the error i am getting when i try to run a sample procedure -
<quote>
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL> @/export/home0/ora9i/lalithe/mqput.sql
declare
*
ERROR at line 1:
ORA-06521: PL/SQL: Error mapping function
ORA-06522: ld.so.1: extprocPLSExtProc: fatal: MQCONN: can't find symbol
ORA-06512: at "MQSERIES.MQPACK", line 294
ORA-06512: at line 1014
It worked when i changed "PROGRAM=extproc" to "PROGRAM=extproc32" in the listener.ora file. Also i made some minor "ld" option changes in the mqinstall.sh file that comes with the support pac.
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