Click to See Complete Forum and Search --> : Lib error in Wine !?


-J-o-$-h-
01-29-2003, 07:48 PM
I got wine installed and everything working but it wonly worked few times and now i get the error: while loading shared libraries: libntdll.dll.so: cannot open shared object file: No such file or directory
like what do i do ? i reinstalled and it and it gave me the same error. If anyone could please help me thanks :)

Molecule Man
01-29-2003, 09:01 PM
I do believe that is an issue with gcc 3.2 or a newer version of glibc. My suggestion is to get a newer version of wine. Or pony up the money and get winex.

Icarus
01-30-2003, 03:57 PM
It does sound like it didn't make the nt dll..have you tried using the -winver switch for 98 or 95?

wine -winver win98 program.exe

Also, yes...try a newer version of wine as it gets better every day

ovf
01-30-2003, 08:37 PM
Hi,

Have you had any luck with this? You said it worked few times so it seems like something may have corrupted the libntdll.dll.so file. Is it possible your having problems with your hard drive? Have there been any other instances of simiar behavior? I installed Wine last night and the install procedure put the file into /usr/local/lib so I don't think it's caused by changes to your library path.

Molecule Man's suggestion of re-installing Wine seems like good advice. Have you tried that?