리눅스/apache

make시 undefined reference to `crypt' 발생시

Rohin 2017. 8. 30. 09:27
반응형

추가 에러 메세지

make[2]: *** [htpasswd] 오류 1

make[2]: Leaving directory '/usr/local/httpd-2.2.2/support'

make[1]: *** [all-recursive] 오류 1

make[1]: Leaving directory '/usr/local/httpd-2.2.2/support'

make: *** [all-recursive] 오류 1


※해결

yum install apr-util apr-util-devel 또는 yum install apr*