From owner-freebsd-ports@FreeBSD.ORG Tue May 17 21:04:31 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14F2A106564A; Tue, 17 May 2011 21:04:31 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id BF6948FC15; Tue, 17 May 2011 21:04:30 +0000 (UTC) Received: from [172.16.10.154] (unknown [172.16.10.154]) by mail.intertainservices.com (Postfix) with ESMTPA id 4D93E569D8; Tue, 17 May 2011 17:04:27 -0400 (EDT) From: Mike Jakubik To: olli hauer In-Reply-To: <4DD2E09D.8050708@gmx.de> References: <1305656249.1822.5.camel@mjakubik-laptop> <20110517185143.GC1321@procyon.xvoid.org> <1305659556.1822.11.camel@mjakubik-laptop> <4DD2E09D.8050708@gmx.de> Date: Tue, 17 May 2011 17:04:26 -0400 Message-ID: <1305666266.1822.18.camel@mjakubik-laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 4D93E569D8.AFFEB X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Yuri Pankov , ports@freebsd.org, apache@freebsd.org Subject: Re: FreeBSD Port: devel/apr1 (1.4.4 breaks apache22) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2011 21:04:31 -0000 On Tue, 2011-05-17 at 22:54 +0200, olli hauer wrote: > Hi Mike, > > can you give some more details about your APR configuration? > > $> cd devel/apr1 > $> make showconfig > > And maybe disable the mod_jk module for a test? I have confirmed the culprit to be mod_jk, however re-compiling mod_jk does not solve the problem. Unfortunately this module is essential to our environment. Below is the apr1 config. ===> The following configuration options are available for apr-devrandom-1.4.4.1.3.11: THREADS=on "Enable Threads in apr" IPV6=off "Enable IPV6 Support in apr" BDB=off "Enable Berkley BDB support in apr-util" GDBM=off "Enable GNU dbm support in apr-util" LDAP=off "Enable LDAP support in apr-util" MYSQL=off "Enable MySQL suport in apr-util" NDBM=off "Enable NDBM support in apr-util" PGSQL=off "Enable Postgresql suport in apr-util" SQLITE=off "Enable SQLite3 support in apr-util" DEVRANDOM=on "Use /dev/random or compatible in apr" Thanks.