Compilation of brotli for nginx fails since version 1.27.0 on Rocky Linux 8

2024-09-03 Thread Nikolaos Milas via nginx
Hello, I have been regularly upgrading nginx with brotli for a long time without issues, compiling brotli from source with the process you can see below. Now, since version 1.27.0, brotli compilation fails with the error: /usr/bin/ld: cannot find -lbrotlienc /usr/bin/ld: cannot find -l

Compilation of brotli for nginx fails since version 1.27.0 on Rocky Linux 8

2024-09-03 Thread Kevin Weis via nginx
Hey Nikolaos, I was able to reproduce your exact error and find a solution that should meet your needs, using the current Rocky Linux 8 container image from https://hub.docker.com/_/rockylinux with the image id of c79048e50f5f. My solution in short: Install the package `brotli-devel`. Here ar

Re: Compilation of brotli for nginx fails since version 1.27.0 on Rocky Linux 8

2024-09-03 Thread Nikolaos Milas via nginx
On 3/9/2024 9:57 μ.μ., Kevin Weis via nginx wrote: ... I was able to reproduce your exact error and find a solution that should meet your needs, using the current Rocky Linux 8 container image from https://hub.docker.com/_/rockylinux with the image id of c79048e50f5f. My solution in short: I

Re: Compilation of brotli for nginx fails since version 1.27.0 on Rocky Linux 8

2024-09-03 Thread Sergey A. Osokin
Hi Nikolas, On Tue, Sep 03, 2024 at 10:48:30PM +0300, Nikolaos Milas via nginx wrote: > On 3/9/2024 9:57 μ.μ., Kevin Weis via nginx wrote: > > ... > > I was able to reproduce your exact error and find a solution that should > > meet your needs, using the current Rocky Linux 8 container image from