checking whether vsnprintf returns correct values on overflow... yes
checking whether snprintf can declare const char *fmt... yes
checking whether system supports SO_PEERCRED getsockopt... no
checking whether getpgrp requires zero arguments... yes
configure: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) ***
해결방법
openssl 설치는 이미 되어 있었기에 위치지정함
./configure --with-ssl-dir=/usr/local/openssl/ --with-tcp-wrappers
'오늘 삽질한 것' 카테고리의 다른 글
proftpd 접속창 응답이 느린 경우 (0) | 2009.04.22 |
---|---|
tar: Removing leading `/' from member names (0) | 2009.04.16 |
bash: rsync: command not found (0) | 2009.04.03 |
오래된 디렉토리 옮기기 (0) | 2009.04.03 |
/usr/ucb/cc: language optional software package not installed (0) | 2009.03.23 |