Changes

Jump to navigation Jump to search
5 bytes added ,  11:27, 8 February 2015
→‎GeoIP plugin: replace extra with epel repo
Line 7: Line 7:     
=== GeoIP plugin===
 
=== GeoIP plugin===
We need the GeoIP package and the perl interface to the program but this isn't installed on SME Server. We'll have to grab the packages from yum. Yum has access to different public repositories where packages are available. GeoIP is in the extras repository. We'll enable the repository and install them.  
+
We need the GeoIP package and the perl interface to the program but this isn't installed on SME Server. We'll have to grab the packages from yum. Yum has access to different public repositories where packages are available. GeoIP is in the [['''epel''']] repository. We'll enable the repository and install them.  
   −
  yum --enablerepo=extras install perl-Geo-IP  
+
  yum --enablerepo=epel install perl-Geo-IP  
   −
Yum does the magic and knows to install both the program and the interface.  
+
Yum does the magic and knows to install both the program and the interface.
    
=== GeoIP database ===
 
=== GeoIP database ===

Navigation menu