Update with newer packages

Dan Schaper 2017-01-25 15:50:43 -08:00
parent 66aa4d6022
commit 21ce70d259

@ -4,14 +4,14 @@
To get pi-hole running on an RPi3 running CentOS 7.x takes a few extra steps. To get pi-hole running on an RPi3 running CentOS 7.x takes a few extra steps.
[Install image](http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz) [Install image](http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1611-RaspberryPi3.img.xz)
Once your RPi3 is up and running CentOS 7.x you'll notice that there is no EPEL repo for the Arm7 architecture available at the moment. This means you'll not be able to easily install lighttpd or spawn-fcgi which are required. Once your RPi3 is up and running CentOS 7.x you'll notice that there is no EPEL repo for the Arm7 architecture available at the moment. This means you'll not be able to easily install lighttpd or spawn-fcgi which are required.
Setup an rpmbuild environment [RPM Build](https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment) Setup an rpmbuild environment [RPM Build](https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment)
Download source rpms: Download source rpms:
[lighttpd-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/l/lighttpd-1.4.39-3.el7.src.rpm) [lighttpd-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/l/lighttpd-1.4.44-1.1.el7.src.rpm)
[spawn-fcgi-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/s/spawn-fcgi-1.6.3-5.el7.src.rpm) [spawn-fcgi-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/s/spawn-fcgi-1.6.3-5.el7.src.rpm)
Build install rpms from both of those srpms. You'll need to install lighttpd lighttpd-fastcgi and spawn-fcgi. Build install rpms from both of those srpms. You'll need to install lighttpd lighttpd-fastcgi and spawn-fcgi.