modules after upgrade

Sergey A. Osokin osa at freebsd.org.ru
Thu Feb 1 18:27:55 UTC 2024


On Thu, Feb 01, 2024 at 01:10:35PM -0500, Larry Martell wrote:
> 
> 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

The nginx prebuilt packages for Ubuntu has built with the mail module,
so you do not need to install it as a separate package.  Ubuntu' nginx
packages can be safely removed.

To see how nginx has been built run the following command:

% nginx -V

-- 
Sergey A. Osokin


More information about the nginx mailing list