Linux compiled and installed httpsqs wget http://httpsqs.googlecode.com/files/libevent-2.0.12-stable.tar.gztar zxvf libevent-2.0.12-stable.tar.gzcd libevent-2.0.12-stable /. /configure -- prefix =/usr/local/libevent-2.0.12-stable/makemake installcd .. /wget http://httpsqs.googlecode.com/files/tokyocabinet-1.4.47.tar.gztar zxvf tokyocabinet-1.4.47.tar.gzcd /. /configure -- prefix =/usr/local/tokyocabinet-1. 4.47/# Note 1: Compile Tokyo cabinet on a 32-bit Linux operating system, please use./configure -- enable-off64 instead of./configure, can make the database file break through the limit of 2 GB.
#. /Configure -- enable-off64 -- prefix =/usr/local/tokyocabinet-1.4.47/# Note 2: bzlib. h is required. If this error occurs, you can install the required lib # yum install zlib * make * # yum install bzip * make * makemake installcd .. /wget http://httpsqs.googlecode.com/files/httpsqs-1.7.tar.gztar zxvf httpsqs-1.7.tar.gzcd httpsqs-1.7/makemake installcd ../