[Info-vax] Error running MariaDB

John Reagan xyzzy1959 at gmail.com
Thu Oct 8 14:16:28 EDT 2020


On Thursday, October 8, 2020 at 1:33:15 PM UTC-4, hb wrote:
> On 10/8/20 7:23 PM, John Reagan wrote: 
> > On Thursday, October 8, 2020 at 12:37:42 PM UTC-4, hb wrote: 
> >> On 10/8/20 6:18 PM, issinoho wrote: 
> >>> On Thursday, 8 October 2020 at 15:50:30 UTC+1, Ian Miller wrote: 
> >>>> On Thursday, October 8, 2020 at 3:29:39 PM UTC+1, issinoho wrote: 
> >>>>> 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) 
> >>>>> 
> >>>>> $ 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? 
> >>>>> 
> >>>>> TIA 
> >>>> DPML$SHR - Double precision maths library - look for the DPML patch kit 
> >>> 
> >>> Thanks, Ian. How would a hobbyist get a hold of this ?? 
> >>> 
> >> $ help sys_files [syslib] DPML$SHR.EXE 
> >> 
> >> SYS_FILES 
> >> 
> >> [SYSLIB] 
> >> 
> >> DPML$SHR.EXE 
> >> 
> >> Portable Mathematics Library shareable image 
> >> $ 
> >> 
> >> $ help/mess SYMVECMIS 
> >> gives some hints, too. 
> >> 
> >> If you can, you may want to relink mysqld so it references your 
> >> DPML$SHR. Or you may want to get the DPML$SHR.EXE file (or a compatible 
> >> shareable image) mysqld was linked against. Whether this is/was in a 
> >> patch kit escapes me. 
> > 
> > That version of mysqld used a routine in the math library that is not present in the DPML$SHR on your system. Without more study or output from ANAL/IMAGE, we cannot tell which new math routine is used. Looking at the DPML history, there haven't not been many new routines added until recently for some of the C99 support. 
> >
> It seems it uses MATH$FP_CLASS_TX and MATH$FP_CLASS_SX 
> .
As yes, we extended fpclassify() and that seems to introduce the new entry point definitions.   I'll pass this along to the engineers to see what they think.



More information about the Info-vax mailing list