I have tried to build an nginx module as a dynamic module (ngx-fancyindex). It wasn’t clear which nginx version Clear Linux ships with, so I used the latest sources to build the module against. Unfortunately when I try to load it, it fails due to a binary incompatibility error.
[emerg] 5055#5055: module "/usr/lib64/nginx/ngx_http_fancyindex_module.so" is not binary compatible in /etc/nginx/nginx.conf:2
I just added this module to nginx-mainline-extras. It will be available in an update in 1-2 working days. To use it, you have to make your nginx configuration in /etc/nginx-mainline instead of /etc/nginx - since nginx-mainline has a separate config prefix.
Wow thanks for the fast response. I have installed nginx-mainline and renamed my configuration directory, the module isn’t there yet but I will try it out as soon as it appears.