FAILS: load_module nginx/module.d/ngx_stream.module

All:

It appears that nginx-ssl_1.26.1-3_aarch64-3.10 fails to load_module ngx_stream_module.so from nginx/module.d/ngx_stream.module; after, installing nginx-mod-stream_1.26.1-3_aarch64-3.10.

# ls -a nginx*
nginx-ssl_1.26.1-3_aarch64-3.10.ipk
nginx-mod-stream_1.26.1-3_aarch64-3.10.ipk

# nginx -v
nginx version: nginx/1.26.1 (x86_64-pc-linux-gnu)

# cat /usr/etc/nginx/module.d/ngx_stream.module
load_module /usr/lib/nginx/modules/ngx_stream_module.so

I am forced to add load_module ngx_stream_module.so to the top of the nginx.conf file to get it to hook.

# head -1 nginx.conf
load_module /usr/lib/nginx/modules/ngx_stream_module.so

Isn't that the sole purpose of the nginx/module.d/ngx_stream.module file?

Thank you for your time and assistance.

Kind Regards,

Gary