Add new comment

It seems you have installed these nginx modules as dynamic modules:
  
nginx-mod-http-perl-1:1.12.2-1.el7.x86_64
nginx-mod-stream-1:1.12.2-1.el7.x86_64
nginx-mod-http-image-filter-1:1.12.2-1.el7.x86_64
nginx-mod-http-xslt-filter-1:1.12.2-1.el7.x86_64
nginx-mod-mail-1:1.12.2-1.el7.x86_64
nginx-mod-http-geoip-1:1.12.2-1.el7.x86_64
  
In the first place, your nginx is already version 1.12.2 why would you install same version? I suggest you keep your existing nginx. Anyway, if you are just experimenting or doing something else first remove the dynamic modules mentioned above. I'm not sure what linux distro you are using but for Red Hat/CentOS systems:
  
yum remove nginx-mod-http-perl
yum remove nginx-mod-stream
yum remove nginx-mod-http-image-filter
yum remove nginx-mod-http-xslt-filter
yum remove nginx-mod-mail
yum remove nginx-mod-http-geoip
  
for Ubuntu/Debian systems:
  
apt-get remove nginx-mod-http-perl
apt-get remove nginx-mod-stream
apt-get remove nginx-mod-http-image-filter
apt-get remove nginx-mod-http-xslt-filter
apt-get remove nginx-mod-mail
apt-get remove nginx-mod-http-geoip
  
Then try installing the nginx you have build and the dynamic modules you have removed (only those modules that you did not compiled with nginx as static modules).

Restricted HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.