help with error msg

lawson_whitney at juno.com lawson_whitney at juno.com
Wed Apr 4 16:41:06 CDT 2001


On Wed, 4 Apr 2001, plendon wrote:

> Thank you for replying.
> I'm a newbie.
> I ran /opt/wine/bin/wine.bin MENTOR.exe and got the message:
> "error in loading shared libraries libntdll.so;  can not open shared
> object file; no such file or directory".
> What to do now?  This tells me libntdll.so is not on system.
>
> Thank you.
>
It ought to be:  it is a part of wine, so it should install with it.
At a guess it is in /opt/wine/lib, so you might look for it there.

I _think_ you can also get that error if the library in question refers
to another library that is not kown to the dynamic linker.  You can
check this with "ldd /opt/wine/lib/libntdll.so" (if I guessed right and
/opt/wine/lib is where it is).  In either case what you want to do is
add the path where the library is to the dynamic linker's search path.
If you are friendly with the system administrator (it might be you, FI)
you can have it add the path to /etc/ld.so.conf and run /sbin/ldconfig,
or you can add it the the environment variable LD_LIBRARY_PATH.

export LD_LIBRARY_PATH="/opt/wine/lib"
wine.bin blah.exe

Have a nice long read of man bash.  I have been reading it for four
years now, and I have much more to learn about it.

Lawson

This message is brought to you by Wine-20010326, junopine-2.0.2,
Juno 2.0.11, and pine-4.10
---cut here


________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.




More information about the wine-users mailing list