| Author | 
		  Message
		 | 
		
		  | bobWong | 
		  
		    
			  
				 Posted: Fri Aug 24, 2007 4:37 am    Post subject: Error of Installing on AIX . | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Fri Aug 24, 2007 6:06 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | bobWong | 
		  
		    
			  
				 Posted: Sat Aug 25, 2007 5:29 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | jefflowrey | 
		  
		    
			  
				 Posted: Sat Aug 25, 2007 5:49 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | rknox | 
		  
		    
			  
				 Posted: Mon Dec 10, 2007 12:44 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | fjb_saper | 
		  
		    
			  
				 Posted: Mon Dec 10, 2007 2:51 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand High Poobah
 
 Joined: 18 Nov 2003 Posts: 20768 Location: LI,NY 
  | 
		  
		    
			  
				Could it have to do with 32 bit vs 64 bit load libraries??   _________________ MQ & Broker admin | 
			   
			 
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | rknox | 
		  
		    
			  
				 Posted: Thu Dec 13, 2007 1:49 pm    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | mgm | 
		  
		    
			  
				 Posted: Fri Dec 14, 2007 12:15 pm    Post subject: I have the same problem | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | mqmatt | 
		  
		    
			  
				 Posted: Tue Dec 18, 2007 10:20 am    Post subject:  | 
				     | 
			   
			 
		   | 
		
		
		    Grand Master
 
 Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK 
  | 
		  
		    
		   | 
		
		
		  | Back to top | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | mgm | 
		  
		    
			  
				 Posted: Tue Dec 18, 2007 12:51 pm    Post subject: problem fixed, thanks | 
				     | 
			   
			 
		   | 
		
		
		   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 | 
		  
		  	
		   | 
		
		
		    | 
		
		
		  | 
		    
		   |