Tokyo Cabinet Install Ubuntu
If you run into this error:
checking bzlib.h usability... no
checking bzlib.h presence... no
checking for bzlib.h... no
configure: error: bzlib.h is required
It's because you need the bzlib devel package. On ubuntu, it's (obviously?) libbz2-dev:
sudo apt-get install libbz2-dev
Then your ./configure might work a little better…