Re: trouble setting up a freebsd program

2006-10-26 Thread Andrew Daugherity
First, read through the compat_freebsd (8) man page. Some points to note: -The 'ldd' command being run in your excerpts is most likely the OpenBSD /usr/bin/ldd, which is not going to work properly with binaries compiled for other OSes. You need a FreeBSD 'ldd' binary; preferably as

Re: trouble setting up a freebsd program

2006-10-26 Thread Jonathan Horne
On Thursday 26 October 2006 20:14, Andrew Daugherity wrote: First, read through the compat_freebsd (8) man page. Some points to note: -The 'ldd' command being run in your excerpts is most likely the OpenBSD /usr/bin/ldd, which is not going to work properly with binaries compiled for other

trouble setting up a freebsd program

2006-10-25 Thread Jonathan Horne
greetings! i am a new user of openbsd, comming from freebsd. ive been spending all morning working on getting the freebsd compatibility to work with the freebsd netbackup client. here is where im at so far: # ldd /usr/openv/netbackup/bin/bpcd /usr/openv/netbackup/bin/bpcd: libkvm.so.2 = not