Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 06:07:28 +0100
From:      Jez Hancock <jez.hancock@munkboxen.mine.nu>
To:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Undefined symbol "ap_escape_logitem"
Message-ID:  <20020622060727.A33043@munkboxen.mine.nu>
In-Reply-To: <001d01c219a7$5c1666c0$c905010a@daylight.net>; from john@day-light.com on Fri, Jun 21, 2002 at 11:43:30PM -0500
References:  <20020621095031.A37394@coloradosurf.com> <001d01c219a7$5c1666c0$c905010a@daylight.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 21, 2002 at 11:43:30PM -0500, John Brooks wrote:
> After updating apache via the apache13-modssl port on a 4.5R system I am
> receiving the following error on restart
> 
> Cannot load /usr/local/libexec/apache/mod_log_config.so into server:
> /usr/local/libexec/apache/mod_log_config.so: Undefined symbol
> "ap_escape_logitem"
> 
> Temporarily I've commented out this module to get the server back online,
> but I will have no logging until corrected.
> 
> This box was built on Feb 7.
> Another 4.5R box built on May 1 did not have this problem.
> 
> Has anyone come across this problem while upgrading apache?
As it goes John I had the same error.  I found that it was due to the
fact that I had restarted apache without modifying
/usr/local/etc/apache/http.conf to reflect the upgrade.  The upgrade places
httpd.conf.default in /usr/local/etc/apache, and as such I simply did:

cp /usr/local/etc/apache/httpd.conf.default /usr/local/etc/apache/httpd.conf

and then modified /usr/local/etc/apache/httpd.conf as needed to reflect
my server requirements (in effect 'diffing' the old httpd.conf and the
new httpd.conf).

Hope that helps,
Jez
-- 
 Favourite pickup line: Hey baby, wanna synchronize sequence numbers?
  Warning: not always effective

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020622060727.A33043>