Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jun 2009 19:56:27 +0200
From:      Fabian Wenk <fabian@wenks.ch>
To:        freebsd-amd64@freebsd.org
Subject:   Re: Netvault on FreeBSD-7.2 AMD64
Message-ID:  <4A49004B.1060108@wenks.ch>
In-Reply-To: <237A4FC3-3CBD-453B-A606-9F07E3F56FBD@netic.dk>
References:  <237A4FC3-3CBD-453B-A606-9F07E3F56FBD@netic.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Karsten

On 29.06.09 12:19, Karsten Thygesen wrote:
> Hi
> 
> We use FreeBSD-7.2 (p2, amd64) but it turns out, that there is  
> problems running Netvault.
> 
> Netvault only support FreeBSD in 32bit (and I can verify, that it  
> works just fine here), so we are on out own with 64bit support.
> 
> I'm quite new to 64bit edition of FreeBSD, so there might be something  
> simple, that I do not know about, but when I try to run one of the  
> netvault binaries, I get this error:
> 
> [karthy@karthywork ~]$ ./txtconfig
> ELF interpreter /libexec/ld-elf.so.1 not found
> Abort trap: 6

Build also the 32-bit libraries according to 
/usr/src/tools/lib32/README (from my 6.4-RELEASE system):

---8<----------------------------------------------------------
Set WITH_LIB32=yes in /etc/make.conf and do a buildworld/installworld.

Alternatively, if you have just done a buildworld/installworld, 
you might be able to 'make build32' and 'make install32' in the 
top of the /usr/src tree.
---8<----------------------------------------------------------

On my system the following files are around:

$ file /libexec/ld-elf*
/libexec/ld-elf.so.1:       ELF 64-bit LSB shared object, x86-64, 
version 1 (FreeBSD), stripped
/libexec/ld-elf32.so.1:     ELF 32-bit LSB shared object, Intel 
80386, version 1 (FreeBSD), dynamically linked, stripped


Hope this will help.


bye
Fabian



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A49004B.1060108>