Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 1999 13:57:37 -0400 (EDT)
From:      grafe@lab12.ie.pitt.edu (Gary Rafe)
To:        marcel@scc.nl
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: Q: Unresolved Symbols in lib_linux-2.6.1 ?
Message-ID:  <199906111757.NAA22390@lab12.ie.pitt.edu>

next in thread | raw e-mail | index | archive | help

> From marcel@scc.nl Fri Jun 11 13:19:23 1999
> Date: Fri, 11 Jun 1999 19:18:46 +0200
> From: Marcel Moolenaar <marcel@scc.nl>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906111757.NAA22390>