Skip to content

Building OpenResty 1.21.4.1 gives 404 error at download step #53

Description

@machaleb

Link provided in download step tries to download openresty 1.21.1.4 which gives 404 error
In this step we 1.21.4.1

current wiki points to:

Step 5: Download the source code
cd $SOURCE_ROOT/openresty
wget --no-check-certificate https://openresty.org/download/openresty-1.21.1.4.tar.gz
tar xvf openresty-1.21.1.4.tar.gz

which gives

[root@chomp1 openresty]# wget --no-check-certificate https://openresty.org/download/openresty-1.21.1.4.tar.gz
--2022-11-21 06:25:14--  https://openresty.org/download/openresty-1.21.1.4.tar.gz
Resolving openresty.org (openresty.org)... 3.131.85.84, 2600:1f1c:9b2:8000:f183:c67e:2c64:855f
Connecting to openresty.org (openresty.org)|3.131.85.84|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2022-11-21 06:25:15 ERROR 404: Not Found.

We need:

cd $SOURCE_ROOT/openresty
wget --no-check-certificate https://openresty.org/download/openresty-1.21.4.1.tar.gz
tar xvf openresty-1.21.1.4.tar.gz

same in case of
cd $SOURCE_ROOT/openresty/openresty-1.21.1.4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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