Skip to content

Support in kubernetes inginx ingress  #4

Open
@jstomphorst

Description

@jstomphorst

Hi

I am trying to build the nginx module for the newest version of nginx 1.21.3 on debian 10.
I want to have it working on the https://github.com/kubernetes/ingress-nginx
But I am getting an error :
2021/12/21 13:07:17 [emerg] 32#32: module "/etc/nginx/modules/ngx_http_redirectionio_module.so" is not binary compatible in /etc/nginx/nginx.conf:4

I am building on a docker
docker run -ti --rm -v ~/git-repos/redirector:/data debian:10 bash

With the following script.

cd /
apt update
apt install git autoconf -y 

apt install    -y

apt install gcc build-essential curl wget pkg-config libpcre3 libpcre3-dev zlib1g-dev -y 
curl https://sh.rustup.rs -sSf | sh
. "$HOME/.cargo/env"


git clone https://github.com/redirectionio/libredirectionio.git
cd libredirectionio
autoreconf -i
./configure
make
make install


cd ..
git clone https://github.com/redirectionio/libnginx-mod-redirectionio.git
cd libnginx-mod-redirectionio
autoreconf -i
./configure --with-nginx-version=1.21.3
make
make install

I hope you can help. If the setup works. I will send you my working complete setup.

Wkr Jan

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