From owner-freebsd-apache@FreeBSD.ORG Mon Jan 28 23:07:55 2008 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D1E916A418 for ; Mon, 28 Jan 2008 23:07:55 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (mail.1command.com [75.160.109.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5F99513C465 for ; Mon, 28 Jan 2008 23:07:55 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id m0SN7laB079726 for ; Mon, 28 Jan 2008 15:07:53 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id m0SN7leo079725 for freebsd-apache@freebsd.org; Mon, 28 Jan 2008 15:07:47 -0800 (PST) (envelope-from chris#@1command.com) Received: from hitme.hitometer.net (hitme.hitometer.net [75.160.109.235]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 28 Jan 2008 15:07:47 -0800 Message-ID: <20080128150747.ug2g1gsrrk8w4g04@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 28 Jan 2008 15:07:47 -0800 From: "Chris H." To: freebsd-apache@freebsd.org References: <20080127175111.jmfabv0s0ok80wcw@webmail.1command.com> In-Reply-To: <20080127175111.jmfabv0s0ok80wcw@webmail.1command.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Re: Please mark apache13-ssl BROKEN X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 23:07:55 -0000 Quoting "Chris H." : > Greetings, > After building the www/apache13-ssl from ports src, and installing > without errors. I ran httpsdctl configtest to insure everything was > AOK. > However, it is not. It returns the following: > Syntax error on line 208 of /usr/local/etc/apache/httpsd.conf: > Cannot load /usr/local/libexec/apache/mod_mmap_static.so into server: > /usr/local > /libexec/apache/mod_mmap_static.so: Undefined symbol "ap_null_cleanup" > > Commenting the loadmodule line only causes Apache to complain about > the next module in the same fashion. This is a terrible loss to the > FreeBSD ports system. Any news as to when Apache will be working again? > > FYI: > FreeBSD-7-PRERELEASE cvsupped src/ports 2008-01-15, build/install > world/kernel > on the same day. > This is an SMP system (2 CPU). > > Everything /but/ Apache works as expected. OK. I found the problem with this. Seems inspite of the fact that /usr/bin/objformat is considered obsolete, and is not created by default. It /is/ needed - at least for www/apache13-ssl. So I was able to build a working copy of Apache by performing the following: touch /usr/bin/objformat Edit /usr/bin/objformat and add the following: #!/bin/sh echo elf Save the file and perform the following: chmod +r +x -w /usr/bin/objformat Built www/apache13-ssl from src, and everything worked perfectly. :) Chris out... > > > > -- > panic: kernel trap (ignored) > > > > -- panic: kernel trap (ignored)