From owner-freebsd-mono@FreeBSD.ORG Sat Jul 11 14:46:30 2009 Return-Path: Delivered-To: mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 690051065670 for ; Sat, 11 Jul 2009 14:46:30 +0000 (UTC) (envelope-from arjo.hooimeijer@xs4all.nl) Received: from mail.hooimeijer.nl.eu.org (deathstar.xs4all.nl [80.101.90.206]) by mx1.freebsd.org (Postfix) with ESMTP id E17BE8FC0C for ; Sat, 11 Jul 2009 14:46:29 +0000 (UTC) (envelope-from arjo.hooimeijer@xs4all.nl) Received: from localhost (localhost.starwars.nl.eu.org [127.0.0.1]) by mail.hooimeijer.nl.eu.org (Postfix) with ESMTP id B73681CC29; Sat, 11 Jul 2009 16:29:09 +0200 (CEST) X-Virus-Scanned: amavisd-new at starwars.nl.eu.org Received: from mail.hooimeijer.nl.eu.org ([127.0.0.1]) by localhost (deathstar.starwars.nl.eu.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id o-LSiRdScs9k; Sat, 11 Jul 2009 16:29:08 +0200 (CEST) Received: from [192.168.28.3] (deathstar.xs4all.nl [80.101.90.206]) by mail.hooimeijer.nl.eu.org (Postfix) with ESMTPSA id 787131CC1C; Sat, 11 Jul 2009 16:29:08 +0200 (CEST) Message-ID: <4A58A1A8.2020609@xs4all.nl> Date: Sat, 11 Jul 2009 16:28:56 +0200 From: Arjo Hooimeijer User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Arjo Hooimeijer , mono@freebsd.org References: <20090703084321.GA61984@xs4all.nl> <20090711133414.GA49778@blogreen.org> In-Reply-To: <20090711133414.GA49778@blogreen.org> X-Enigmail-Version: 0.95.7 OpenPGP: id=072C07C7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: www/mod_mono patch error X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 14:46:30 -0000 My answers below, although with 2.4.2 mod_mono patches fine again. On 11-7-2009 15:34, Romain Tartière wrote: > Hi! > > On Fri, Jul 03, 2009 at 10:43:21AM +0200, Arjo Hooimeijer wrote: > >> On my FreeBSD 7.2-RELEASE-p1 amd64 system the www/mod_mono port fails >> with a patch error. I have included the 'make' output and >> configure.rej below. >> > > Do you have apache built with apr from ports? > Not that I'm aware of, depends on the defaults. > The output of `apachectl -V` may also help. > Server version: Apache/2.0.63 Server built: Jun 19 2009 11:05:16 Server's Module Magic Number: 20020903:13 Server loaded: APR 0.9.17, APR-UTIL 0.9.15 Compiled using: APR 0.9.17, APR-UTIL 0.9.15 Architecture: 64-bit Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_FLOCK_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/usr/local" -D SUEXEC_BIN="/usr/local/bin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="/var/run/apache_runtime_status" -D DEFAULT_LOCKFILE="/var/run/accept.lock" -D DEFAULT_ERRORLOG="/var/log/httpd-error.log" -D AP_TYPES_CONFIG_FILE="etc/apache2/mime.types" -D SERVER_CONFIG_FILE="etc/apache2/httpd.conf" > Thanks, > Romain > >