ソースからビルドしようとすると、次のエラーが発生しますpgBouncer
。これは構成段階で発生します(OS:Ubuntu12.04)。解決策はありますか?
checking for library containing gethostbyname... none required
checking for library containing hstrerror... none required
checking for crypt... yes checking for lstat... yes
checking for libevent... configure: error: not found, cannot proceed
答え1
オペレーティングシステムにlibeventがインストールされている必要があります。 apt-getを使用してlibeventをインストールするか、ソースからインストールします。
libeventsのインストール方法へのリンクはGoogleにたくさんあります。