My Advanced Linux/Advanced Linux
apache, --with-ssl 옵션 시 에러날 때
우주곰
2009. 8. 26. 11:22
오류내용)
해결방법)
간단하죠!
server/.libs/libmain.a(exports.o).data+0xa44): undefined reference to `apr_os_uuid_get'
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/opt/httpd-2.2.13'
make: *** [all-recursive] Error 1
collect2: ld returned 1 exit status
make[1]: *** [httpd] Error 1
make[1]: Leaving directory `/opt/httpd-2.2.13'
make: *** [all-recursive] Error 1
해결방법)
아파치 컴파일 시 아래 옵션을 추가 하면 OK!
--with-included-apr
--with-included-apr
간단하죠!