From owner-freebsd-current@FreeBSD.ORG Sat Sep 15 10:19:58 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 14C6116A421 for ; Sat, 15 Sep 2007 10:19:58 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id E71D913C428 for ; Sat, 15 Sep 2007 10:19:57 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so822068rvb for ; Sat, 15 Sep 2007 03:19:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mMx/P2ZWJQkhk5Q2f7i9jCT3b0WMJeMfYQfFYNnddiw=; b=jcRd20VwvT8uxM1Qz+oPU4XWesiD3fo3vAM8JXFlQL9dawxs0rN57qcwGmvAP9l67o/iJuuAfZCrWFEgQhiVG6NNXzQXIekuBw5pRbQpEjTXw0H//kjL2hNVDafZI53aAO+ZpdcxqANXGhlt8iTN4pfZmmh1m3yG9BUFC613XTY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JdHXoghDdvVrxS+YZdcawYIszN3J7MZ/gF7DeHi3ted3Ifd1lz+cDk2ZSt9cwh0i8swd7Xc4CpR9p6wDJSWNl79+EB2Ie8NS+eVVYFjsSgMb5XZ9OlkdAoCYQX89Jn6zCiB7HpcDAhnIbhFK/2kyvYHh6gxBapejAQA/XrOcWD8= Received: by 10.140.147.5 with SMTP id u5mr198142rvd.1189851597527; Sat, 15 Sep 2007 03:19:57 -0700 (PDT) Received: by 10.141.86.8 with HTTP; Sat, 15 Sep 2007 03:19:57 -0700 (PDT) Message-ID: Date: Sat, 15 Sep 2007 14:19:57 +0400 From: pluknet To: "Michael Butler" In-Reply-To: <46E993C2.7020700@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46E993C2.7020700@protected-networks.net> Cc: current@freebsd.org Subject: Re: 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: Sat, 15 Sep 2007 10:19:58 -0000 On 13/09/2007, Michael Butler wrote: > 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 > Hello. An --export-dynamic flag passed to the linker helped me to avoid this issue. wbr, pluknet > Michael