Overview#
I attempted to install the Mroonga search module introduced in the following article on AWS Lightsail.
https://nakamura196.hatenablog.com/entry/2022/03/07/083004
As a result, the installation did not succeed, but I am documenting it here for future reference.
Setting Up Omeka S#
I set up Omeka S as described in the following article.
Installing Mroonga#
I performed the installation following the instructions on the following page.
https://mroonga.org/docs/install/debian.html
After executing the above, enter mysql (mariadb).
The password can be checked with the following command.
Then, execute the following to enable Mroonga.
The following will be displayed.

Installing the Omeka S Module#
Extract the module as follows.
After that, when I attempted to install it from the admin screen, the following error occurred and the installation did not succeed.

Summary#
I will continue to investigate the cause of the above error.