ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Error of Installing on AIX .

Post new topic  Reply to topic
 Error of Installing on AIX . « View previous topic :: View next topic » 
Author Message
bobWong
PostPosted: Fri Aug 24, 2007 4:37 am    Post subject: Error of Installing on AIX . Reply with quote

Newbie

Joined: 18 Aug 2007
Posts: 8

Hi All,

I am installing WMB runtime on AIX 5.3 maintenance level 5. I have first DB2 and MQ installed first . and then install WMB 6 as root. the install is successful, and after that, I tried to run some simple WMB command ( mqsilist ) , but got this error message. I am really new to AIX, any one give me a hint ?

Or if there is some detailed installation guide of installation on AIX ? The official guide is not that straightforward.

Thanks a lot

# pwd
/opt/IBM/mqsi/6.1/bin
# . ./mqsiprofile

MQSI 6.1.0.0
/opt/IBM/mqsi/6.1

# ./mqsilist
exec(): 0509-036 Cannot load program ./mqsilist because of the following errors:
0509-130 Symbol resolution failed for /opt/IBM/mqsi/6.1/lib/libCommonSer
vices64.a[libCommonServices64.a.so] because:
0509-136 Symbol _DoIs (number 5) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _GetCatName__FiPCc (number 1 is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _Getctype__FPCc (number 21) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _Getcvt__FPCc (number 22) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _Getnumpunct__FPCc (number 24) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol __ct__Q2_3std8_LocinfoFPCci (number 46) is not exporte
d from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
#
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Fri Aug 24, 2007 6:06 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Try running the command as somebody from the mqbrkrs group...
Don't run it as root...
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
bobWong
PostPosted: Sat Aug 25, 2007 5:29 am    Post subject: Reply with quote

Newbie

Joined: 18 Aug 2007
Posts: 8

Hi fjb_saper,

I tried as your suggestion, but still got his exception,


$ . ./mqsiprofile

MQSI 6.1.0.0
/opt/IBM/mqsi/6.1

$ ./mqsilist
exec(): 0509-036 Cannot load program ./mqsilist because of the following errors:
0509-130 Symbol resolution failed for /opt/IBM/mqsi/6.1/lib/libCommonSer
vices64.a[libCommonServices64.a.so] because:
0509-136 Symbol _DoIs (number 5) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _GetCatName__FiPCc (number 1 is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _Getctype__FPCc (number 21) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _Getcvt__FPCc (number 22) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol _Getnumpunct__FPCc (number 24) is not exported from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-136 Symbol __ct__Q2_3std8_LocinfoFPCci (number 46) is not exporte
d from
dependent module /usr/lib/libC.a[ansi_64.o].
0509-026 System error: Error 0
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
$ id
uid=212(svt) gid=14(mqm) groups=101(dasadm1),102(db2grp1),103(db2fgrp1),204(mqbr
krs)
$


any more advice ? thanks !
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Sat Aug 25, 2007 5:49 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Ask your AIX administrator why you can't load libC.

It seems like you don't have a proper AIX install.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
rknox
PostPosted: Mon Dec 10, 2007 12:44 pm    Post subject: Reply with quote

Apprentice

Joined: 28 Aug 2007
Posts: 34

Bob, did you find a solution to this? I am getting the exact same problem when I went from WMB 6006 to 6.1
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Dec 10, 2007 2:51 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

Could it have to do with 32 bit vs 64 bit load libraries??
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
rknox
PostPosted: Thu Dec 13, 2007 1:49 pm    Post subject: Reply with quote

Apprentice

Joined: 28 Aug 2007
Posts: 34

I found out that it was because I have version 6 C++ libraries and Broker 6.1 needs at least version 8
Back to top
View user's profile Send private message
mgm
PostPosted: Fri Dec 14, 2007 12:15 pm    Post subject: I have the same problem Reply with quote

Apprentice

Joined: 14 Dec 2007
Posts: 48
Location: anywhere

Hello,
I got the same problem. Could you please elaborate more on what you have done to overcome the problem. I need to know how to know the current C++ level and how to upgrade
Back to top
View user's profile Send private message Yahoo Messenger
mqmatt
PostPosted: Tue Dec 18, 2007 10:20 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

mgm, assuming you're going for v6.1, the required compiler versions are listed here:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.doc/ah09089_.htm
Your administrator can tell you the version your AIX machine has installed.
Back to top
View user's profile Send private message
mgm
PostPosted: Tue Dec 18, 2007 12:51 pm    Post subject: problem fixed, thanks Reply with quote

Apprentice

Joined: 14 Dec 2007
Posts: 48
Location: anywhere

We have applied the latest XL C/C++ level 9 and the problem has gone
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Error of Installing on AIX .
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.