Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-01 Thread Daniel O'Connor
On Sun, 2 Dec 2007, Nikos Ntarmos wrote: > libraries under /compat/linux so that they match the FreeBSD > hierarchy (and teach ld-linux to use the same search path as the > native loader). And yet another solution is to teach the linuxolator > to first do an exhaustive search for libraries under /c

Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-01 Thread Nikos Ntarmos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sat, Dec 01, 2007 at 11:01:46PM +, Robert Watson wrote: > > On Sat, 1 Dec 2007, Alexander Leidinger wrote: > > >Have a look at the search order of libs in linux. Correlate this with > >the fact that when in linux an access is done to e.g. /lib

Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-01 Thread Robert Watson
On Sat, 1 Dec 2007, Alexander Leidinger wrote: Have a look at the search order of libs in linux. Correlate this with the fact that when in linux an access is done to e.g. /lib/libX.so.y which means that the linuxulator first looks if /compat/linux/lib/libX.so.y is there, and if it isn't it lo

Re: Looking for syscalls documentation pointers.

2007-12-01 Thread Dag-Erling Smørgrav
Sdävtaker <[EMAIL PROTECTED]> writes: > I was reading the syscalls.master and it only says the number and name > of the syscall, and only few are documented at man. Look harder. Almost all FreeBSD system calls have a man page. > Any idea who could have that kind of documentation? > As example, w

Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-01 Thread Mike Meyer
On Sat, 01 Dec 2007 11:11:39 -0500 Greg Troxel <[EMAIL PROTECTED]> wrote: > I had a Linux shared library problem on NetBSD that I think it might be > helpful to mention. And I have pretty much the exact same bug in OSX. > thunderbird (and firefox) set LD_LIBRARY_PATH to pick up their own > module

Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-01 Thread Alexander Leidinger
Quoting Yuri <[EMAIL PROTECTED]> (Fri, 30 Nov 2007 16:49:03 -0800): This is better suited in emulation@ > I am trying to run Linux version of Skype and am getting the following error: > /usr/home/yuri/skype/current/skype: error while loading shared libraries: > /usr/lib/librt.so.1: ELF file OS AB

Re: Linux executable picks up FreeBSD library over linux one and breaks

2007-12-01 Thread Greg Troxel
I had a Linux shared library problem on NetBSD that I think it might be helpful to mention. thunderbird (and firefox) set LD_LIBRARY_PATH to pick up their own modules. When acroread is invoked to display a pdf attachment, LD_LIBRARY_PATH is still set, and this causes acroread to read a BSD librar

freebsd network problem and restarts

2007-12-01 Thread Andy Rozman
Hi ! Lately after install of new hardware, I upgraded to FreeBSD 7.0 AMD64. Problem is that every few days (5 or so) computer network connection is lost, if I restart computer everything is OK again What I need is script that will determine if connection is valid and if not restarting th