Akkadius / glass-isc-dhcp

Glass - ISC DHCP Server Interface
MIT License
686 stars 143 forks source link

bin/dhcpd-pools is x86 only #18

Closed trogper closed 5 years ago

trogper commented 5 years ago

I'd like to use glass-isc-dhcp on a raspberry pi, but there are some x86 elf binaries. I propose detecting architecture on install and copying/linking appropriate binaries

Akkadius commented 5 years ago

You will have to build dhcpd-pools as instructed in the readme for your architecture. Once compiled, copy it to the bin directory in place of the existing pre-compiled directory.

trogper commented 5 years ago

I found out that dhcpd-pools is also available in apt, but in current raspbian it's an older version not supporting -A switch, so I compiled it, installed and symlinked. Would you be interested in providing this binary also for ARM?