Discussions around the use of MySQL on VMS
			
		
		
			
				
								issinoho 							 
						Site Admin 			
		Posts:  241  		Joined:  Tue Feb 01, 2005 12:53 am 		
		
											Location:  Scotland 
												
							
				Contact: 
				
			 
				
		 
		
						
						
													
							
						
									
						Post 
					 
								by issinoho   »  Thu Oct 08, 2020 2:31 pm 
			
			
			
						
			
			FreeAXP 4.0.0.646 
VSI AXPVMS VMS V8.4-2L1 
VSI AXPVMS TCPIP V5.7-13ECO5F 
VSI AXPVMS SSL111 V1.1-1GB 
VSI AXPVMS CSWS V2.4-38D 
PHP 7.2.29 (Berrymans) 
Trying to install and run mariadb-5_5_68.zip (Berrymans)
Code: Select all 
$ mysqld := $mysql055_root:[bin.Alpha]mysqld
$ mysqld
%IMGACT-F-SYMVECMIS, shareable image symbol vector table mismatch
-IMGACT-F-FIXUPERR, error when mysqld referenced DPML$SHR
Anyone have thoughts? What's DPML$SHR?
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								issinoho 							 
						Site Admin 			
		Posts:  241  		Joined:  Tue Feb 01, 2005 12:53 am 		
		
											Location:  Scotland 
												
							
				Contact: 
				
			 
				
		 
		
						
						
													
							
						
									
						Post 
					 
								by issinoho   »  Sun Oct 11, 2020 12:33 pm 
			
			
			
						
			
			DPML$SHR - Double precision maths library.
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								issinoho 							 
						Site Admin 			
		Posts:  241  		Joined:  Tue Feb 01, 2005 12:53 am 		
		
											Location:  Scotland 
												
							
				Contact: 
				
			 
				
		 
		
						
						
													
							
						
									
						Post 
					 
								by issinoho   »  Sun Oct 11, 2020 12:33 pm 
			
			
			
						
			
			Prolly missing a dependency on VMS842L1I_DPML-V0100 (I64) or 
VMS842L1A_DPML V1.0 (Alpha)—the C99 kits don't list that as a 
dependency, though. OpenJDK does list that, though little else.
 
			
			
									
						
										
						 
		 
				
		
		 
	 
				
		
		
			
				
								issinoho 							 
						Site Admin 			
		Posts:  241  		Joined:  Tue Feb 01, 2005 12:53 am 		
		
											Location:  Scotland 
												
							
				Contact: 
				
			 
				
		 
		
						
						
													
							
						
									
						Post 
					 
								by issinoho   »  Sun Oct 11, 2020 12:34 pm 
			
			
			
						
			
			Ok, going back to mariadb-5_5_64 solves the problem so I'm guessing there was some modification to the build environment after that.