7.3.7.3.2. -3: GRN_NO_SUCH_FILE_OR_DIRECTORY
#
7.3.7.3.2.1. Major cause#
If we registered the plugin that we didn’t install yet with
plugin_register
.For example, if we executed
plugin_register normalizers/mysql
on Groonga when we didn’t install `` groonga-normalizer-mysql`` yet.If we used
TokenMecab
whenmecab
didn’t install yet.
7.3.7.3.2.2. Major action on this error#
If we registered the plugin that we didn’t install yet with
plugin_register
.We install the target plugin.
If we used
TokenMecab
whenmecab
didn’t install yet.We install
mecab
.