Skip to content

Facing issue while integrating module  #62

@vthorwat

Description

@vthorwat

We are facing issue while installing Redis2 Module with Nginx 1.13.2 error as below :

Command :  nginx –t 
Output : 
nginx: [emerg] module "/etc/nginx/modules/ngx_http_redis2_module.so" is not binary compatible in /etc/nginx/nginx.conf:2
nginx: configuration file /etc/nginx/nginx.conf test failed
Command : cat /etc/nginx/nginx.conf | head

Output :
load_module "modules/ngx_http_redis2_module.so";

#user nobody;
worker_processes 1;

#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;

This is the head content of the nginx.conf in which we have included the module.

It shows not compatible error

Nginx Version : 1.13.2

Please let us know is it compatible or not?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions