From owner-freebsd-questions@FreeBSD.ORG Thu Apr 9 18:41:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4188D106566B for ; Thu, 9 Apr 2009 18:41:25 +0000 (UTC) (envelope-from mheitm@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id C12088FC26 for ; Thu, 9 Apr 2009 18:41:24 +0000 (UTC) (envelope-from mheitm@gmail.com) Received: by bwz8 with SMTP id 8so719228bwz.43 for ; Thu, 09 Apr 2009 11:41:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=WAa2M/A1NOzjeoskwuRKFspVhUol1cmYEmWc+A2fjao=; b=Hw5nK0+Mt+Au+Sv9Uw2KD4y5WujpOgbNnPkQDPShHReoQuZ1/RyrVYPKScH7Me+0BY BNkCFAbfw2QXpc/wT+k8l+zTxn/pIqlDBqvMLrxxVNTTkGo6Ts6zOLMglwADxAZltXfv Xnm9+Br/PI2m9CT7QL186qJ0kZ6O5WWgUviw4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=M525449G1dmPEZvd50Xzf3Up0lylINaqJfhIjKAdH8jSyJzmwqCIDrkedcUlxJ5vPX LqbFQdz8/A/pO+RdMepcMTe9WpwcX+2TeRxAbOdldAQ5kJLkwE269tfRf9PeW+fxVDry L3CDhtUMM/nOEPHbn39dFr042g9lW1oK+eV+A= MIME-Version: 1.0 Received: by 10.223.105.139 with SMTP id t11mr890366fao.11.1239300861307; Thu, 09 Apr 2009 11:14:21 -0700 (PDT) Date: Thu, 9 Apr 2009 20:14:21 +0200 Message-ID: <179292290904091114wcb86c40q1d394c18c7fe333b@mail.gmail.com> From: Michael Heitmeier To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Error Message when starting Apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Apr 2009 18:41:25 -0000 After installing Apache 2.2 it does not start and apachectl start fails with the error message /libexec/ld-elf.so.1: Shared object "xchgptr" not found, required by "libapr-1.so.3" Searching on the Web and archives did not reveal anything, please let me know how to resolve this, thanks!