> if_ethersubr.o: Undefined symbol `_looutput' referenced from text segment > nif_arp.o: Undefined symbol `_loif' referenced from text segment > ip_output.o: Undefined symbol `_looutput' referenced from text segment This is because you don't have `pseudo-device loop' enabled in your config file. It's required.