I struggled to compile wu-ftpd for a few hours last night trying to get a more featureful server than the ftpd included with OS X. Eventually I found that, on the good side, the lastest version of wu-ftpd http://www.wu-ftpd.org/ has a customized makefile for OS X. On the down side though, it doesn't quite work. It fails to link the executables with an error "-lresolv not found" (approximately). Now I know that OS X doesn't use a traditional resolv daemon (or whatever) because it has snazzy netinfo, but there HAS to be something for a poor little program like wu-ftpd to link to to do name lookups. Any ideas how I can fix this?