From owner-freebsd-amd64@FreeBSD.ORG Mon Jun 29 18:43:03 2009 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E781810656C1 for ; Mon, 29 Jun 2009 18:43:02 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id 5EB848FC08 for ; Mon, 29 Jun 2009 18:43:02 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id n5TIQgX8028256; Mon, 29 Jun 2009 20:26:42 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 8DE98BA7E; Mon, 29 Jun 2009 20:26:42 +0200 (CEST) Date: Mon, 29 Jun 2009 20:26:42 +0200 From: Roland Smith To: Karsten Thygesen Message-ID: <20090629182642.GA3248@slackbox.xs4all.nl> References: <237A4FC3-3CBD-453B-A606-9F07E3F56FBD@netic.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <237A4FC3-3CBD-453B-A606-9F07E3F56FBD@netic.dk> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-amd64@freebsd.org Subject: Re: Netvault on FreeBSD-7.2 AMD64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2009 18:43:03 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 29, 2009 at 12:19:44PM +0200, Karsten Thygesen wrote: > Hi >=20 > We use FreeBSD-7.2 (p2, amd64) but it turns out, that there is =20 > problems running Netvault. >=20 > Netvault only support FreeBSD in 32bit (and I can verify, that it =20 > works just fine here), so we are on out own with 64bit support. >=20 > I'm quite new to 64bit edition of FreeBSD, so there might be something = =20 > simple, that I do not know about, but when I try to run one of the =20 > netvault binaries, I get this error: >=20 > [karthy@karthywork ~]$ ./txtconfig > ELF interpreter /libexec/ld-elf.so.1 not found > Abort trap: 6 AFAIK, a 32-bit app should be looking for /libexec/ld-elf32.so.1! Does /libexec/ld-elf32.so.1 exist? Are there any libraries in /usr/lib32? If not, you need to install or build 32-bit compatible libraries. Not just the system libraries (you should be able to get those from the install CD with sysinstall), but also any 3rd party libraries that netvault requires! > [karthy@karthywork ~]$ ls -l /libexec/ld-elf.so.1 > -r-xr-xr-x 1 root wheel 198456 Jun 29 11:32 /libexec/ld-elf.so.1 > [karthy@karthywork ~]$ file txtconfig > txtconfig: ELF 32-bit LSB executable, Intel 80386, version 1 =20 > (FreeBSD), dynamically linked (uses shared libs), stripped >=20 > [karthy@karthywork ~]$ uname -a > FreeBSD karthywork.netic.dk 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: =20 > Wed Jun 24 00:14:35 UTC 2009 root@amd64-builder.daemonology.net:/=20 > usr/obj/usr/src/sys/GENERIC amd64 Seems that you are using a GENERIC kernel. That does include 32-bit compatibility.=20 Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkpJB2IACgkQEnfvsMMhpyXK2wCggWwlVWbo8BFpt89Hr073qc9M y8QAn1ijFk68u3eMV9546rlX9dg0rFd3 =r9j7 -----END PGP SIGNATURE----- --huq684BweRXVnRxX--