Hi,<br><br>In <a href="http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz">http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz</a> , you can read db_dump185 among main/astdb/Makefile targets, though this target is commented out from all target :<br>
...<br>LIBDBSO=libdb.so.$(SOVER)<br>PROG= db_dump185<br>...<br>SHOBJS= $(patsubst %.o,%.os,$(OBJS))<br><br>include $(ASTTOPDIR)/Makefile.rules<br><br>all: $(LIBDB) #$(LIBDBSO) $(PROG)<br><br>db_dump185.o: db_dump185.c<br>
$(CL) -o $@ $<<br><br><br>If you run "make ASTTOPDIR=/usr/src/bristuff .../asterisk db_dump185", it replies db_dump185.c is missing.<br><br>Is using this makefile the way to build db_dump185 ?<br>If negative, which is the way to get a running db_dump185 ?<br>
If positive, where should db_dump185.c come from ?<br><br>Regards<br>