In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes:
> - what is the status of lib gdbm and libc6 ? . Htdig uses gdbm but > libc6 provides db and sometime ago I'seen a post of Ulrich Drepper (glibc > maintener), he said that he was unable to find a maintainer for ligdbm. So > is gdbm offcialy dropped for hamm ? should I port htdig to use db instead? It's not officially dropped, it's just not currently maintained; I don't think there's any plan to drop it totally. I believe db has a dbm compatibility mode, and porting htdig to use that should be fairly easy; getting it to use db's native mode is a little more effort but may be worthwhile.