--- zabbix-5.0.2.ebuild 2020-08-13 15:18:14.756938922 -0500 +++ zabbix-5.0.2-r1.ebuild 2020-10-01 15:51:33.714278700 -0500 @@ -234,7 +234,7 @@ if use frontend; then webapp_src_preinst - cp -R frontends/php/* "${D}/${MY_HTDOCSDIR}" + cp -R ui/* "${D}/${MY_HTDOCSDIR}" webapp_configfile \ "${MY_HTDOCSDIR}"/include/db.inc.php \ "${MY_HTDOCSDIR}"/include/config.inc.php @@ -308,6 +308,14 @@ elog "zabbix-trapper 10051/tcp Zabbix Trapper" elog "zabbix-trapper 10051/udp Zabbix Trapper" elog + elog "--" + elog + elog "As of Zabbix 4.6-ish the UI is much more picky about" + elog "the character set and collate of the tables" + elog "If the UI will not start, you may need to alter the" + elog "tables to use utf8 as the character set and " + elog "utf8_bin as the collate" + elog if use server || use proxy ; then # check for fping