Page 1 of 1

Error running MariaDB

Posted: Thu Oct 08, 2020 2:31 pm
by issinoho
  • 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?

Re: Error running MariaDB

Posted: Sun Oct 11, 2020 12:33 pm
by issinoho
DPML$SHR - Double precision maths library.

Re: Error running MariaDB

Posted: Sun Oct 11, 2020 12:33 pm
by issinoho
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.

Re: Error running MariaDB

Posted: Sun Oct 11, 2020 12:34 pm
by issinoho
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.