소스에서 빌드하려고 하면 다음 오류가 발생합니다 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에 많이 있습니다.