On 25-Oct-2000 Chris Ison wrote: > I'm trying to run a prog in wine (current woody release), the wine.conf > is fine, but wine keeps saying it can't find user32.dll which I find > strange as it is in libwine which I do have installed. > > Infact I'm having the same problem with different progs and wine > complaining for different dll's even for programs I have run under wine > before. > > Any suggestions on how to fix this?
Try putting /usr/lib/wine in your /etc/ld.so.conf and then run ldconfig That solved the problem for me. -- Andrew