Netvault on FreeBSD-7.2 AMD64

Fabian Wenk fabian at wenks.ch
Mon Jun 29 17:56:36 UTC 2009


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 at 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


More information about the freebsd-amd64 mailing list