From owner-freebsd-current@FreeBSD.ORG Wed Oct 24 22:20:45 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0DDA16A419 for ; Wed, 24 Oct 2007 22:20:45 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 627D213C480 for ; Wed, 24 Oct 2007 22:20:45 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so406301pyb for ; Wed, 24 Oct 2007 15:20:37 -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:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=hUa8s3dPeLV2dGWIHty71q+IyY0Z0IDe+fr7YyZ+iQA=; b=tDcNd4eqQDWVRJw696b5YaAef4eH5krVpUF85eTiWfZbeZT9frGR95K2HH3YQD8JSKothQJdPirTBu/ysYFYmHGISqvCymJH1KP/e474PiWsM8H+ra5JnTbp1iuiMcC8wa20xIhPoo/G8zpLLSc7bGYmK7JhuXvSg3u/eSGQYqg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IZnsixcTEQLjsjplhX5THzFk3ywkQes8OOfKRD51ubiC+EsXOXAvZ1u3v7QwyQeMQO/HnhLVvjNDWxxI/TnTmoQIaCFHKC6rMuuE69g2Xh3XzWoLgwD2yIkltyn7Kkvwpa9mYUcfmPz+IFnfx5ZCKeCeQ/Gn5Ay4Mx9iYsyBvo8= Received: by 10.35.51.19 with SMTP id d19mr1203795pyk.1193264436886; Wed, 24 Oct 2007 15:20:36 -0700 (PDT) Received: by 10.35.117.12 with HTTP; Wed, 24 Oct 2007 15:20:36 -0700 (PDT) Message-ID: <8cb6106e0710241520o3f349bd1i30973cf09a913a98@mail.gmail.com> Date: Wed, 24 Oct 2007 18:20:36 -0400 From: "Josh Carroll" To: "Tuc at T-B-O-H" In-Reply-To: <200710241958.l9OJwn2o054792@vjofn.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071024193141.GA16463@wedge.madpilot.net> <200710241958.l9OJwn2o054792@vjofn.tucs-beachin-obx-house.com> Cc: freebsd-current@freebsd.org, Guido Falsi , Michal Varga Subject: Re: Undefined symbol "__mb_sb_limit" during 7.0-BETA1 installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 22:20:45 -0000 I hadn't seen this until today when I restarted Apache. From httpd-error.log: httpd: Syntax error on line 242 of /usr/local/etc/apache22/httpd.conf: Cannot load /usr/local/libexec/apache22/mod_ssl.so into server: /usr/local/lib/libcrypto.so.5: Undefined symbol "__mb_sb_limit" This particular install was a 6.2 -> RELENG_7 source update (just before PRERELEASE). I'm not seeing any other issues on the system (so far), but I'll keep my eyes open. I was able to build world just a day or two ago, but have not tried since then. Josh