Thomas Duffy wrote:
On Thu, 2002-03-21 at 13:46, Daniel Bingham wrote:
This afternoon (3-21 @ 12:30ish) I downloaded the current cvs and tried
Alexandre checked in a fix today at 12:36 :) -- well, at least in my time zone.
I just updated my CVS tree and rebuilt it, and I still get the same error on trying to execute wine. I haven't ever had the error on build again after I did the make install on the unicode directory. I tried make uninstall on the unicode directory and then make clean, etc from the wine root and I still didn't get the error on build, but no matter what I still get the error on execution of wine:
wine: error while loading shared libraries: libntdll.dll.so: cannot open shared object file: No such file or directory
On Thu, 2002-03-21 at 15:12, Daniel Bingham wrote:
I just updated my CVS tree and rebuilt it, and I still get the same error on trying to execute wine. I haven't ever had the error on build again after I did the make install on the unicode directory. I tried make uninstall on the unicode directory and then make clean, etc from the wine root and I still didn't get the error on build, but no matter what I still get the error on execution of wine:
wine: error while loading shared libraries: libntdll.dll.so: cannot open shared object file: No such file or directory
hrm. well, all the libs recently moved from /usr/local/lib/* to /usr/local/lib/wine/* (by default unless you ./configure the path differently), so maybe you are being bitten by crusty old libs or broken links to non-existent libs..
I had to manually delete all the installed libs from /usr/local/lib before reinstalling...
-tduffy
Thomas Duffy wrote:
On Thu, 2002-03-21 at 15:12, Daniel Bingham wrote:
I just updated my CVS tree and rebuilt it, and I still get the same error on trying to execute wine. I haven't ever had the error on build again after I did the make install on the unicode directory. I tried make uninstall on the unicode directory and then make clean, etc from the wine root and I still didn't get the error on build, but no matter what I still get the error on execution of wine:
wine: error while loading shared libraries: libntdll.dll.so: cannot open shared object file: No such file or directory
hrm. well, all the libs recently moved from /usr/local/lib/* to /usr/local/lib/wine/* (by default unless you ./configure the path differently), so maybe you are being bitten by crusty old libs or broken links to non-existent libs..
I had to manually delete all the installed libs from /usr/local/lib before reinstalling...
-tduffy
I deleted everyting in /usr/local/lib and reinstalled, still no luck.
Daniel