Saturday, 15 June 2013

configuration - Debian: ./configure fails because of PKG_CHECK -



configuration - Debian: ./configure fails because of PKG_CHECK -

i want build modified version of lighttpd. follow tutorial: http://h264.code-shop.com/trac/wiki/mod-h264-streaming-lighttpd-version2

this i've done far

apt install lighttpd apt 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 ...

after copied files , info directory , makefile.am entered:

./autogen.sh ./configure --enable-maintainer-mode --prefix=${home}/test/lighttpd-1.4.28

the console returnes:

... checking pkg-config... no checking libev support... ./configure: line 12184: syntax error near unexpected token `libev,' ./configure: line 12184: ` pkg_check_modules(libev, libev, ,' root@foo...

some people solved installing "pkg-config". installed bundle still can't run configuration.

i found out version of lighttpd contains bug. switched 1.4.28 1.4.30 , went good.

configuration make debian pkg-config

No comments:

Post a Comment