From owner-freebsd-questions@FreeBSD.ORG Wed Sep 15 08:18:19 2010 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 2F32D1065674; Wed, 15 Sep 2010 08:18:19 +0000 (UTC) (envelope-from mostafafaridi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 90B6C8FC1F; Wed, 15 Sep 2010 08:18:18 +0000 (UTC) Received: by wwb18 with SMTP id 18so751701wwb.31 for ; Wed, 15 Sep 2010 01:18:17 -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 :user-agent:mime-version:to:subject:content-type; bh=s+QX6GiD8y3i2JvCYDOTwSh9Fl6V0n4y9kjlLucFoqU=; b=IVze9yer2hfhcxkjhvw0Cpwgyc4CeK5d47uAX/LSr8HH3oMOYLg7QcusdderOCDMBt 31kAJTDlAIf4yp5sMgbQEYy9IZC/bNgiCQ0ym4gTqWpGX6NF3dbjTznzxLc+IEuo09/r 1E7tSXrMB8RvFmEy3chRd8fFCphK+3qpR5A+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=SyomB7hYfSxJccK5e7ox+PIYa/WqOaqqjwqhdjeGpGIX8BJusRK52+O1L7T1auUAEy MTUQnYGJnqzTGIYBWpMFcFMUlAPNQhhBmyb/8GZkpwBdTPf/iwGH1VGyn16BI6Uj86Qz Cgh/NFTPNuH/iYegHF0eCUeKAIoFrlqFnDFE4= Received: by 10.216.17.194 with SMTP id j44mr913894wej.68.1284536862270; Wed, 15 Sep 2010 00:47:42 -0700 (PDT) Received: from mfaridipc.faridi ([80.191.91.11]) by mx.google.com with ESMTPS id n17sm757331weq.6.2010.09.15.00.47.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 00:47:41 -0700 (PDT) Message-ID: <4C907918.7090609@gmail.com> Date: Wed, 15 Sep 2010 12:13:20 +0430 From: Gholam Mostafa Faridi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: virtaullBox AMD64 32bit lib 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: Wed, 15 Sep 2010 08:18:19 -0000 I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC directory , but when I run make install clean I see this error " Requires 32-bit libraries installed under /usr/lib32. Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 " and I run this command "cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32" and after minutes I see this error "===> gnu/lib/csu (obj,depend,all,install) sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.o /usr/obj/usr/src/lib32/usr/lib32/crtbegin.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.o /usr/obj/usr/src/lib32/usr/lib32/crtend.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbeginT.o /usr/obj/usr/src/lib32/usr/lib32/crtbeginT.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.So /usr/obj/usr/src/lib32/usr/lib32/crtbeginS.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.So /usr/obj/usr/src/lib32/usr/lib32/crtendS.o ===> lib/csu/i386-elf (obj,depend,all,install) ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32 -o gcrt1.o -r crt1_s.o gcrt1_c.o ld: Relocatable linking with relocations from format elf64-x86-64 (gcrt1_c.o) to format elf32-i386-freebsd (gcrt1.o) is not supported *** Error code 1 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ldconfig: warning: /usr/lib32: No such file or directory " I make post about this error in freebsdforums but they can not help me please see link http://forums.freebsd.org/showthread.php?t=17607 they said problem is ccache and I disable and remove ccache ,but still I have that probelm please help me