Displaying 3 results from an estimated 3 matches for "db1_dump185".
2009 Jan 30
1
Where to find db1_dump185 in debian packages ?
Hello,
Here http://www.voip-info.org/wiki/view/Asterisk+database , you can read:
"Also, since it's a normal Berkely db1 (version185) file its contents can be
viewed/dumped with the standard *db1_dump185* tool. Thus db1_dump185 -p
/var/lib/asterisk/astdb will show the complete database tree."
Where can this db1_dump185 be found using Debian packages ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attac...
2009 Feb 21
0
Where to find db1_dump185 in debian packages ? [SOLVED]
...empgen <philipp.kempgen at amooma.de>
> Olivier schrieb:
> > Here http://www.voip-info.org/wiki/view/Asterisk+database , you can
> read:
> > "Also, since it's a normal Berkely db1 (version185) file its contents can
> be
> > viewed/dumped with the standard *db1_dump185* tool. Thus db1_dump185 -p
> > /var/lib/asterisk/astdb will show the complete database tree."
> >
> > Where can this db1_dump185 be found using Debian packages ?
>
> db1_dump185 is not in any Debian package. Debian has db4.
> db1 is for RedHat people only who install...
2011 Sep 16
0
How to build db1_dump185 tool ?
Hi,
Here (http://www.voip-info.org/wiki/view/Asterisk+database) you can read a
db1_dump185 tool can be build using asterisk source code and special make
options.
I took a look a t/usr/src/asterisk/main/db1-ast directory.
It includes a Makefile file in which db1_dump185 is present but command
"make all" fails with a "Makefile.rules is missing" message.
Suggestions ?...