modules after upgrade

Larry Martell larry.martell at gmail.com
Thu Feb 1 18:10:35 UTC 2024


On Thu, Feb 1, 2024 at 12:48 PM Sergey A. Osokin <osa at freebsd.org.ru> wrote:
>
> Hi Larry,
>
> On Thu, Feb 01, 2024 at 12:28:40PM -0500, Larry Martell wrote:
> >
> > I was able to install nginx-module-image-filter with apt, but
> > http-xslt-filter, mail, stream all fail with the same message Depends:
> > nginx-common (= 1.18.0-0ubuntu1.4).
> >
> > I looked at the 2 links you gave and both talk about building nginx
> > from source to get those modules included. Is that now required? With
> > 1.18 I simply did:
> >
> > sudo apt install lua5.3
> > sudo apt install libluajit-5.1-2
> > sudo apt install lua-sql-mysql
> > sudo apt install libnginx-mod-http-lua
>
> I've forgotten to mention that you'd need to rebuild all native
> modules or use packages from the official site,
> https://nginx.org/en/linux_packages.html#Ubuntu
>
> And please do not mix packages from official site and Ubuntu
> packages, please choose only one source of true.

I had already done all that. (Those instructors are the same as the
page I initially referenced,
https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/.)
But it still seems to be using Ubuntu packages:

$ sudo apt policy libnginx-mod-mail
libnginx-mod-mail:
  Installed: (none)
  Candidate: 1.18.0-0ubuntu1.4
  Version table:
     1.18.0-0ubuntu1.4 500
        500 http://us.archive.ubuntu.com/ubuntu focal-updates/main
amd64 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
        100 /var/lib/dpkg/status
     1.17.10-0ubuntu1 500
        500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages


More information about the nginx mailing list