[rbldnsd] Building on Mac OS X 10.5.7

Michael Tokarev mjt at tls.msk.ru
Tue May 26 10:57:35 MSD 2009


Scott Haneda wrote:
> I am trying to get rbldnsd working on Mac OS X, I would appreciate any 
> success stories, or help getting past my current error below:
> 
> root at macbook rbldnsd-0.996b $./configure
> configure: rbldnsd... 0.996b (29 Mar 2008)
[]
> all done.

So configuration went ok.

> root at macbook rbldnsd-0.996b $make
> 
>  rbldnsd VERSION="0.996b (29 Mar 2008)"
> 
> gcc -Wall -W -O2 -pipe  -c rbldnsd.c -DVERSION="\"0.996b (29 Mar 2008)\""
> gcc -Wall -W -O2 -pipe  -c rbldnsd_zones.c
[]
> gcc  -o rbldnsd rbldnsd.o rbldnsd_zones.o rbldnsd_packet.o 
> rbldnsd_ip4set.o rbldnsd_ip4tset.o rbldnsd_ip4trie.o rbldnsd_dnset.o 
> rbldnsd_generic.o rbldnsd_combined.o rbldnsd_acl.o rbldnsd_util.o 
> librbldnsd.a -lz

and build (subject of this email) completed successfully with
only single warning about old NS record compatibility.

> root at macbook rbldnsd-0.996b $make install
> make: *** No rule to make target `install'.  Stop.

There never was a `install' target in rbldnsd's makefile, ever.

The whole thing consists of only single executable, use cp(1)
to install it to whatever place you want.  May also copy the
manpage.

/mjt




More information about the rbldnsd mailing list