ratt-ru/meqtrees-timba

GDBM does not support large databases (> 2 GB)

Closed this issue · 1 comments

This is probably something with 32 bit addressing. We switched to QDBM to address this issue, but the debian packages don't ship with the GDBM compatibility include files anymore. We need to check:

  • if the newer GDBM libraries still have this issue
  • If so try to solve it, or make a QDBM package that includes the compatibility stuff.

solved per PR #32