In the last episode (Jul 24), Eric Dedrick said:
> > 11590 ktrace NAMI "/compat/svr4/lib/ld-linux.so.2"
> >
> > Why does it think the binary is an svr4 binary? That's why the
> > syscalls still don't match and you get SIGSYS after a while.
> > Something sounds really out of sync.
>
> That's kind of what I thought. I tried re-brandelf'ing my version of
> netscape just to make sure it was doing linux and not svr4, and it
> just complained about something else. I also don't think that
> linux-netscape is elf format. I don't know that one can brand file
> types other than elf. Besides, it worked fine before, the brand on
> these linux files is what it should be I assume.
If you don't load the svr4 module (and don't have options COMPAT_SVR4
in your config file), it shouldn't look in /compat/svr4. Try removing
those and see what happens.
Symlinking /compat/svr4 to /compat/linux won't do a thing, since the
syscalls don't match.
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message