Subject: Linux emumation problems
To: None <tech-pkg@netbsd.org>
From: None <martti.kuparinen@iki.fi>
List: tech-pkg
Date: 11/13/2001 09:54:28
Hi!

I'm trying to install StarOffice 6.0 beta on my NetBSD/i386
1.5.3_ALPHA laptop. The setup.bin program dumps core with
the following output:

Core was generated by `setup.bin'.
Program terminated with signal 11, Segmentation fault.
/lib/libdl.so.2: No such file or directory.
#0  0x493f3b2e in ?? ()/lib/libpthread.so.0: No such file or directory.
(gdb) 

Those files do exist in the Linux emulation tree:

ROOT localhost:/emul/linux/lib> ls -l libdl.so.2 libpthread.so.0 
-rwxr-xr-x  1 root  wheel   71846 Oct  6 00:48 libdl.so.2
-rwxr-xr-x  1 root  wheel  289663 Oct  6 00:48 libpthread.so.0

The troublemaker is identified as:

setup.bin: ELF 32-bit LSB executable, Intel 80386, version 1, dynamically linked
(uses shared libs), stripped

Is this again a problem related to the thread problems in NetBSD or
how should I continue with this? I'd really like to get rid of my
NTFS partition and the "office suite" is the only reason for
keeping Windows...

Martti