Greetings, I am using a new install of wine, with the default configuration file from the source tree, everything complies fine and all but when i goto run something I get: wine azvw.exe err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by C:\azvw.exe) not found What does this mean?? Thanks! - Chris
Chris wrote:> Greetings, > > I am using a new install of wine, with the default configuration > file from the source tree, everything complies fine and all but when i > goto run something I get: > > wine azvw.exe > > err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by > C:\azvw.exe) not found > > What does this mean??Sounds like you need to add the entry "/usr/local/lib" (assuming that is where the main Wine libraries are installed) to the file /etc/ld.so.conf. And then run "ldconfig" (as root). And you probably also need an environment variable pointing to the rest of the Wine libraries, WINEDLLPATH=/usr/local/lib/wine.
Great thanks! I set the WINEDLLPATH and all was well. Thanks, - Chris On Mon, 25 Nov 2002, Duane Clark wrote:> Chris wrote: > > Greetings, > > > > I am using a new install of wine, with the default configuration > > file from the source tree, everything complies fine and all but when i > > goto run something I get: > > > > wine azvw.exe > > > > err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by > > C:\azvw.exe) not found > > > > What does this mean?? > > Sounds like you need to add the entry "/usr/local/lib" (assuming that is > where the main Wine libraries are installed) to the file > /etc/ld.so.conf. And then run "ldconfig" (as root). > > And you probably also need an environment variable pointing to the rest > of the Wine libraries, WINEDLLPATH=/usr/local/lib/wine. > > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users >