Subject: About ld.so?
To: None <netbsd-help@netbsd.org>
From: Ruey-Shyang Guo <rsguo@ms25.hinet.net>
List: netbsd-help
Date: 03/30/1999 11:47:50
Hi,
I use this script to start xemacs:
#!/bin/sh
LD_PRELOAD=$LD_PRELOAD:/usr/local/lib/libXAEmacs.so
export LD_PRELOAD
xemacs ${1+"$@"}

The shared object 'libXAEmacs.so' is compiled correctly and the path is
correct, too. But it just printed such message:
/usr/libexec/ld.so: preload: cannot map object
Can someone help me?
I use NetBSD-1.3.3/i386