mwilliams no idea how I've managed to do that, followed the directions and let the installer perform its magic.
localhost:/var/log # grep brotli grommunio-setup.log
localhost:/var/log #
I just downloaded the new iso (143ish meg smaller I noticed) and will try a fresh install.
after manual install of brotli, nginx still fails to start.
localhost:/var/log # nginx -t
nginx: [emerg] dlopen() "/usr//lib64/nginx/modules/ngx_http_vhost_traffic_status_module.so" failed (/usr//lib64/nginx/modules/ngx_http_vhost_traffic_status_module.so: cannot open shared object file: No such file or directory) in /etc/nginx/nginx.conf:6
nginx: configuration file /etc/nginx/nginx.conf test failed
localhost:/var/log # zypper in nginx-module-vts
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
nginx-module-vts
1 new package to install.
Overall download size: 117.9 KiB. Already cached: 0 B. After the operation, additional 203.7 KiB will be used.
Continue? [y/n/v/...? shows all options] (y): y
Retrieving package nginx-module-vts-0.1.16-lp153.1.3.x86_64 (1/1), 117.9 KiB (203.7 KiB unpacked)
Retrieving: nginx-module-vts-0.1.16-lp153.1.3.x86_64.rpm .....................................................................................................................................[done (9.9 KiB/s)]
Checking for file conflicts: .............................................................................................................................................................................[done]
(1/1) Installing: nginx-module-vts-0.1.16-lp153.1.3.x86_64 ...............................................................................................................................................[done]
localhost:/var/log # nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
localhost:/var/log #
Will try a fresh run with the new ISO (i could manually fix this, but wanted to report the missing dependencies for users who won't know what to look for)