티스토리 뷰

# /usr/sbin/lighttpd -f /etc/lighttpd.conf

/usr/sbin/lighttpd: symbol lookup error: /usr/sbin/lighttpd: undefined symbol: EVP_md2


lighttpd 를 compile한 이후에 정상적으로 데몬이 올라가지 않는 증상이 있습니다,

이는 config파일인 /etc/lighttpd.conf에 아래 구문 때문.

ssl.pemfile = "/etc/utm.pem" 


해당 구문을 처리하기 위해서 openssl을 사용하는데, lighttpd를 compile하면서 openssl이 정상적으로 연동되지 않은 것입니다,


compile시에 configure 에 --with-openssl-libs="openssl이 설치 된 경로" 를 추가하고 동작시키도록 합니다.

# /usr/sbin/lighttpd -f /etc/lighttpd.conf

2013-01-29 19:40:24: (network.c.239) warning: please use server.use-ipv6 only for hostnames, not without server.bind / empty address; your config will break if the kernel default for IPV6_V6ONLY changes 

2013-01-29 19:40:24: (log.c.166) server started 


ipv6쪽 관련해서 약간의 오류가 있지만, 데몬은 정상적으로 올라옵니다.



댓글
최근에 올라온 글
최근에 달린 댓글
글 보관함
Total
Today
Yesterday