From owner-freebsd-questions@FreeBSD.ORG Thu Oct 2 13:50:08 2008 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 1B2DE1065686 for ; Thu, 2 Oct 2008 13:50:08 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 9DF978FC0C for ; Thu, 2 Oct 2008 13:50:06 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so1017448uge.39 for ; Thu, 02 Oct 2008 06:50:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=AG1tSxPnRY8x4JLmHPSFlFvZUIDEoD5KsU5DkDUfMOk=; b=qvis2w1T2/8lTqk4ETVmPVG7YSjkiaQoGfCikfYDDCuvaH6tvc2etOt2W8deFtHUzU DLtxQgNzfzdGOw+S081SXUCvyRF21l+I/X8D09BV/pME/0mFxH8LDD3tnVQyZP8Toi4N FNbt7WAgtbd570ds3u4gL1VCSxYxoDkecTe9M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=fDVm9B0/h4cM4NNLw63jGSar+k1rv+v9KTpvk3dn/opc++kfmwJtVEvW8ajFqSIUye AB7QZuA/vATEdH8u8fVFP5pa4UUFl3fNqYb1sXxSHUuzyQwqjhHsG1crgiHvKa1YCfs1 8r/gSjKciuV5WOXdc5X+dLWZkb2dXCLebE0Os= Received: by 10.210.91.17 with SMTP id o17mr11387060ebb.172.1222954189336; Thu, 02 Oct 2008 06:29:49 -0700 (PDT) Received: by 10.210.49.15 with HTTP; Thu, 2 Oct 2008 06:29:49 -0700 (PDT) Message-ID: Date: Thu, 2 Oct 2008 08:29:49 -0500 From: Matt To: "Desmond Chapman" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: vbox building and freebsd 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, 02 Oct 2008 13:50:08 -0000 On Thu, Oct 2, 2008 at 2:45 AM, Desmond Chapman wrote: > > I'm posting this to two mailing lists because of the environment. > > # /home/moleque/VirtualBox-2.0.0/./configure > Checking for environment: Determined build machine: freebsd.amd64, target machine: freebsd.amd64, OK. > Checking for kBuild: found, OK. > Checking for gcc: found version 4.2.1, OK. > Checking for as86: found version 0.16.17, OK. > Checking for bcc: found version 0.16.17, OK. > Checking for iasl: found version 20070320, OK. > Checking for xslt: found, OK. > Checking for pthread: found, OK. > /libexec/ld-elf.so.1: Shared object "libc.so.6" not found, required by "kmk_sed" > Checking for libxml2: /libexec/ld-elf.so.1: Shared object "libc.so.6" not found, required by "kmk_sed" > > xml2 not found at -L/usr/local/lib -lxml2 -lpthread or xml2 headers not found > Check the file /usr/home/moleque/sdk/bindings/configure.log for detailed error information. > [snip] > How do I solve the xml2 conflict listed above the patch? > Install the misc/compat6x port to gain access to the libc.so.6 that the pre-compiled kmk_sed was likely compiled with. If that doesn't work, you'll need to follow the kmake instructions to build from source. Matt