2013-02-17 2 views
1

수정 된 버전의 lighttpd를 만들고 싶습니다.데비안 : PKG_CHECK로 인해 ./configure가 실패했습니다.

./autogen.sh 
./configure --enable-maintainer-mode --prefix=${HOME}/test/lighttpd-1.4.28 
: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2

이것은 내가 지금까지

apt get install lighttpd 
apt get install automake autoconf libtool 
cd /var/tmp 
wget http://h264.code-shop.com/download/lighttpd-1.4.18_mod_h264_streaming-2.2.9.tar.gz 
tar -zxvf lighttpd-1.4.18_mod_h264_streaming-2.2.9.tar.gz 
wget http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.28.tar.gz 
tar ... 

내가 입력 한 디렉토리와 Makefile.am 모든 파일과 데이터를 복사 한 후

를 무슨 짓을했는지입니다 : 나는이 튜토리얼을 따라

콘솔 returnes :

... 
     checking for pkg-config... no 
     checking for libev support... ./configure: line 12184: syntax error near unexpected token `LIBEV,' 
./configure: line 12184: `  PKG_CHECK_MODULES(LIBEV, libev, ,' 
[email protected] 

어떤 사람들은 "pkg-config"를 설치하여이를 해결했습니다. 이 패키지를 설치했지만 구성을 계속 실행할 수 없습니다.

답변

2

이 버전의 lighttpd에 버그가 있음을 알았습니다. 나는 1.4.28에서 1.4.30으로 바꿨고 모든 것이 잘되었다.

관련 문제