From owner-freebsd-questions@FreeBSD.ORG Tue Mar 5 16:27:04 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AD75096E for ; Tue, 5 Mar 2013 16:27:04 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 8847DD86 for ; Tue, 5 Mar 2013 16:27:04 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id CB1B933C40; Tue, 5 Mar 2013 11:26:58 -0500 (EST) Received: by lowell-desk.lan (Postfix, from userid 1147) id 793BC3983C; Tue, 5 Mar 2013 11:26:57 -0500 (EST) From: Lowell Gilbert To: "Zyumbilev\, Peter" Subject: Re: unable to compile lighttpd form source References: <51344801.8030206@aboutsupport.com> Date: Tue, 05 Mar 2013 11:26:57 -0500 In-Reply-To: <51344801.8030206@aboutsupport.com> (Peter Zyumbilev's message of "Mon, 04 Mar 2013 09:06:41 +0200") Message-ID: <44boax3j8u.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2013 16:27:04 -0000 "Zyumbilev, Peter" writes: > Hi, > > I am trying to follow instructions on this page: > > http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2 > > and compile lighttpd. > > [root@pistolmp01 ~/lighttpd-1.4.28]# ./autogen.sh > ./autogen.sh: running `libtoolize --copy --force' > libtoolize: putting auxiliary files in `.'. > libtoolize: copying file `./ltmain.sh' > libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. > libtoolize: copying file `m4/libtool.m4' > libtoolize: copying file `m4/ltoptions.m4' > libtoolize: copying file `m4/ltsugar.m4' > libtoolize: copying file `m4/ltversion.m4' > libtoolize: copying file `m4/lt~obsolete.m4' > ./autogen.sh: running `aclocal -I m4' > configure.ac:42: error: automatic de-ANSI-fication support has been removed > /usr/local/share/aclocal-1.12/protos.m4:12: AM_C_PROTOTYPES is expanded > from... > configure.ac:42: the top level > autom4te-2.69: /usr/local/bin/gm4 failed with exit status: 1 > aclocal-1.12: error: /usr/local/bin/autom4te-2.69 failed with exit status: 1 > > System version is: FreeBSD 8.3-RELEASE-p3 > > > Please give me some hints as I am unable to install lighttpd with h264 > streaming support from both ports and source on FreeBSD. The port seems to work fine, so I'd recommend you try to figure out where that goes wrong for you, rather than figuring out version incompatibilities in autotools...