From owner-freebsd-emulation Fri Jun 11 10:57:46 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from lab12.ie.pitt.edu (lab12.ie.pitt.edu [136.142.89.102]) by hub.freebsd.org (Postfix) with ESMTP id A992415152 for ; Fri, 11 Jun 1999 10:57:40 -0700 (PDT) (envelope-from grafe@lab12.ie.pitt.edu) Received: (from grafe@localhost) by lab12.ie.pitt.edu (8.8.8+Sun/8.8.8) id NAA22390; Fri, 11 Jun 1999 13:57:37 -0400 (EDT) Date: Fri, 11 Jun 1999 13:57:37 -0400 (EDT) Message-Id: <199906111757.NAA22390@lab12.ie.pitt.edu> From: grafe@lab12.ie.pitt.edu (Gary Rafe) To: marcel@scc.nl Subject: Re: Q: Unresolved Symbols in lib_linux-2.6.1 ? Cc: freebsd-emulation@freebsd.org Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > From marcel@scc.nl Fri Jun 11 13:19:23 1999 > Date: Fri, 11 Jun 1999 19:18:46 +0200 > From: Marcel Moolenaar > X-Accept-Language: en > Subject: Re: Q: Unresolved Symbols in lib_linux-2.6.1 ? > > $ /usr/LINUX/wp8/wpbin/xwp # the WordPerfect binary > > xwp: Can't resolve symbol '_CurrentRuneLocale' > > xwp: Can't resolve symbol '__sF' > > This is a typical case where a FreeBSD library is loaded instead of the > Linux library. IIRC, the library in question is libc.so. Make sure the > Linux version is found first, that should solve your problem. Thank you for the hint! Adding an explicit LD_LIBRARY_PATH, e.g., LD_LIBRARY_PATH=/compat/linux/usr/lib:/compat/linux/usr/X11R6/lib:... to the binary's startup script did the trick. --Gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message