Hi List, I just installed wine-20020327-1 but when I tried to run a windows program like "wine sol.exe" there is an error message saying: wine: error while loading shared libraries: libntdll.dll.so: cannot open shared object file: No such file or directory Please help. TIA Wilmar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20020711/74b90e2f/attachment.html
On Thu, 11 Jul 2002 11:18:26 +0800 "Wilmar Guday" <mis@sportscity.ph> wrote: |Hi List, | |I just installed wine-20020327-1 but when I tried to run a windows program |like "wine sol.exe" there is an error message saying: | |wine: error while loading shared libraries: libntdll.dll.so: cannot open |shared object file: No such file or directory | set an environment "LD_LIBRARY_PATH". first your must find the libntdll.so, for example it in /opt/wine/lib; export LD_LIBRARY_PATH=/opt/wine/lib after do it run wine sol.exe -- thanks with regards! hugang. *********************************** Beijing Soul Technology Co.,Ltd. Tel:010-68425741/42/43/44 Fax:010-68425745 email:gang_hu@soul.com.cn web:http://www.soul.com.cn Developer, Debian GNU/Linux ***********************************
Hi hugang, Yes, it work... Thank You Wilmar ----- Original Message ----- From: "Hu Gang" <gang_hu@soul.com.cn> To: <wine-users@winehq.com> Sent: Thursday, July 11, 2002 12:59 PM Subject: Re: Wine Newbie> On Thu, 11 Jul 2002 11:18:26 +0800 > "Wilmar Guday" <mis@sportscity.ph> wrote: > > |Hi List, > | > |I just installed wine-20020327-1 but when I tried to run a windowsprogram> |like "wine sol.exe" there is an error message saying: > | > |wine: error while loading shared libraries: libntdll.dll.so: cannot open > |shared object file: No such file or directory > | > set an environment "LD_LIBRARY_PATH". > first your must find the libntdll.so, for example it in /opt/wine/lib; > export LD_LIBRARY_PATH=/opt/wine/lib after do it run wine sol.exe > > -- > thanks with regards! > hugang. > > *********************************** > Beijing Soul Technology Co.,Ltd. > Tel:010-68425741/42/43/44 > Fax:010-68425745 > email:gang_hu@soul.com.cn > web:http://www.soul.com.cn > > Developer, Debian GNU/Linux > *********************************** > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users >