Page 1 of 1

TDPS for Linux FreeBSD available

PostPosted: 04 Jun 2010, 10:14
by Detlef Schmuck
We just compiled a TeamDrive Personal Server version for Linux FreeBSD.

http://s3download.teamdrive.net/TeamDri ... 018.tar.gz

Let us know if you have any comments.

Your TeamDrive Team

Re: TDPS for Linux FreeBSD available

PostPosted: 29 Feb 2012, 22:19
by andr
Hi, on FreeBSD 8.0 amd64 I get the following error:
Code: Select all
ELF interpreter /libexec/ld-elf.so.1 not found
Abort trap: 6


The file "/libexec/ld-elf.so.1" exists.
Any advice?

Re: TDPS for Linux FreeBSD available

PostPosted: 01 Mar 2012, 15:31
by andr
To answer my own question, run this in shell:
Code: Select all
cd /usr/src
make build32
make install32

Should work on GENERIC, otherwise you should prepare your OS to handle 32 bit libs.