Subject: XFM - shared library
To: port-i386 <port-i386@netbsd.org>
From: admin <dkwok@iware.com.au>
List: port-i386
Date: 06/20/2001 17:06:35
Using NetBSD-1.5.1_BETA2

I have downloaded and installed xfm-1.4.2

However when I run the program I have the following error message:

xfm: error inloading shared libraries: libXaw3d.so.6: cannot open shared 
object file: No such file or directory.

I have the library under /usr/X11R6/lib, however, xfm could not locate.

How could I reconfig xfm to refer to the shared object library?

I did manually export LD_LIBRARY_PATH='/usr/X11/lib', which is where the 
library is. It got through that point but another one pop up uld-

xfm: error in loading shared libraryies: /usr/X11/lib/libX11.so.6: 
undefined symbol: __mb_cur_max.

I have that library in /usr/X11/lib but the problem seems to be the 
undefined symbol error.

Could anyone give me a pointer? Any good basic materials would be 
welcome cause I am a programmer and need a bit more understanding on 
this topic.

David Kwok