Date: Tue, 19 Jan 1999 13:50:36 +0100 (CET) From: talon@lpthe.jussieu.fr (Michel TALON) To: freebsd-stable@FreeBSD.ORG Subject: Linux emulation Message-ID: <199901191250.NAA13109@niobe.lpthe.jussieu.fr>
next in thread | raw e-mail | index | archive | help
Here is the solution to the problem: :I have problems with linux emulation of programs compiled under :libc6 under FreeBSD 2.2.8-stable. This happens with simple programs not :using /proc or clone(). I have installed the port linux_lib-2.6. :My old programs using libc5 like Maple continue to work without problem. : :Now any new program compiled on a Linux Redhat 5.2 machine and working :on such machine immediately core dump on the FreeBSD box with sigsev. : The solution is to delete ld-linux.so.1 in /usr/compat/linux/lib and ln -s ld-linux.so.2 ld-linux.so.1 After that libc5 and libc6 programs work correctly. This problem may appear after upgrading an old FreeBSD installation. -- Michel TALON To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901191250.NAA13109>