[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
G.1 The CDB utilities Utilities for the LinkController indexes. G.2 The Tie-Transact-Hash Perl Module and Programmes Berkeley DB editing tools.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
In order to have LinkController working you must have installed these.
It is worth looking at the utilities that are provided, especially
cdbdump
which will let you look at the contents of the file. You
should be aware that cdbget
program which is provided
won't be able to get at the full contents of the index files
since they contain repeated keys.
More information on cdb and new releases can be got from the www page.
When using link controller you are advised to use FreeCDB which, becuase of its license, has the extra guarantee that it wil be possible to distribute fixed versions.
http://packages.debian.org/freecdb
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This is a Perl module written by myself which includes a program which allows direct examination and editing of Berkeley databases. It can be useful for debugging and correcting problems in the LinkController Link database or schedule file.
Tie::TransactHash can be downloaded from CPAN, the Comprehensive Perl Archive Network get there via:
http://www.perl.com/language/info/software.html
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |