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
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
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
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