Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Oct 1999 11:10:31 +0200
From:      Marcel Moolenaar <marcel@scc.nl>
To:        questions@FreeBSD.org
Subject:   Re: Netscape 4.61 (Linux) broken since adding linux_base-5.2
Message-ID:  <3802FB07.E4D52F6F@scc.nl>
References:  <19991011232409.B3243@marder-1>, <srj7lktrm4l.fsf@hprbg5.informatik.tu-muenchen.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Walter Hafner wrote:

> - built a kernel with "options LKM" and "options LINUX" - just in case.

To compile the Linuxulator into the kernel, use "options COMPAT_LINUX".
Otherwise you can just load the module (ie "kldload linux"). Not other
options are necessary.

>   8623 sh       NAMI  "/compat/linux/lib/ld-linux.so.1"
>   8623 acroread RET   execve 0
[and]
>   8623 acroread NAMI  "/compat/linux/lib/ld-linux.so.2"
>   8623 acroread RET   open 3

...or...

>   8623 acroread NAMI  "/compat/linux/usr/i486-linux-libc5/lib/libc.so.5"
>   8623 acroread RET   open 3
[and]
>   8623 acroread NAMI  "/compat/linux/lib/libc.so.6"
>   8623 acroread RET   open 3

It is mixing libc5 and glibc2. That's never a good sign!

>   tons of "old.recvfrom" from the libs

You need to use linux_kdump (from the ports collection) to see the Linux
syscalls properly. Alternatively, use truss.

HTH,

-- 
Marcel Moolenaar                        mailto:marcel@scc.nl
SCC Internetworking & Databases           http://www.scc.nl/
The FreeBSD project                mailto:marcel@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3802FB07.E4D52F6F>