From owner-freebsd-stable@FreeBSD.ORG Mon Jan 28 23:12:53 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8F3016A419 for ; Mon, 28 Jan 2008 23:12:53 +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 9196013C448 for ; Mon, 28 Jan 2008 23:12:53 +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 m0SNCjqZ080283 for ; Mon, 28 Jan 2008 15:12:51 -0800 (PST) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id m0SNCjbB080282 for freebsd-stable@freebsd.org; Mon, 28 Jan 2008 15:12:45 -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:12:45 -0800 Message-ID: <20080128151245.4n44bbncg8c0sgsk@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 28 Jan 2008 15:12:45 -0800 From: "Chris H." To: freebsd-stable@freebsd.org References: <20080127191654.oc7v13ha0gsw0gg8@webmail.1command.com> <20080127213903.n9zsdakxogcgokck@webmail.1command.com> <20080128145939.ob1vsqgpc8wk4s0s@webmail.1command.com> In-Reply-To: <20080128145939.ob1vsqgpc8wk4s0s@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: Apache13-ssl fails on 7-PRERELEASE [SOLVED] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 23:12:53 -0000 Quoting "Chris H." : > Quoting "Chris H." : > >> Quoting "Chris H." : >> >>> Greetings, >>> On an SMP system (2 CPU) running 7 cvsupped on 2008-01-15 >>> with a build/install world/kernel on the same. >> >> D'ho! Forgot to mention this is on an i386. >> >>> I built/installed >>> www/apache13-ssl. It built/installed expected. However, after >>> testing with an httpsdctl configtest, apache emitted 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 offending module only caused apache to complain >>> about the next one in the list. This is a terrible loss to the >>> FreeBSD ports. Has anyone a suggestion/patch for this? Has anyone >>> else experienced this problem? All of our other servers have built/ >>> ran this version without complaint/trouble. All the conf files have >>> been carefully crafted over many yrs. and I have no interest in >>> using a newer version of Apache, so as to have to re-craft the >>> configs. >>> >>> Thank you for all your time and consideration in this matter. >>> >>> P.S. >>> I realize that this should normally be directed to apache-freebsd@ >>> and I /did/ do so. However, after having been on the list for quite >>> some time. It appears that I am the only one subscribed to it. >>> Further, as this is on CURRENT, I felt that there must be some >>> difference. As I had no trouble with this on a 6-CURRENT box/install. >>> >>> Thanks again. > > OK. After much research and trials and errors. I was able to find a > solution. In spite of the man page information regarding objformat > being obsolete and discontinued. It is still required (at least for > a few things). As it happens, it is quite easy to overcome the problem > building a /working/ www/apache13-ssl from recent src on a > FreeBSD 7.0-PRERELEASE i386 box. It is a matter of creating: > /usr/bin/objformat > > eg; > > # touch /usr/bin/objformat > > Edit /usr/bin/objformat and add the following: > > #!/bin/sh > echo elf > > Now perform the following: > > # chmod +r +x -w /usr/bin/objformat > > You're done. :) > Happy building! > > --Chris H D'OH! Forgot to add [SOLVED] to the Subject. :) > >>> >>> --Chris H >>> >>> -- >>> panic: kernel trap (ignored) >>> >>> >>> >>> _______________________________________________ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >>> >> >> -- >> panic: kernel trap (ignored) >> >> >> >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > > > -- > panic: kernel trap (ignored) > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- panic: kernel trap (ignored)