From owner-freebsd-current@FreeBSD.ORG Thu Sep 13 20:09:02 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88F8916A417 for ; Thu, 13 Sep 2007 20:09:02 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [64.46.156.146]) by mx1.freebsd.org (Postfix) with ESMTP id 4633613C442 for ; Thu, 13 Sep 2007 20:09:02 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from [192.168.1.126] (unknown [64.119.130.186]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mbutler-d620.vericept.com", Issuer "Protected Networks Certificate Authority" (verified OK)) by sarah.protected-networks.net (Postfix) with ESMTP id 5D2156185 for ; Thu, 13 Sep 2007 15:49:36 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1189712976; bh=c4pwUoN0lRZ8VF 0tGdE4Y6wkQtb08wifEiwxey1Dk+A=; h=DomainKey-Signature:Message-ID: Date:From:User-Agent:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=COwrQRraYw2/HcsK8Jrw/OHzmjl+bZryh5od7 F4jmS9yv7zqBDxf3D64hsmntAlTYYOMTO7uu82wQgE35/lXz3RhyxuEHo3Xck15i5ob ThqLRxoPZ9il3x77aHjcooUw DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: content-type:content-transfer-encoding; b=NyfozcKvWuCyLGIP50A0kvgnIO3+0Wi8FOBH14oUTFn7vw5tBIvEHelwPkC9AGVUr RxSs3tUnqTUN8O7hTtqXavwmD9UpyFtS9V+SIcFpw+EuPXxV1I8t2ndgdhsGffK Message-ID: <46E993C2.7020700@protected-networks.net> Date: Thu, 13 Sep 2007 15:47:14 -0400 From: Michael Butler User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: apache start-up issue? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 20:09:02 -0000 This is weird .. any ideas? imb@mail:/home/imb> sudo /usr/local/etc/rc.d/apache.sh restart apache not running? (check /var/run/httpd.pid). Starting apache. Syntax error on line 205 of /usr/local/etc/apache/httpd.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" .. yet .. imb@mail:/home/imb> nm /usr/local/sbin/httpd | grep ap_null_cleanup 0804b290 T ap_null_cleanup Michael