Running Linux binaries

2004-03-09 Thread Dmitry
Hi all. I'm trying to run a Linux binary in FreeBSD 5.2. I have Linux compat installed and kld module linux.ko loaded I'm getting this error message: $ ./breve ./breve: error while loading sharing libraries: libglut.so.3: cannot open shared object file: No such file or directory It looks like it

Re: Running Linux binaries

2004-03-09 Thread Dancho Penev
On Tue, Mar 09, 2004 at 03:16:12PM +0300, Dmitry wrote: To: [EMAIL PROTECTED] From: Dmitry [EMAIL PROTECTED] Date: Tue, 09 Mar 2004 15:16:12 +0300 Subject: Running Linux binaries Hi all. I'm trying to run a Linux binary in FreeBSD 5.2. I have Linux compat installed and kld module linux.ko loaded

Running Linux binaries

2004-03-08 Thread Dmitry
Hi all. I'm trying to run a Linux binary in FreeBSD 5.2. I have Linux compat installed and kld module linux.ko loaded I'm getting this error message: $ ./breve ./breve: error while loading sharing libraries: libglut.so.3: cannot open shared object file: No such file or directory It looks like it

Re: Running Linux binaries

2004-03-08 Thread Sergey 'DoubleF' Zaharchenko
On Mon, 08 Mar 2004 17:26:53 +0300 Dmitry [EMAIL PROTECTED] probably wrote: It looks like it need libglut.so.3. I have it. I copy it from /usr/X11R6/lib to /compat/linux/lib and try to run the binary again: Almost definitely a wrong way to go... Is there any way to use FreeBSD libraries to