From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grigory Batalov Subject: Re: dosemu 1.1.5.6 Date: Mon, 21 Jul 2003 09:13:40 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <20030721091340.53676082.grisxa@mail.ru> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org On Sun, 20 Jul 2003 17:33:01 +0100 (BST) Bart Oldeman wrote: > I've put up a dosemu 1.1.5.6 for testing to fix some (but not all) of the > problems with 1.1.5.5. FYI, LD_ASSUME_KERNEL=2.2.5 doesn't work for me. It causes "dosemu.bin: error while loading shared libraries: libm.so.6: cannot open shared object file: No such file or directory". And 'strace -Ff dosemu' says: ... open("/lib/libm.so.6", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2406\0"..., 1024) = 1024 close(4) = 0 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=4687, ...}) = 0 ... Without LD_ASSUME_KERNEL it works. I use kernel 2.4.20 and glibc-2.2.6 from ALTLinux distribution (www.altlinux.com).