--- doc/install/linux/install.pl 2021/03/29 03:50:33 1.45.2.16 +++ doc/install/linux/install.pl 2021/12/10 15:31:47 1.45.2.17 @@ -76,7 +76,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.45.2.16 2021/03/29 03:50:33 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.45.2.17 2021/12/10 15:31:47 raeburn Exp $'."\n"; } # @@ -529,6 +529,9 @@ sub check_mysql_running { if ($1 >= 19) { $mysqldaemon ='mariadb'; } + if ($1 >= 34) { + $process = 'mariadb'; + } } elsif ($distro =~ /^(?:centos|rhes|scientific|oracle)(\d+)/) { if ($1 >= 7) { $mysqldaemon ='mariadb';