]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: updated fedora/centos references
authorjason taylor <jtfas90@gmail.com>
Tue, 17 Jul 2018 00:53:24 +0000 (20:53 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Aug 2018 09:03:00 +0000 (11:03 +0200)
* updated fedora yum references to dnf
* updated/added centos/rhel references

Signed-off-by: jason taylor <jtfas90@gmail.com>
configure.ac

index 98bbd32da467a5dfab782ecfa1efe975e8870267..1f4e497f1a44b923c1289682e64768e0439079cb 100644 (file)
         echo "   or your distribution:"
         echo
         echo "   Ubuntu: apt-get install libyaml-dev"
-        echo "   Fedora: yum install libyaml-devel"
+        echo "   Fedora: dnf install libyaml-devel"
+        echo "   CentOS/RHEL: yum install libyaml-devel"
         echo
         exit 1
     fi
         echo "   from http://www.tcpdump.org or your distribution:"
         echo
         echo "   Ubuntu: apt-get install libpcap-dev"
-        echo "   Fedora: yum install libpcap-devel"
+        echo "   Fedora: dnf install libpcap-devel"
+        echo "   CentOS/RHEL: yum install libpcap-devel"
         echo
         exit 1
     fi
         echo "   go get it from http://www.tcpdump.org or your distribution:"
         echo
         echo "   Ubuntu: apt-get install libpcap-dev"
-        echo "   Fedora: yum install libpcap-devel"
+        echo "   Fedora: dnf install libpcap-devel"
+        echo "   CentOS/RHEL: yum install libpcap-devel"
         echo
         exit 1
     fi
         echo "   or your distribution:"
         echo
         echo "   Ubuntu: apt-get install libcap-ng-dev"
-        echo "   Fedora: yum install libcap-ng-devel"
+        echo "   Fedora: dnf install libcap-ng-devel"
+        echo "   CentOS/RHEL: yum install libcap-ng-devel"
         echo
         echo "   Suricata will be built without support for dropping privs."
         echo
               echo "   from Mozilla or your distribution:"
               echo
               echo "   Ubuntu: apt-get install libnspr4-dev"
-              echo "   Fedora: yum install nspr-devel"
+              echo "   Fedora: dnf install nspr-devel"
+              echo "   CentOS/RHEL: yum install nspr-devel"
               echo
               exit 1
           fi
               echo "   from Mozilla or your distribution:"
               echo
               echo "   Ubuntu: apt-get install libnss3-dev"
-              echo "   Fedora: yum install nss-devel"
+              echo "   Fedora: dnf install nss-devel"
+              echo "   CentOS/RHEL: yum install nss-devel"
               echo
               exit 1
           fi
             echo "   from http://www.darwinsys.com/file/ or your distribution:"
             echo
             echo "   Ubuntu: apt-get install libmagic-dev"
-            echo "   Fedora: yum install file-devel"
+            echo "   Fedora: dnf install file-devel"
+            echo "   CentOS/RHEL: yum install file-devel"
             echo
             enable_magic="no"
         fi
                     echo "   from http://lua.org/index.html or your distribution:"
                     echo
                     echo "   Ubuntu: apt-get install liblua5.1-dev"
-                    echo "   CentOS/Fedora: yum install lua-devel"
+                    echo "   Fedora: dnf install lua-devel"
+                    echo "   CentOS/RHEL: yum install lua-devel"
                     echo
                     echo "   If you installed software in a non-standard prefix"
                     echo "   consider adjusting the PKG_CONFIG_PATH environment variable"
                 echo "   from http://lua.org/index.html or your distribution:"
                 echo
                 echo "   Ubuntu: apt-get install liblua5.1-dev"
-                echo "   CentOS/Fedora: yum install lua-devel"
+                echo "   Fedora: dnf install lua-devel"
+                echo "   CentOS/RHEL: yum install lua-devel"
                 echo
                 echo "   If you installed software in a non-standard prefix"
                 echo "   consider adjusting the PKG_CONFIG_PATH environment variable"
             echo "   from http://www.maxmind.com/en/geolite or your distribution:"
             echo
             echo "   Ubuntu: apt-get install libgeoip-dev"
-            echo "   Fedora: yum install GeoIP-devel"
+            echo "   Fedora: dnf install GeoIP-devel"
+            echo "   CentOS/RHEL: yum install GeoIP-devel"
             echo
             exit 1
         fi
             echo
             echo "   Ubuntu: apt-get install libhiredis-dev"
             echo "   Fedora: dnf install hiredis-devel"
-            echo "   RHEL/CentOS: yum install hiredis-devel"
+            echo "   CentOS/RHEL: yum install hiredis-devel"
             echo
             exit 1
         fi
                         echo
                         echo "   Ubuntu: apt-get install libevent-dev"
                         echo "   Fedora: dnf install libevent-devel"
-                        echo "   RHEL/CentOS: yum install libevent-devel"
+                        echo "   CentOS/RHEL: yum install libevent-devel"
                         echo
                    fi
                    if test "$HAVE_LIBEVENT_PTHREADS" = "no"; then
@@ -2119,7 +2129,7 @@ if test "$enable_liblz4" = "no"; then
     echo
     echo "  Ubuntu: apt-get install liblz4-dev"
     echo "  Fedora: dnf install lz4-devel"
-    echo "  RHEL/CentOS: yum install epel-release"
+    echo "  CentOS/RHEL: yum install epel-release"
     echo "               yum install lz4-devel"
     echo
 fi