Displaying 1 result from an estimated 1 matches for "libdbso".
Did you mean:
libdb
2009 Feb 24
0
db_dump185.c missing if Asterisk 1.4 source file
Hi,
In http://downloads.digium.com/pub/asterisk/releases/asterisk-1.4.22.tar.gz,
you can read db_dump185 among main/astdb/Makefile targets, though this
target is commented out from all target :
...
LIBDBSO=libdb.so.$(SOVER)
PROG= db_dump185
...
SHOBJS= $(patsubst %.o,%.os,$(OBJS))
include $(ASTTOPDIR)/Makefile.rules
all: $(LIBDB) #$(LIBDBSO) $(PROG)
db_dump185.o: db_dump185.c
$(CL) -o $@ $<
If you run "make ASTTOPDIR=/usr/src/bristuff .../asterisk db_dump185", it
replies d...