Remove and stop FOG to act as a DHCP server
-
@msi I’m doing a test install on a centos machine right now. Let me see what needs to be altered for centos 7
-
@george1421 I’m currently stuck on libidn. The compiler is not seeing it, but its installed. This may take me a bit more to understand why.
-
@george1421 I just found a compiled version of dnsmasq 2.76: ftp://ftp.pbone.net/mirror/rnd.rajven.net/centos/7.0.1406/os/x86_64/dnsmasq-2.76-1cnt7.x86_64.rpm
I can’t speak to the efficacy of the rpm, but it would jump you ahead of the compiling of the source. I’m going to still work on the compiler part, but only for my satisfaction
-
@msi said in Remove and stop FOG to act as a DHCP server:
[root@localhost dnsmasq-2.76]# sudo make install
/bin/sh: cc: command not found
/bin/sh: cc: command not found
Package dbus-1 was not found in the pkg-config search path.I am not sure about the dnsmasq stuff but usually there is the magic three steps when compiling software on linux:
./configure
,make
andmake install
. Not for dnsmasq?@msi Did you install dnsmasq as rpm now. Shall we mark this solved?